o-nikolas commented on code in PR #43240:
URL: https://github.com/apache/airflow/pull/43240#discussion_r1823130984


##########
dev/breeze/src/airflow_breeze/global_constants.py:
##########
@@ -64,7 +64,8 @@
 ALLOWED_ARCHITECTURES = [Architecture.X86_64, Architecture.ARM]
 # Database Backends used when starting Breeze. The "none" value means that 
invalid configuration
 # Is set and no database started - access to a database will fail.
-ALLOWED_BACKENDS = ["sqlite", "mysql", "postgres", "none"]
+POSTGRES_BACKEND = "postgres"
+ALLOWED_BACKENDS = ["sqlite", "mysql", POSTGRES_BACKEND, "none"]
 ALLOWED_PROD_BACKENDS = ["mysql", "postgres"]

Review Comment:
   Added in upcoming commit!



-- 
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]

Reply via email to