airflow.secrets.metastore¶
Objects relating to sourcing connections from metastore database.
Classes¶
Retrieves Connection object and Variable from airflow metastore database. |
Module Contents¶
- class airflow.secrets.metastore.MetastoreBackend[source]¶
Bases:
airflow.secrets.BaseSecretsBackend
Retrieves Connection object and Variable from airflow metastore database.
- get_connection(conn_id, session=NEW_SESSION)[source]¶
Return connection object with a given
conn_id
.Tries
get_conn_value
first and if not implemented, triesget_conn_uri
- Parameters:
conn_id (str) – connection id