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 bc34603123 Update to even newer version of trove classifier as build 
dependency (#37669)
     add 6a00111b5e Show custom instance names for a mapped task in UI (#36797)

No new revisions were added by this update.

Summary of changes:
 airflow/api_connexion/openapi/v1.yaml              |  7 +++
 .../api_connexion/schemas/task_instance_schema.py  |  1 +
 airflow/decorators/base.py                         |  1 +
 airflow/models/baseoperator.py                     |  5 ++
 airflow/models/mappedoperator.py                   |  2 +
 airflow/models/taskinstance.py                     | 21 ++++++-
 airflow/operators/python.py                        |  1 +
 airflow/serialization/pydantic/taskinstance.py     |  1 +
 airflow/serialization/schema.json                  |  3 +-
 airflow/serialization/serialized_objects.py        |  1 +
 airflow/utils/context.py                           |  1 +
 airflow/utils/context.pyi                          |  1 +
 airflow/www/static/js/components/Table/Cells.tsx   |  2 +-
 airflow/www/static/js/dag/details/Header.tsx       | 16 ++++-
 .../static/js/dag/details/taskInstance/Details.tsx |  6 ++
 .../dag/details/taskInstance/MappedInstances.tsx   |  4 ++
 airflow/www/static/js/types/api-generated.ts       |  6 ++
 .../dynamic-task-mapping.rst                       | 38 ++++++++++++
 docs/apache-airflow/templates-ref.rst              |  1 +
 .../test_mapped_task_instance_endpoint.py          |  1 +
 .../endpoints/test_task_instance_endpoint.py       |  7 +++
 .../schemas/test_task_instance_schema.py           |  2 +
 tests/models/test_mappedoperator.py                | 72 ++++++++++++++++++++++
 tests/models/test_taskinstance.py                  |  1 +
 tests/serialization/test_dag_serialization.py      |  2 +
 tests/www/views/test_views_tasks.py                |  7 +++
 26 files changed, 203 insertions(+), 7 deletions(-)

Reply via email to