You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by je...@apache.org on 2022/10/14 14:08:44 UTC

[airflow] branch main updated (3310618d4a -> 1449ebbabd)

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

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


    from 3310618d4a Remove info log about closing parent pipe (#27054)
     add 1449ebbabd Slightly faster up/downgrade tests (#26939)

No new revisions were added by this update.

Summary of changes:
 .github/workflows/ci.yml                                 | 16 ++++++++--------
 airflow/cli/cli_parser.py                                |  9 +++++++++
 airflow/cli/commands/db_command.py                       |  7 ++++++-
 airflow/migrations/env.py                                |  7 +++++++
 .../versions/0074_2_0_0_resource_based_permissions.py    |  6 +++---
 .../0078_2_0_1_remove_can_read_permission_on_config_.py  |  6 +++---
 ...0084_2_1_0_resource_based_permissions_for_default_.py |  6 +++---
 airflow/utils/db.py                                      |  7 ++++---
 docs/apache-airflow/img/airflow_erd.sha256               |  2 +-
 tests/cli/commands/test_db_command.py                    |  2 +-
 10 files changed, 45 insertions(+), 23 deletions(-)