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/03/20 02:06:50 UTC

[airflow] branch main updated (5eb6335 -> 87d363e)

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 5eb6335  Update sample dag and doc for S3CreateBucketOperator, S3PutBucketTaggingOperator, S3GetBucketTaggingOperator, S3DeleteBucketTaggingOperator, S3DeleteBucketOperator (#22312)
     add 87d363e  Correctly handle task_id mangling during unmapping (#22355)

No new revisions were added by this update.

Summary of changes:
 airflow/decorators/base.py                    |  6 ++--
 airflow/models/baseoperator.py                |  7 ++++-
 airflow/models/mappedoperator.py              |  5 +++-
 airflow/serialization/serialized_objects.py   |  1 +
 tests/models/test_taskinstance.py             | 40 +++++++++++++++++++++++++++
 tests/serialization/test_dag_serialization.py |  3 ++
 6 files changed, 58 insertions(+), 4 deletions(-)