mis98zb commented on PR #32876: URL: https://github.com/apache/airflow/pull/32876#issuecomment-1687782795
Got it. I'll change to call restful api in listener. And let the api it call airflow rest api to get error details. However, there is still a problem: To call restful api, airflow need get connections. If the connections are stored in airflow db, the `UNEXPECTED COMMIT` exception will be thrown. That is, connections for restful api which used in listener cannot be stored in airflow db. Fortunately, there is workaround for this. We can store connections in places other than airflow db. For example, in environment variables... -- 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]
