hussein-awala commented on code in PR #55115:
URL: https://github.com/apache/airflow/pull/55115#discussion_r2323628706
##########
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:
What’s the best place to create it, considering that users will use it for
type hints and to better understand the content of this class?
--
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]