potiuk commented on code in PR #30644: URL: https://github.com/apache/airflow/pull/30644#discussion_r1167031735
########## 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: I think we should simply automatically force the executor to be sequential for sqlite and it should not be in the list. It's not useful for any other backend. -- 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]
