You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2022/02/27 19:11:12 UTC

[airflow] branch main updated (e93820b -> 03d6aaa)

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

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


    from e93820b  Minor `pre-commit` config clean up (#21794)
     add 03d6aaa  Airflow `db downgrade` cli command (#21596)

No new revisions were added by this update.

Summary of changes:
 airflow/cli/cli_parser.py             | 48 ++++++++++++++++++++++-
 airflow/cli/commands/db_command.py    | 46 ++++++++++++++++++++++
 airflow/utils/db.py                   | 67 ++++++++++++++++++++++++++++++--
 tests/cli/commands/test_db_command.py | 72 +++++++++++++++++++++++++++++++++--
 tests/utils/test_db.py                | 26 ++++++++++++-
 5 files changed, 250 insertions(+), 9 deletions(-)