utkarsharma2 commented on code in PR #30644: URL: https://github.com/apache/airflow/pull/30644#discussion_r1166954050
########## dev/breeze/src/airflow_breeze/global_constants.py: ########## @@ -73,10 +77,18 @@ # - https://endoflife.date/azure-kubernetes-service # - https://endoflife.date/google-kubernetes-engine ALLOWED_KUBERNETES_VERSIONS = ["v1.23.13", "v1.24.7", "v1.25.3", "v1.26.0"] + ALLOWED_EXECUTORS = ["KubernetesExecutor", "CeleryExecutor", "LocalExecutor", "CeleryKubernetesExecutor"] Review Comment: @potiuk Can you please confirm if the list for ALLOWED_EXECUTORS is good enough for the `--executor` flag? I think it should also have `SequentialExecutor` which was directly mapped to `SQLite` in `scripts/ci/docker-compose/backend-sqlite.yml`. But I'm not sure if it will have any side effects or not. WDYT? -- 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]
