You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/07/23 19:01:30 UTC

[GitHub] [airflow] kaxil commented on a change in pull request #17196: Fix wrong connection name in Druid Hook

kaxil commented on a change in pull request #17196:
URL: https://github.com/apache/airflow/pull/17196#discussion_r675800071



##########
File path: airflow/providers/apache/druid/hooks/druid.py
##########
@@ -136,7 +136,7 @@ class DruidDbApiHook(DbApiHook):
     For ingestion, please use druidHook.
     """
 
-    conn_name_attr = 'druid_broker_conn_id'
+    conn_name_attr = 'conn_id'

Review comment:
       Can you explain this change a bit




-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org