Lee-W commented on code in PR #47482:
URL: https://github.com/apache/airflow/pull/47482#discussion_r1990983515
##########
providers/amazon/src/airflow/providers/amazon/aws/auth_manager/aws_auth_manager.py:
##########
@@ -154,6 +155,14 @@ def is_authorized_dag(
context=context,
)
+ def is_authorized_backfill(
Review Comment:
just updated. thanks!
##########
providers/fab/src/airflow/providers/fab/auth_manager/fab_auth_manager.py:
##########
@@ -312,6 +322,11 @@ def is_authorized_dag(
for resource_type in resource_types
)
+ def is_authorized_backfill(
Review Comment:
just updated. thanks!
--
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]