ashb commented on code in PR #55408: URL: https://github.com/apache/airflow/pull/55408#discussion_r2333500117
########## task-sdk/src/airflow/sdk/definitions/asset/__init__.py: ########## @@ -319,58 +319,53 @@ class Asset(os.PathLike, BaseAsset): default=attrs.Factory(operator.attrgetter("asset_type"), takes_self=True), validator=[_validate_identifier], ) - extra: dict[str, Any] = attrs.field( Review Comment: We can't remove this either. Removing this parameter will result in a breaking change to any DAG which uses this -- that's not allowed. -- 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