![]() |
ATLAS Offline Software
|
Functions | |
| parse_auth_file (file_name, connection) | |
| get_authentication (connection="oracle://ATLAS_COOLPROD/ATLAS_COOLONL_GLOBAL") | |
| make_oracle_connection (connection_string) | |
| fetch_recent_runs (how_recent=ONE_WEEK, ascending=False) | |
| fetch_runs_since (first_run=140000, ascending=False) | |
| make_atlas_partition_query () | |
| fetch_last_n_atlas_runs (n=10) | |
| fetch_atlas_runs () | |
| atlas_runs_set () | |
| atlas_runs_between (first, last) | |
| filter_atlas_runs (iovs) | |
Variables | |
| engine | |
| metadata | |
| Session = sessionmaker(engine) | |
| run_table | |
| int | ONE_WEEK = 7*24*3600 |
| python.oracle.atlas_runs_between | ( | first, | |
| last ) |
Definition at line 143 of file oracle.py.
| python.oracle.atlas_runs_set | ( | ) |
| python.oracle.fetch_atlas_runs | ( | ) |
| python.oracle.fetch_last_n_atlas_runs | ( | n = 10 | ) |
Definition at line 127 of file oracle.py.
Retrieve a list of ATLAS runs from the database, since first_run
Definition at line 94 of file oracle.py.
| python.oracle.fetch_runs_since | ( | first_run = 140000, | |
| ascending = False ) |
Retrieve a list of ATLAS runs from the database, since first_run
Definition at line 109 of file oracle.py.
| python.oracle.filter_atlas_runs | ( | iovs | ) |
Definition at line 151 of file oracle.py.
| python.oracle.get_authentication | ( | connection = "oracle://ATLAS_COOLPROD/ATLAS_COOLONL_GLOBAL" | ) |
Retrieves authentication information from CORAL_AUTH_PATH authentication.xml
Definition at line 36 of file oracle.py.
| python.oracle.make_atlas_partition_query | ( | ) |
| python.oracle.make_oracle_connection | ( | connection_string | ) |
Definition at line 57 of file oracle.py.
| python.oracle.parse_auth_file | ( | file_name, | |
| connection ) |
Definition at line 16 of file oracle.py.
| python.oracle.run_table |