uranusjr commented on code in PR #54891:
URL: https://github.com/apache/airflow/pull/54891#discussion_r2303428843


##########
airflow-core/src/airflow/api_fastapi/execution_api/routes/asset_events.py:
##########
@@ -75,6 +78,10 @@ def get_asset_event_by_asset_name_uri(
     name: Annotated[str | None, Query(description="The name of the Asset")],
     uri: Annotated[str | None, Query(description="The URI of the Asset")],
     session: SessionDep,
+    after: Annotated[UtcDateTime | None, Query(description="The start of the 
time range")] = None,
+    before: Annotated[UtcDateTime | None, Query(description="The end of the 
time range")] = None,

Review Comment:
   Nah I’d say just return an empty list. Users aren’t that stupid.



-- 
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]

Reply via email to