ashb commented on issue #56120: URL: https://github.com/apache/airflow/issues/56120#issuecomment-3342384377
> Thanks both, able to reproduce it, indeed it broke remote logging. the issue is it is trying to fetch connection but while fetching the remote log conn id we are not in a task execution context, so the SUPERVISOR_COMMS is not available. > > I have a fix for this and tested working fine it seems, probably we should use it here inprocess api server to fetch the connection. We shouldn't need the in process api server here - we shouldn't even try and hit the compat layer -- 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]
