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: [email protected] With regards, Apache Git Services
