airflow.secrets

Secrets framework provides means of getting connection objects from various sources, e.g. the following:

  • Environment variables

  • Metastore database

  • AWS SSM Parameter store

Package Contents

Classes

BaseSecretsBackend

Abstract base class to retrieve Connection object given a conn_id or Variable given a key

Attributes

DEFAULT_SECRETS_SEARCH_PATH

airflow.secrets.DEFAULT_SECRETS_SEARCH_PATH = ['airflow.secrets.environment_variables.EnvironmentVariablesBackend',...[source]

Was this entry helpful?