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 2020/01/16 12:53:47 UTC

[GitHub] [airflow] CaptainCuddleCube commented on a change in pull request #7184: [AIRFLOW-6574] Adding private_environment to docker operator.

CaptainCuddleCube commented on a change in pull request #7184: [AIRFLOW-6574] Adding private_environment to docker operator.
URL: https://github.com/apache/airflow/pull/7184#discussion_r367400820
 
 

 ##########
 File path: airflow/operators/docker_operator.py
 ##########
 @@ -66,6 +66,9 @@ class DockerOperator(BaseOperator):
     :type docker_url: str
     :param environment: Environment variables to set in the container. (templated)
     :type environment: dict
+    :param private_environment: Private environment variables to set in the container.
+        These variables will not be shown on the task instance view in the browser. (templated)
 
 Review comment:
   Sorry, the private_environment is not templated. That is a typo.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services