nicolasge commented on issue #58140:
URL: https://github.com/apache/airflow/issues/58140#issuecomment-3522038284

   I tried to insert some debug code into 
airflow/sdk/execution_time/supervisor.py and 
airflow/sdk/execution_time/context.py, and here's my finding:
   
   - supervisor.py works well ie it fetched the connection at the beginning and 
also do the cleanup well
   
   - context.py: line 157 "conn = 
secrets_backend.get_connection(conn_id=conn_id)" can NOT get the connections 
via environment injected by supervisor.py.  I tried to print the environment 
and it worked as expected, but line 157 can not fetch this 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]

Reply via email to