xBis7 commented on code in PR #62127:
URL: https://github.com/apache/airflow/pull/62127#discussion_r2827527466


##########
task-sdk/src/airflow/sdk/observability/metrics/otel_logger.py:
##########
@@ -25,7 +25,7 @@
     from airflow.sdk._shared.observability.metrics.otel_logger import 
SafeOtelLogger
 
 
-def get_otel_logger(cls) -> SafeOtelLogger:
+def get_otel_logger() -> SafeOtelLogger:

Review Comment:
   Core doesn't accept a param. The param in the sdk was a leftover. With the 
changes in this patch the integration test picked it up.



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