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 2018/08/12 17:27:44 UTC

[GitHub] Fokko commented on a change in pull request #3741: [AIRFLOW-1368] Add auto_remove for DockerOperator

Fokko commented on a change in pull request #3741: [AIRFLOW-1368] Add auto_remove for DockerOperator
URL: https://github.com/apache/incubator-airflow/pull/3741#discussion_r209462359
 
 

 ##########
 File path: airflow/operators/docker_operator.py
 ##########
 @@ -115,6 +117,7 @@ def __init__(
             force_pull=False,
             mem_limit=None,
             network_mode=None,
+            auto_remove=False,
 
 Review comment:
   Could you add the argument at the very end? This is to minimize the impact, and keep backward compatibility as much as possible :-)

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services