uranusjr commented on code in PR #44961:
URL: https://github.com/apache/airflow/pull/44961#discussion_r1900629788
##########
airflow/api_fastapi/core_api/datamodels/assets.py:
##########
@@ -102,6 +102,7 @@ class AssetEventResponse(BaseModel):
id: int
asset_id: int
+ uri: str | None = Field(alias="uri", default=None)
Review Comment:
I’m not sure we should add `uri` here. If we need it in the UI, it’d be
better to include the entire asset object instead.
--
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]