AwsAuthManager seems to be incompatible with Airflow 2.8 #40684
Labels
area:auth
kind:bug
This is a clearly a bug
kind:meta
High-level information important to the community
provider:amazon-aws
AWS/Amazon - related issues
Body
As of recently the compatibility tests for Airlfow 2.8.2 started to fail for AwsAuthManager and it looks like the Auth Manager is not compatible with 2.8 BaseAuthManager.
Example failure: https://github.com/apache/airflow/actions/runs/9863515547/job/27237103252?pr=40677
It seems that in Airflow 2.8 in som cases the BaseAuthManager calls
is_authorized_custom_view
method withfab_action_name
keyword param and AWSAuthManager expectsmethod
to be used there.I am not sure if it qualifies to RC2 for the Amazon provider (cc: @vincbeck @eladkal).
There are two solutions how to solve it:
fab_action_name
as keyword paremetr (could be done via **kwargs for example)The stack trace:
Committer
The text was updated successfully, but these errors were encountered: