You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2023/02/20 19:45:33 UTC

[airflow] branch main updated (e02bfc8703 -> a770edfac4)

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

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


    from e02bfc8703 Persist DAG and task doc values in TaskFlow API if explicitly set (#29399)
     add a770edfac4 Fix Scheduler crash when clear a previous run of a normal task that is now a mapped task (#29645)

No new revisions were added by this update.

Summary of changes:
 airflow/models/dagrun.py          |  8 +++++
 airflow/models/taskinstance.py    | 19 +++++++++++
 tests/models/test_dagrun.py       | 67 +++++++++++++++++++++++++++++----------
 tests/models/test_taskinstance.py | 16 ++++++++++
 4 files changed, 93 insertions(+), 17 deletions(-)