aaron-y-chen commented on code in PR #58543: URL: https://github.com/apache/airflow/pull/58543#discussion_r3736309152
########## airflow-core/src/airflow/timetables/assets.py: ########## @@ -20,7 +20,10 @@ import typing from airflow.exceptions import AirflowTimetableInvalid -from airflow.serialization.definitions.assets import SerializedAsset, SerializedAssetBase +from airflow.sdk.definitions.asset import BaseAsset # TODO: Use serialized classes. +from airflow.serialization.definitions.assets import SerializedAsset, SerializedAssetAll, SerializedAssetBase +from airflow.serialization.encoders import ensure_serialized_asset Review Comment: Good idea, let me do it. -- 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]
