hussein-awala commented on issue #32158: URL: https://github.com/apache/airflow/issues/32158#issuecomment-1610272059
I just tested it on main branch, the tasks have the state `success`. However, I have the callback exception in the task log, and from Airflow documentation: > Callback functions are executed after tasks are completed. Errors in callback functions will show up in scheduler logs rather than task logs. By default, scheduler logs do not show up in the UI and instead can be found in $AIRFLOW_HOME/logs/scheduler/latest/PROJECT/DAG_FILE.py.log So there is a bug which need to be fixed. @potiuk do you have an idea which one we should fix, the documentation or the callback error handling? -- 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]
