airflow.models.base

Module Contents

Functions

get_id_collation_args()

Get SQLAlchemy args to use for COLLATION

StringID(*[, length])

Attributes

SQL_ALCHEMY_SCHEMA

naming_convention

metadata

Base

ID_LEN

COLLATION_ARGS

airflow.models.base.SQL_ALCHEMY_SCHEMA[source]
airflow.models.base.naming_convention[source]
airflow.models.base.metadata[source]
airflow.models.base.Base :Any[source]
airflow.models.base.ID_LEN = 250[source]
airflow.models.base.get_id_collation_args()[source]

Get SQLAlchemy args to use for COLLATION

airflow.models.base.COLLATION_ARGS[source]
airflow.models.base.StringID(*, length=ID_LEN, **kwargs)[source]

Was this entry helpful?