uranusjr commented on code in PR #55115:
URL: https://github.com/apache/airflow/pull/55115#discussion_r2324209684
##########
task-sdk/src/airflow/sdk/definitions/asset/__init__.py:
##########
@@ -703,3 +704,16 @@ class AssetAliasEvent(attrs.AttrsInstance):
source_alias_name: str
dest_asset_key: AssetUniqueKey
extra: dict[str, Any]
+
+
[email protected]
+class AssetEvent(attrs.AttrsInstance):
Review Comment:
I think airflow.sdk.types is probably a better place
--
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]