Skip to content

Commit

Permalink
docs: fix Executor alias syntax (apache#42471)
Browse files Browse the repository at this point in the history
  • Loading branch information
pustoshilov-d authored and joaopamaral committed Oct 21, 2024
1 parent 883d984 commit 570480c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/apache-airflow/core-concepts/executor/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ To make it easier to specify executors on tasks and DAGs, executor configuration
.. code-block:: ini
[core]
executor = 'LocalExecutor,my.custom.module.ExecutorClass:ShortName'
executor = 'LocalExecutor,ShortName:my.custom.module.ExecutorClass'
.. note::
If a DAG specifies a task to use an executor that is not configured, the DAG will fail to parse and a warning dialog will be shown in the Airflow UI. Please ensure that all executors you wish to use are specified in Airflow configuration on *any* host/container that is running an Airflow component (scheduler, workers, etc).
Expand Down

0 comments on commit 570480c

Please sign in to comment.