Difference between revisions of "Airflow executors"

From wikieduonline
Jump to navigation Jump to search
Line 6: Line 6:
  
 
  [[airflow.cfg]]
 
  [[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
 
  executor = SequentialExecutor
.../...
 
  
 
== Related ==
 
== Related ==

Revision as of 11:35, 1 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

Advertising: