airflow.providers.cncf.kubernetes.backcompat

Submodules

Functions

get_logical_date_key()

Get the key for execution/logical date for the appropriate Airflow version.

Package Contents

airflow.providers.cncf.kubernetes.backcompat.get_logical_date_key()[source]

Get the key for execution/logical date for the appropriate Airflow version.

This is done by detecting the CLI argument name. There are various ways to do this, but the CLI key name has a very small import footprint (especially compared to importing ORM models).

Was this entry helpful?