vincbeck commented on issue #40684: URL: https://github.com/apache/airflow/issues/40684#issuecomment-2220700957
> make AWSAuthManager 2.9+ only (we will have to exclude the tests for 2.8 and add some code that detects airflow version and provide meaningful error message) I think this is the easiest because the other solution implies modifying the signature of `is_authorized_custom_view` which will then no longer match the specification of `BaseAuthManager`. We would need to add `**kwargs` at the end of parameters but also make `method` optional -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
