Lee-W commented on code in PR #43773:
URL: https://github.com/apache/airflow/pull/43773#discussion_r1843369982


##########
airflow/serialization/serialized_objects.py:
##########
@@ -61,6 +52,15 @@
 from airflow.models.xcom_arg import XComArg, deserialize_xcom_arg, 
serialize_xcom_arg
 from airflow.providers_manager import ProvidersManager
 from airflow.sdk import BaseOperator as TaskSDKBaseOperator
+from airflow.sdk.definitions.asset import (
+    Asset,
+    AssetAlias,
+    AssetAll,
+    AssetAny,
+    AssetRef,
+    BaseAsset,
+    _AssetAliasCondition,

Review Comment:
   Sounds good! Will do



-- 
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]

Reply via email to