yimingpeng commented on code in PR #58092: URL: https://github.com/apache/airflow/pull/58092#discussion_r2613324584
########## airflow-core/src/airflow/api_fastapi/common/parameters.py: ########## @@ -61,6 +61,7 @@ from airflow.models.taskinstance import TaskInstance from airflow.models.variable import Variable from airflow.models.xcom import XComModel +from airflow.serialization.serialized_objects import SerializedDAG Review Comment: oops, sorry for overlooking this, thanks for picking it up, fixed now -- 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]
