uranusjr commented on code in PR #59874:
URL: https://github.com/apache/airflow/pull/59874#discussion_r2881476227
##########
airflow-core/src/airflow/api_fastapi/execution_api/routes/xcoms.py:
##########
@@ -66,7 +66,6 @@ async def has_xcom_access(
status.HTTP_403_FORBIDDEN: {"description": "Task does not have access
to the XCom"},
status.HTTP_404_NOT_FOUND: {"description": "XCom not found"},
},
- dependencies=[Depends(has_xcom_access)],
Review Comment:
Let’s do this change and restore the previous `dependencies` declaration on
the router then. That makes things easier in the future.
--
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]