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


##########
shared/observability/src/airflow_shared/observability/metrics/stats.py:
##########
@@ -58,16 +58,16 @@ def initialize(cls, *, is_statsd_datadog_enabled: bool, 
is_statsd_on: bool, is_o
         type.__setattr__(cls, "instance", None)
 
         if is_statsd_datadog_enabled:
-            from airflow.observability.metrics import datadog_logger
+            from airflow.sdk._shared.observability.metrics import 
datadog_logger

Review Comment:
   Oh wait thats the shared library. This won't work.



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