Fokko commented on a change in pull request #4018: [AIRFLOW-XXX] Log query and 
task_id in druid-hook
URL: https://github.com/apache/incubator-airflow/pull/4018#discussion_r224707338
 
 

 ##########
 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:
   Maybe make this a bit more intuitive (and grep-able): `self.log.info("Druid 
query: {}".format(druid_task_id))`

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

Reply via email to