Content
References
airflow.executors
airflow.executors.base_executor
airflow.executors.celery_executor
airflow.executors.celery_kubernetes_executor
airflow.executors.dask_executor
airflow.executors.debug_executor
airflow.executors.executor_constants
airflow.executors.executor_loader
airflow.executors.kubernetes_executor
airflow.executors.local_executor
airflow.executors.sequential_executor
All executors.
airflow.executors.executor_loader.
log
ExecutorLoader
Keeps constants for all the currently available executors.
executors
get_default_executor
Creates a new instance of the configured executor if none exists and returns it
load_executor
Loads the executor.
This supports the following formats: * by executor name for core executor * by {plugin_name}.{class_name} for executor from plugins * by import path.
{plugin_name}.{class_name}
an instance of executor class via executor_name
UNPICKLEABLE_EXECUTORS
Was this entry helpful?