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

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


    from 80f30ee  Add constraint to ensure task map length >= 0 (#21115)
     add e45f0e9  Function to expand mapped tasks in to multiple "real" TIs 
(#21019)

No new revisions were added by this update.

Summary of changes:
 airflow/models/baseoperator.py    | 69 +++++++++++++++++++++++++++++++
 airflow/models/dagrun.py          |  2 +-
 airflow/models/taskinstance.py    |  3 +-
 tests/models/test_baseoperator.py | 87 ++++++++++++++++++++++++++++++++++++++-
 tests/models/test_dagrun.py       | 18 ++++++++
 5 files changed, 175 insertions(+), 4 deletions(-)

Reply via email to