kaxil commented on code in PR #68213:
URL: https://github.com/apache/airflow/pull/68213#discussion_r3376046308


##########
task-sdk/src/airflow/sdk/bases/resumablejobmixin.py:
##########
@@ -18,12 +18,18 @@
 
 from typing import TYPE_CHECKING, Any
 
+from opentelemetry import trace
+
+from airflow.sdk.observability.stats import incr
+
 if TYPE_CHECKING:
     from pydantic import JsonValue
 
     from airflow.sdk.definitions.context import Context
     from airflow.sdk.types import Logger
 
+tracer = trace.get_tracer(__name__)

Review Comment:
   @dstandish @namratachaudhary -- Could either of you too review the PR please



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