内容
airflow.secrets
airflow.secrets.base_secrets
airflow.secrets.cache
airflow.secrets.environment_variables
airflow.secrets.local_filesystem
airflow.secrets.metastore
MetastoreBackend
MetastoreBackend.get_connection()
MetastoreBackend.get_connections()
MetastoreBackend.get_variable()
参考
内部数据库详细信息
系统测试
与从元存储数据库获取连接相关的对象。
从 airflow 元存储数据库检索连接对象和变量。
基类: airflow.secrets.BaseSecretsBackend
airflow.secrets.BaseSecretsBackend
返回具有给定 conn_id 的连接对象。
conn_id
首先尝试 get_conn_value,如果未实现,则尝试 get_conn_uri
get_conn_value
get_conn_uri
conn_id (str) – 连接 ID
从元数据数据库获取 Airflow 变量。
key (str) – 变量键
变量值
str | None
此条目是否有帮助?