You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ka...@apache.org on 2022/03/08 14:04:53 UTC

[airflow] branch main updated (5ace37a -> ee9d245)

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

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


    from 5ace37a  Store callbacks in database if standalone_dag_processor config is True. (#21731)
     add ee9d245  Add Mapped task instance endpoint (#21965)

No new revisions were added by this update.

Summary of changes:
 .../endpoints/task_instance_endpoint.py            |  61 ++++-
 airflow/api_connexion/openapi/v1.yaml              |  46 +++-
 .../api_connexion/schemas/task_instance_schema.py  |   1 +
 airflow/models/mappedoperator.py                   |   2 +-
 .../test_mapped_task_instance_endpoint.py          | 256 +++++++++++++++++++++
 .../endpoints/test_task_instance_endpoint.py       |  21 ++
 .../schemas/test_task_instance_schema.py           |   2 +
 7 files changed, 379 insertions(+), 10 deletions(-)
 create mode 100644 tests/api_connexion/endpoints/test_mapped_task_instance_endpoint.py