kaxil commented on code in PR #56118:
URL: https://github.com/apache/airflow/pull/56118#discussion_r2380508395


##########
task-sdk/src/airflow/sdk/execution_time/task_runner.py:
##########
@@ -602,7 +602,10 @@ def _xcom_push_to_db(ti: RuntimeTaskInstance, key: str, 
value: Any) -> None:
 def parse(what: StartupDetails, log: Logger) -> RuntimeTaskInstance:
     # TODO: Task-SDK:
     # Using DagBag here is about 98% wrong, but it'll do for now
-    from airflow.dag_processing.dagbag import DagBag
+    try:

Review Comment:
   No, that import path is only for 3.2



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