You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ep...@apache.org on 2022/08/23 06:52:16 UTC

[airflow] branch main updated (50016564fa -> 87c7867a23)

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 50016564fa [improvement] Audit log (#25856)
     add 87c7867a23 Fix migration issues and tighten the CI upgrade/downgrade test (#25869)

No new revisions were added by this update.

Summary of changes:
 .github/workflows/ci.yml                                 |  2 --
 .../0080_2_0_2_change_default_pool_slots_to_1.py         | 16 +++++++++++-----
 .../versions/0093_2_2_0_taskinstance_keyed_to_dagrun.py  | 10 ++++++++--
 .../versions/0105_2_3_0_add_map_index_to_taskfail.py     |  2 +-
 .../0110_2_3_2_add_cascade_to_dag_tag_foreignkey.py      | 15 ++++++---------
 .../0113_2_4_0_compare_types_between_orm_and_db.py       |  9 +++++++++
 .../migrations/versions/0114_2_4_0_add_dataset_model.py  |  2 +-
 airflow/utils/db_cleanup.py                              |  1 -
 scripts/ci/testing/run_downgrade_test.sh                 |  9 ++++++++-
 9 files changed, 44 insertions(+), 22 deletions(-)