This is an automated email from the ASF dual-hosted git repository.
vincbeck pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from bce63b281d Add 2.9.0b1 to issue template (#38364)
add ea951afb69 Add check in AWS auth manager to check if the Amazon
Verified Permissions schema is up to date (#38333)
No new revisions were added by this update.
Summary of changes:
.../amazon/aws/auth_manager/avp/facade.py | 15 ++
.../aws/auth_manager/{cli => avp}/schema.json | 0
.../amazon/aws/auth_manager/aws_auth_manager.py | 10 ++
.../amazon/aws/auth_manager/cli/avp_commands.py | 2 +-
.../amazon/aws/auth_manager/cli/definition.py | 2 +-
.../amazon/aws/auth_manager/avp/test_facade.py | 197 ++++++++++-----------
.../aws/auth_manager/test_aws_auth_manager.py | 11 +-
.../amazon/aws/auth_manager/views/test_auth.py | 15 +-
.../amazon/aws/tests/test_aws_auth_manager.py | 2 +-
9 files changed, 142 insertions(+), 112 deletions(-)
rename airflow/providers/amazon/aws/auth_manager/{cli => avp}/schema.json
(100%)