tirkarthi commented on code in PR #44961:
URL: https://github.com/apache/airflow/pull/44961#discussion_r1927454712
##########
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:
name, group and uri are added to the API. name is shown in the UI with group
and uri shown in a tooltip on hovering over name.
--
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]