eladkal commented on code in PR #31787:
URL: https://github.com/apache/airflow/pull/31787#discussion_r1236867913
##########
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:
I created https://github.com/apache/airflow/issues/32048 to hopefully solve
it once and for all
As for your question - the provider must support minimum version of Airflow
2.4.0
--
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]