kaxil commented on code in PR #48380:
URL: https://github.com/apache/airflow/pull/48380#discussion_r2013944260
##########
airflow-core/src/airflow/models/dagbag.py:
##########
@@ -470,9 +470,10 @@ def _load_modules_from_zip(self, filepath, safe_mode):
def _process_modules(self, filepath, mods, file_last_changed_on_disk):
from airflow.models.dag import DAG # Avoid circular import
+ from airflow.sdk import DAG as SDKDAG
Review Comment:
like we do here:
https://github.com/apache/airflow/blob/fc63fb1d8a4d9851d5b8424859d8055dbcc25632/airflow-core/src/airflow/models/dag.py#L94
--
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]