rawwar commented on code in PR #47136:
URL: https://github.com/apache/airflow/pull/47136#discussion_r1975799237
##########
airflow/api_fastapi/core_api/routes/public/dag_run.py:
##########
@@ -189,6 +190,7 @@ def patch_dag_run(
status.HTTP_404_NOT_FOUND,
]
),
+ dependencies=[Depends(requires_access_asset(method="GET"))],
Review Comment:
I will add this when I am working on dag_run. which I will be picking next
--
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]