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:38:37 UTC

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

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



##########
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:
       Right, I close that one and take a closer look.




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