ashb commented on code in PR #47677: URL: https://github.com/apache/airflow/pull/47677#discussion_r1992955866
########## task-sdk/src/airflow/sdk/definitions/asset/__init__.py: ########## @@ -60,7 +60,7 @@ @attrs.define(frozen=True) -class AssetUniqueKey: +class AssetUniqueKey(attrs.AttrsInstance): Review Comment: What this base class for? -- 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]
