potiuk commented on code in PR #56187: URL: https://github.com/apache/airflow/pull/56187#discussion_r2569404977
########## airflow-core/src/airflow/jobs/dag_processor_job_runner.py: ########## @@ -21,7 +21,7 @@ from airflow.jobs.base_job_runner import BaseJobRunner from airflow.jobs.job import Job, perform_heartbeat -from airflow.stats import Stats +from airflow.observability.stats import Stats Review Comment: Yeah. That looks way cleaner indeed. -- 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]
