awelsh93 commented on a change in pull request #4018: [AIRFLOW-3195] Log query
and task_id in druid-hook
URL: https://github.com/apache/incubator-airflow/pull/4018#discussion_r224725237
##########
File path: airflow/hooks/druid_hook.py
##########
@@ -68,6 +68,7 @@ def get_conn_url(self):
def submit_indexing_job(self, json_index_spec):
url = self.get_conn_url()
+ self.log.info(json_index_spec)
Review comment:
Agreed - done.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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