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/02/16 20:31:59 UTC

[airflow] branch main updated (eec873c -> 66c342d)

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 eec873c  Alembic migration filename should match revision id (#21621)
     add 66c342d  Support generating SQL script for upgrades (#20962)

No new revisions were added by this update.

Summary of changes:
 airflow/cli/cli_parser.py                          |  22 +++-
 airflow/cli/commands/db_command.py                 |   2 +-
 .../8646922c8a04_change_default_pool_slots_to_1.py |  31 +-----
 airflow/models/taskinstance.py                     |   2 +-
 airflow/utils/db.py                                | 113 ++++++++++++++++++++-
 dev/README_RELEASE_AIRFLOW.md                      |   1 +
 docs/apache-airflow/installation/upgrading.rst     |  11 ++
 tests/cli/commands/test_db_command.py              |   2 +-
 tests/utils/test_db.py                             | 109 +++++++++++++++++++-
 9 files changed, 255 insertions(+), 38 deletions(-)