You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by as...@apache.org on 2022/03/09 12:51:07 UTC

[airflow] branch main updated (05f3a30 -> d6031f9)

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 05f3a30  Add Codespaces support (#22082)
     add d6031f9  Add map_index to RenderedTaskInstanceFields (#22004)

No new revisions were added by this update.

Summary of changes:
 .../endpoints/task_instance_endpoint.py            |  31 +---
 .../api_connexion/schemas/task_instance_schema.py  |   4 +-
 ...582_migrate_rtif_to_use_run_id_and_map_index.py | 168 +++++++++++++++++++++
 airflow/models/renderedtifields.py                 |  94 +++++++++---
 airflow/models/taskinstance.py                     |  11 +-
 airflow/utils/db.py                                |   4 +-
 docs/apache-airflow/migrations-ref.rst             |   4 +-
 .../schemas/test_task_instance_schema.py           |   4 +-
 tests/models/test_renderedtifields.py              |  59 +++++++-
 9 files changed, 317 insertions(+), 62 deletions(-)
 create mode 100644 airflow/migrations/versions/4eaab2fe6582_migrate_rtif_to_use_run_id_and_map_index.py