Complete the airflow survey & get a free airflow 3 certification!

airflow.providers.common.compat.sdk

Airflow compatibility imports for seamless migration from Airflow 2 to Airflow 3.

This module provides lazy imports that automatically try Airflow 3 paths first, then fall back to Airflow 2 paths, enabling code to work across both versions.

Attributes

__getattr__

__all__

Module Contents

airflow.providers.common.compat.sdk.__getattr__[source]
airflow.providers.common.compat.sdk.__all__ = ['Asset', 'AssetAlias', 'AssetAll', 'AssetAny', 'BaseHook', 'BaseSensorOperator',...[source]

Was this entry helpful?