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