gopidesupavan commented on issue #56120: URL: https://github.com/apache/airflow/issues/56120#issuecomment-3342092025
Thanks both, able to reproduce it, indeed it broke remote logging. the issue is it is trying to fetch connection but while fetching the remotelogs 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. -- 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]
