vincbeck commented on code in PR #61402:
URL: https://github.com/apache/airflow/pull/61402#discussion_r2759923135
##########
providers/amazon/src/airflow/providers/amazon/aws/auth_manager/aws_auth_manager.py:
##########
@@ -158,6 +160,12 @@ def is_authorized_dag(
def is_authorized_backfill(
self, *, method: ResourceMethod, user: AwsAuthManagerUser, details:
BackfillDetails | None = None
) -> bool:
+ warnings.warn(
Review Comment:
One nit. Can you add as comment these methods can be removed once the min
Airflow version will be >= 3.2
--
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]