bbovenzi commented on code in PR #44961:
URL: https://github.com/apache/airflow/pull/44961#discussion_r1901023007


##########
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:
   The designs were quite preliminary so I am happy with adding everything 
suggested



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