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] + + +@attrs.define +class AssetEvent(attrs.AttrsInstance): Review Comment: I think airflow.sdk.types is probably a better place. With that said, Context and MappedOperator are also in definitions while also not user-facing. So we already don’t have a good track record… -- 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: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org