theelderbeever opened a new pull request #19526: URL: https://github.com/apache/airflow/pull/19526
<!-- Thank you for contributing! Please make sure that your code changes are covered with tests. And in case of new features or big changes remember to adjust the documentation. Feel free to ping committers for the review! In case of existing issue, reference it using one of the following: closes: #19522 How to write a good git commit message: http://chris.beams.io/posts/git-commit/ --> Add pip proxy to PythonVirtualEnvOperator --- Added `pip_proxy` to the `PythonVirtualEnvOperator` init args and propagated to underlying functions. Defaulted to `None` and only adds `--proxy={pip_proxy}` when provided with a value. Helps alleviate issues when creating a virtualenv on clusters behind corporate proxies without the need to broadly apply environment variable proxies. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
