airflow.executors.executor_constants

Module Contents

airflow.executors.executor_constants.LOCAL_EXECUTOR = 'LocalExecutor'[source]
airflow.executors.executor_constants.LOCAL_KUBERNETES_EXECUTOR = 'LocalKubernetesExecutor'[source]
airflow.executors.executor_constants.SEQUENTIAL_EXECUTOR = 'SequentialExecutor'[source]
airflow.executors.executor_constants.CELERY_EXECUTOR = 'CeleryExecutor'[source]
airflow.executors.executor_constants.CELERY_KUBERNETES_EXECUTOR = 'CeleryKubernetesExecutor'[source]
airflow.executors.executor_constants.DASK_EXECUTOR = 'DaskExecutor'[source]
airflow.executors.executor_constants.KUBERNETES_EXECUTOR = 'KubernetesExecutor'[source]
airflow.executors.executor_constants.DEBUG_EXECUTOR = 'DebugExecutor'[source]

Was this entry helpful?