Skip to content

Unquote executor airflow.cfg variable to fix #48042#48043

Closed
dheerajturaga wants to merge 0 commit intoapache:mainfrom
dheerajturaga:main
Closed

Unquote executor airflow.cfg variable to fix #48042#48043
dheerajturaga wants to merge 0 commit intoapache:mainfrom
dheerajturaga:main

Conversation

@dheerajturaga
Copy link
Member

When setting the executor in the Airflow configuration file (airflow.cfg), using executor='LocalExecutor,CeleryExecutor' causes a failure, while using executor = LocalExecutor,CeleryExecutor works correctly.

closes: #48042

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:Executors-core LocalExecutor & SequentialExecutor kind:documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Core Executor shouldn't be in quotes when using multiple executors concurrently

2 participants