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


With regards,
Apache Git Services

Reply via email to