ephraimbuddy commented on code in PR #31787:
URL: https://github.com/apache/airflow/pull/31787#discussion_r1236793103


##########
airflow/utils/db.py:
##########
@@ -477,6 +477,19 @@ def create_default_connections(session: Session = 
NEW_SESSION):
         ),
         session,
     )
+    merge_conn(
+        Connection(
+            conn_id="adb_spark_default",
+            conn_type="adb_spark",

Review Comment:
   @eladkal , Is the provider going to be released before 2.7.0? I think it 
shouldn't since it touched core because the connection entry is needed to use 
it in any Airflow version, right?.



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