amoghrajesh commented on code in PR #62208:
URL: https://github.com/apache/airflow/pull/62208#discussion_r2832181720


##########
devel-common/src/tests_common/test_utils/otel_utils.py:
##########
@@ -24,12 +24,12 @@
 
 from sqlalchemy import inspect, select
 
-from airflow.models import Base
-
 log = logging.getLogger("integration.otel.otel_utils")
 
 
 def dump_airflow_metadata_db(session):
+    from airflow.models import Base

Review Comment:
   We do not use the `dump_airflow_metadata_db` in shared tests, so not an 
issue anymore. Earlier when we imported otel_utils in tests, it failed cos this 
was module level import



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