rounakdatta opened a new pull request #17349:
URL: https://github.com/apache/airflow/pull/17349


   <!--
   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: #ISSUE
   related: #ISSUE
   
   How to write a good git commit message:
   http://chris.beams.io/posts/git-commit/
   -->
   
   Closes: https://github.com/apache/airflow/issues/16037
   This pull request addresses the changes discussed in the aforementioned 
issue.
   
   - [x] Added new unit tests
   - [x] This change is not breaking
   - [x] Updating documentation of the operator
   
   Changes:
   - Support for passing a `requirements.txt` file in the `requirements` field 
of the PythonVirtualenvOperator.
   - The file can be named `*.txt` (anything ending with .txt), and can be 
jinja templated.
   
   Note: `template_searchpath` must be appropriately set while using arbitrary 
locations of the template file.
   


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


Reply via email to