utkarsharma2 commented on code in PR #30644: URL: https://github.com/apache/airflow/pull/30644#discussion_r1167457807
########## 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: Sure, I'll change the code accordingly. -- 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]
