xBis7 commented on code in PR #56187: URL: https://github.com/apache/airflow/pull/56187#discussion_r2576279036
########## shared/observability/tests/observability/metrics/test_stats.py: ########## @@ -27,11 +27,12 @@ import pytest import statsd -import airflow -from airflow.exceptions import AirflowConfigException, InvalidStatsNameException -from airflow.metrics.datadog_logger import SafeDogStatsdLogger -from airflow.metrics.statsd_logger import SafeStatsdLogger -from airflow.metrics.validators import ( +import airflow.observability.stats Review Comment: Fixed. I moved this test under core. ########## airflow-core/tests/unit/observability/traces/test_otel_tracer.py: ########## @@ -25,11 +25,12 @@ from opentelemetry.sdk import util from opentelemetry.sdk.trace.export.in_memory_span_exporter import InMemorySpanExporter +from airflow._shared.observability.traces.base_tracer import EmptyTrace +from airflow._shared.observability.traces.otel_tracer import OtelTrace +from airflow._shared.observability.traces.utils import datetime_to_nano Review Comment: Fixed. -- 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]
