fat-catTW commented on code in PR #69764:
URL: https://github.com/apache/airflow/pull/69764#discussion_r3589968320
##########
airflow-core/src/airflow/api_fastapi/execution_api/routes/asset_state_store.py:
##########
@@ -106,14 +101,51 @@ def _resolve_asset_id_by_uri(uri: str, session:
SessionDep) -> int:
return asset_id
+def _authorize_asset_state_store_access(
Review Comment:
Thank you for reviewing :D
Good point, updated.
The by-name/by-uri asset state store checks now use FastAPI dependencies
instead of each handler calling the authorization helper manually.
--
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]