Difference between revisions of "Airflow executors"
Jump to navigation
Jump to search
Line 15: | Line 15: | ||
* <code>[[airflow standalone]]</code> | * <code>[[airflow standalone]]</code> | ||
* [[Airflow providers]] | * [[Airflow providers]] | ||
+ | * [[Airflow Operators]] | ||
== See also == | == See also == |
Revision as of 10:46, 20 December 2022
airflow info | grep executor executor | SequentialExecutor
airflow.cfg # The executor class that airflow should use. Choices include # ``SequentialExecutor``, ``LocalExecutor``, ``CeleryExecutor``, ``DaskExecutor``, # ``KubernetesExecutor``, ``CeleryKubernetesExecutor`` or the # full import path to the class when using a custom executor. executor = SequentialExecutor
Related
See also
- Airflow executors:
LocalExecutor, CeleryExecutor, CeleryKubernetesExecutor, KubernetesExecutor
- Apache Airflow, Installation, configuration
airflow.cfg
, monitoring, Amazon Managed Workflows for Apache Airflow (MWAA),airflow
, Airflow Scheduler, providers, Workflows, Airflow executors, Airflow versions, Datadog integration
Advertising: