ATLAS Offline Software
|
Go to the source code of this file.
Namespaces | |
python.oracle | |
Functions | |
def | python.oracle.parse_auth_file (file_name, connection) |
def | python.oracle.get_authentication (connection="oracle://ATLAS_COOLPROD/ATLAS_COOLONL_GLOBAL") |
def | python.oracle.make_oracle_connection (connection_string) |
def | python.oracle.fetch_recent_runs (how_recent=ONE_WEEK, ascending=False) |
def | python.oracle.fetch_runs_since (first_run=140000, ascending=False) |
def | python.oracle.make_atlas_partition_query () |
def | python.oracle.fetch_last_n_atlas_runs (n=10) |
def | python.oracle.fetch_atlas_runs () |
def | python.oracle.atlas_runs_set () |
def | python.oracle.atlas_runs_between (first, last) |
def | python.oracle.filter_atlas_runs (iovs) |
Variables | |
python.oracle.Session = sessionmaker(engine) | |
python.oracle.run_table | |
int | python.oracle.ONE_WEEK = 7*24*3600 |