ferruzzi commented on code in PR #29449:
URL: https://github.com/apache/airflow/pull/29449#discussion_r1101970644


##########
dev/breeze/src/airflow_breeze/global_constants.py:
##########
@@ -44,16 +44,19 @@
 DEFAULT_BACKEND = ALLOWED_BACKENDS[0]
 ALL_INTEGRATIONS = [
     "cassandra",
+    "celery",
     "kerberos",
     "mongo",
     "pinot",
-    "celery",
     "trino",
 ]
-ALLOWED_INTEGRATIONS = [
-    *ALL_INTEGRATIONS,
-    "all",
-]
+ALLOWED_INTEGRATIONS = sorted(

Review Comment:
   Using `sorted` here so the output on the CLI help screen will be sorted.  
Not necessarily required, but I liked it.



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