Lee-W commented on code in PR #45960:
URL: https://github.com/apache/airflow/pull/45960#discussion_r1961168142


##########
task_sdk/src/airflow/sdk/execution_time/comms.py:
##########
@@ -104,6 +105,30 @@ def from_asset_response(cls, asset_response: 
AssetResponse) -> AssetResult:
         return cls(**asset_response.model_dump(exclude_defaults=True), 
type="AssetResult")
 
 
+class AssetEventCollectionResult(AssetEventCollectionResponse):

Review Comment:
   how about AssetEvent`s`Result?



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