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 2021/12/08 20:56:02 UTC

[airflow] branch main updated (0e2a0cc -> 737c0ef)

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 0e2a0cc  Added function in AWSAthenaHook to get s3 output query results file URI  (#20124)
     add 737c0ef  Check and run migration in commands if necessary (#18439)

No new revisions were added by this update.

Summary of changes:
 airflow/cli/commands/celery_command.py            |  6 +-
 airflow/cli/commands/connection_command.py        |  6 +-
 airflow/cli/commands/dag_command.py               | 26 +++----
 airflow/cli/commands/db_command.py                |  6 +-
 airflow/cli/commands/kerberos_command.py          |  2 +-
 airflow/cli/commands/kubernetes_command.py        |  4 +-
 airflow/cli/commands/pool_command.py              |  6 +-
 airflow/cli/commands/role_command.py              |  4 +-
 airflow/cli/commands/rotate_fernet_key_command.py |  2 +-
 airflow/cli/commands/scheduler_command.py         |  2 +-
 airflow/cli/commands/sync_perm_command.py         |  2 +-
 airflow/cli/commands/task_command.py              | 16 ++--
 airflow/cli/commands/triggerer_command.py         |  2 +-
 airflow/cli/commands/user_command.py              |  8 +-
 airflow/cli/commands/variable_command.py          |  6 +-
 airflow/cli/commands/webserver_command.py         |  2 +-
 airflow/utils/cli.py                              | 93 +++++++++++++----------
 airflow/utils/db.py                               | 89 ++++++++++++++++++----
 airflow/utils/helpers.py                          | 16 +++-
 tests/utils/test_cli_util.py                      |  4 +-
 20 files changed, 194 insertions(+), 108 deletions(-)