antonysouthworth-halter commented on issue #55548:
URL: https://github.com/apache/airflow/issues/55548#issuecomment-3283473430

   Might be a false alarm. I made a change to the reprex DAG:
   
   ```python
       on_success_callback=[
           # ...
           lambda *args, **kwargs: _raise(ValueError("this callback 
intentionally fails")),
       ],
   ```
   
   Sure enough, a jump in the reported callback exceptions count metric:
   
   <img width="854" height="427" alt="Image" 
src="https://github.com/user-attachments/assets/d3179fd6-076e-459d-905c-ca317a6dd1b9";
 />
   
   Ok cool, can we see that in the logs?
   
   <img width="1675" height="1314" alt="Image" 
src="https://github.com/user-attachments/assets/3bbad250-302b-496c-a8f5-edf8196f046f";
 />
   
   Hmmmmmmmmmm..........


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