rawwar commented on code in PR #47062:
URL: https://github.com/apache/airflow/pull/47062#discussion_r1974754089
##########
airflow/auth/managers/utils/fab.py:
##########
@@ -35,6 +35,7 @@
"POST": ACTION_CAN_CREATE,
"GET": ACTION_CAN_READ,
"PUT": ACTION_CAN_EDIT,
+ "PATCH": ACTION_CAN_EDIT,
Review Comment:
```suggestion
```
Discussion is going on in https://github.com/apache/airflow/pull/47138 .
Without this change, the PR can't be merged until that conversation on the
ticket is resolved.
--
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]