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/03/10 12:20:44 UTC

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

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

 ##########
 File path: airflow/providers/docker/operators/docker.py
 ##########
 @@ -169,6 +173,7 @@ def __init__(
         self.dns_search = dns_search
         self.docker_url = docker_url
         self.environment = environment or {}
+        self._private_environment = private_environment or {}
 
 Review comment:
   @feluelle  I make this an underscore attribute so that it doesn't get rendered on the frontend at all. 

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