tirkarthi commented on code in PR #44961:
URL: https://github.com/apache/airflow/pull/44961#discussion_r1900648612
##########
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:
This is as per the initial UI design for dashboard. I am okay with changing
this as per consensus.
--
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]