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/09/27 12:53:02 UTC

[airflow] branch main updated (ed494594ef -> 5560a46bfe)

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 ed494594ef docs: Fix typo (#26706)
     add 5560a46bfe When rendering template, unmap task in context (#26702)

No new revisions were added by this update.

Summary of changes:
 airflow/models/abstractoperator.py  |  8 ++++----
 airflow/models/baseoperator.py      |  3 +--
 airflow/models/mappedoperator.py    |  7 ++++---
 airflow/models/taskinstance.py      | 12 ++++++++----
 airflow/utils/context.py            | 27 ++++++++++++++++++++++++++-
 tests/decorators/test_python.py     | 10 ++++++----
 tests/models/test_mappedoperator.py | 21 ++++++++++++---------
 7 files changed, 61 insertions(+), 27 deletions(-)