vincbeck commented on code in PR #37627:
URL: https://github.com/apache/airflow/pull/37627#discussion_r1500830169
##########
airflow/providers/amazon/aws/auth_manager/avp/facade.py:
##########
@@ -205,3 +245,25 @@ def _build_context(context: dict | None) -> dict | None:
return {
"contextMap": context,
}
+
+ def _build_is_authorized_request_payload(self, request:
IsAuthorizedRequest, user: AwsAuthManagerUser):
+ """
+ Build payload of individual authorization request send through
``batch_is_authorized`` API.
Review Comment:
Correct, 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]