airflow.executors.executor_loader¶
All executors.
Module Contents¶
- 
class 
airflow.executors.executor_loader.ExecutorLoader[source]¶ Keeps constants for all the currently available executors.
- 
classmethod 
get_default_executor(cls)[source]¶ Creates a new instance of the configured executor if none exists and returns it
- 
classmethod