Bowrna commented on a change in pull request #22502:
URL: https://github.com/apache/airflow/pull/22502#discussion_r835317194
##########
File path: airflow/providers/docker/hooks/docker.py
##########
@@ -55,6 +55,7 @@ def __init__(
base_url: Optional[str] = None,
version: Optional[str] = None,
tls: Optional[str] = None,
+ timeout: int = 60,
Review comment:
@eladkal I have added default within package by importing it as default
param.
--
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]