ashb 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_r367375648
 
 

 ##########
 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:
   If it's templated it will be shown in the UI.

----------------------------------------------------------------
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