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:
[email protected]
With regards,
Apache Git Services