jscheffl opened a new pull request, #43842: URL: https://github.com/apache/airflow/pull/43842
During development of EdgeExecutor I noticed to to rework to merge, local run via breeze was broken. If you start breeze via ``` breeze start-airflow --python 3.12 --load-example-dags --backend postgres --executor EdgeExecutor ``` ...the executor can not be loaded because dottet mapping is missing ...but if you add th edottet mapping, breeze does not accept the executor name. This 3 lines add the mapping to the call for shell params in beeeze -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
