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 2020/01/20 15:33:19 UTC

[GitHub] [airflow] RosterIn commented on issue #6457: [AIRFLOW-5800] Add a default connection entry for PinotDbApiHook

RosterIn commented on issue #6457: [AIRFLOW-5800] Add a default connection entry for PinotDbApiHook
URL: https://github.com/apache/airflow/pull/6457#issuecomment-576324939
 
 
   Interesting.
   The pinot hook code has:
   ```
       conn_name_attr = 'pinot_broker_conn_id'
       default_conn_name = 'pinot_broker_default'
   ```
   https://github.com/apache/airflow/blob/master/airflow/providers/apache/pinot/hooks/pinot.py#L217
   The `default_conn_name` is never being used.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services