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/08/27 00:37:21 UTC

[airflow] branch main updated (3c806ff32d -> 799b2695bb)

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 3c806ff32d Fix incorrect env_variables keyword (#25792)
     add 799b2695bb Add roles delete command to cli (#25854)

No new revisions were added by this update.

Summary of changes:
 airflow/cli/cli_parser.py               |  6 ++++++
 airflow/cli/commands/role_command.py    | 17 +++++++++++++++++
 tests/cli/commands/test_role_command.py | 16 ++++++++++++++++
 3 files changed, 39 insertions(+)