Difference between revisions of "Airflow executors"

From wikieduonline
Jump to navigation Jump to search
Line 7: Line 7:
 
  [[airflow.cfg]]
 
  [[airflow.cfg]]
 
  # The executor class that airflow should use. Choices include
 
  # The executor class that airflow should use. Choices include
  # ``SequentialExecutor``, ``LocalExecutor``, ``CeleryExecutor``, ``DaskExecutor``,
+
  # ``[[SequentialExecutor]]``, ``[[LocalExecutor]]``, ``[[CeleryExecutor]]``, ``[[DaskExecutor]]``,
  # ``KubernetesExecutor``, ``CeleryKubernetesExecutor`` or the
+
  # ``[[KubernetesExecutor]]``, ``[[CeleryKubernetesExecutor]]`` or the
 
  # full import path to the class when using a custom executor.
 
  # full import path to the class when using a custom executor.
 
  executor = SequentialExecutor
 
  executor = SequentialExecutor

Revision as of 10:45, 20 December 2022

Advertising: