josh-fell commented on code in PR #23704:
URL: https://github.com/apache/airflow/pull/23704#discussion_r889644872


##########
airflow/utils/db.py:
##########
@@ -595,6 +595,14 @@ def create_default_connections(session: Session = 
NEW_SESSION):
         ),
         session,
     )
+    merge_conn(
+        Connection(
+            conn_id="tabular_default",
+            conn_type="tabular",
+            extra='{"extra__tabular__baseUrl": 
"https://api.tabulardata.io/ws/v1"}',

Review Comment:
   Since the base URL is now `host` under the hood, can you update the default 
connection and the connection doc when you get a chance?



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