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

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


    from 8e3d25f9097 Fix `lookup_from_deprecated_options` in 
AirflowConfigParser (#47004)
     add 3a8749052e6 Add unique UUID `try_id` column to TaskInstance and 
TaskInstanceHistory (#47065)

No new revisions were added by this update.

Summary of changes:
 .../execution_api/routes/task_instances.py         |   2 +
 .../0060_3_0_0_add_try_id_to_ti_and_tih.py         | 183 ++++++
 airflow/models/taskinstance.py                     |   4 +
 airflow/models/taskinstancehistory.py              |  10 +-
 airflow/utils/db.py                                |   2 +-
 docs/apache-airflow/img/airflow_erd.sha256         |   2 +-
 docs/apache-airflow/img/airflow_erd.svg            | 728 +++++++++++----------
 docs/apache-airflow/migrations-ref.rst             |   4 +-
 .../ci/pre_commit/check_ti_vs_tis_attributes.py    |   2 +-
 .../execution_api/routes/test_task_instances.py    |  13 +-
 tests/models/test_taskinstance.py                  |  12 +-
 11 files changed, 591 insertions(+), 371 deletions(-)
 create mode 100644 
airflow/migrations/versions/0060_3_0_0_add_try_id_to_ti_and_tih.py

Reply via email to