Fokko commented on a change in pull request #3860: [AIRFLOW-3025] Enable
specifying dns and dns_search options for DockerOperator
URL: https://github.com/apache/incubator-airflow/pull/3860#discussion_r216030227
##########
File path: airflow/operators/docker_operator.py
##########
@@ -110,6 +114,8 @@ def __init__(
api_version=None,
command=None,
cpus=1.0,
+ dns=None,
+ dns_search=None,
Review comment:
Can you move this to the end of the argument list, so we keep is as much as
possible backward compatible?
----------------------------------------------------------------
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