danielbe11 commented on code in PR #39066:
URL: https://github.com/apache/airflow/pull/39066#discussion_r1579313516


##########
airflow/providers/apache/druid/hooks/druid.py:
##########
@@ -144,13 +144,15 @@ def submit_indexing_job(
 
         sec = 0
         while running:
-            req_status = requests.get(druid_task_status_url, 
auth=self.get_auth())
+            req_status = requests.get(druid_task_status_url, 
auth=self.get_auth(), verify=self.get_verify())

Review Comment:
   Note that the default is True in both the [requests 
library](https://github.com/psf/requests/blob/main/src/requests/api.py#L39-L41) 
and [the 
init](https://github.com/apache/airflow/blob/main/airflow/providers/apache/druid/operators/druid.py#L56)
 of the hook, meaning it's backwards compatible 



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to