Fokko commented on code in PR #32786:
URL: https://github.com/apache/airflow/pull/32786#discussion_r1362663092


##########
airflow/utils/db.py:
##########
@@ -644,7 +644,7 @@ def create_default_connections(session: Session = 
NEW_SESSION):
         Connection(
             conn_id="tabular_default",
             conn_type="tabular",
-            host="https://api.tabulardata.io/ws/v1";,
+            host="https://api.tabular.io/ws";,

Review Comment:
   Thanks, you are too kind 👍 



##########
airflow/utils/db.py:
##########
@@ -644,7 +644,7 @@ def create_default_connections(session: Session = 
NEW_SESSION):
         Connection(
             conn_id="tabular_default",
             conn_type="tabular",
-            host="https://api.tabulardata.io/ws/v1";,
+            host="https://api.tabular.io/ws";,

Review Comment:
   Thanks, you are too kind 👍 



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