potiuk commented on code in PR #30255:
URL: https://github.com/apache/airflow/pull/30255#discussion_r1161336182


##########
airflow/jobs/local_task_job.py:
##########
@@ -293,5 +295,6 @@ def heartbeat_callback(self, session: Session = 
NEW_SESSION) -> None:
 
     def _log_return_code_metric(self, return_code: int):
         Stats.incr(
-            
f"local_task_job.task_exit.{self.id}.{self.dag_id}.{self.task_instance.task_id}.{return_code}"
+            f"local_task_job.task_exit."

Review Comment:
   Strange it was not raised by ruff :(. I think flake was doing it before.



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