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 2021/12/07 10:18:35 UTC

[GitHub] [airflow] uranusjr commented on a change in pull request #19984: Add timeout parameter to druid operator so it can be used in hook

uranusjr commented on a change in pull request #19984:
URL: https://github.com/apache/airflow/pull/19984#discussion_r763844463



##########
File path: tests/providers/apache/druid/operators/test_druid.py
##########
@@ -23,6 +23,7 @@
 from airflow.utils.types import DagRunType
 
 DEFAULT_DATE = timezone.datetime(2017, 1, 1)
+DEFAULT_TIMEOUT = 1

Review comment:
       This seems unnecessary? If you want a constant, you should probably put it in the provider code instead.




-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org