ashb commented on a change in pull request #21301:
URL: https://github.com/apache/airflow/pull/21301#discussion_r806697988



##########
File path: airflow/jobs/scheduler_job.py
##########
@@ -48,7 +49,7 @@
 from airflow.stats import Stats
 from airflow.ti_deps.dependencies_states import EXECUTION_STATES
 from airflow.utils import timezone
-from airflow.utils.callback_requests import DagCallbackRequest, 
TaskCallbackRequest
+from airflow.utils.callback_requests import DagCallbackRequest, 
SlaCallbackRequest, TaskCallbackRequest

Review comment:
       Let's move this out of `airflow.utils` and in to `airflow.callbacks` as 
utils is a huge messy dumping ground.




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