You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ur...@apache.org on 2022/01/07 14:37:19 UTC

[airflow] branch main updated (cd4bc17 -> b597cea)

This is an automated email from the ASF dual-hosted git repository.

uranusjr pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git.


    from cd4bc17  Update ``CODEOWNERS`` for dev folder (#20749)
     add b597cea  #16037 Templated requirements.txt in Python operators (#17349)

No new revisions were added by this update.

Summary of changes:
 airflow/operators/python.py                | 34 +++++++++++++++++++------
 airflow/utils/python_virtualenv.py         | 40 +++++++++++++++++++++---------
 tests/config_templates/requirements.txt    | 14 +++++++++++
 tests/decorators/test_python_virtualenv.py |  5 ++--
 tests/operators/test_python.py             | 31 ++++++++++++++++++++---
 5 files changed, 99 insertions(+), 25 deletions(-)
 create mode 100644 tests/config_templates/requirements.txt