potiuk commented on a change in pull request #21731:
URL: https://github.com/apache/airflow/pull/21731#discussion_r820697188



##########
File path: airflow/jobs/scheduler_job.py
##########
@@ -1128,6 +1142,8 @@ def _send_dag_callbacks_to_processor(self, dag: DAG, 
callback: Optional[DagCallb
         self._send_sla_callbacks_to_processor(dag)
         if callback:
             self.executor.send_callback(callback)
+        else:
+            self.log.info("callback is empty")

Review comment:
       Should it be debug? 




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