trlopes1974 commented on issue #40119:
URL: https://github.com/apache/airflow/issues/40119#issuecomment-2160171932
another important info.
With
on_success_callback = success_callback,
on_failure_callback = failure_callback,
declared at the operator (task) level, you can see the callbacks defined in
the Taks Details panel
without it the callbacks are not defined.
with:

without:

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