seanghaeli commented on PR #54692:
URL: https://github.com/apache/airflow/pull/54692#issuecomment-3207955795
@amoghrajesh the end of the stacktrace I was seeing is:
```
File "/opt/airflow/task-sdk/src/airflow/sdk/execution_time/context.py", line
158, in _get_connection
from airflow.sdk.execution_time.task_runner import SUPERVISOR_COMMS
ImportError: cannot import name 'SUPERVISOR_COMMS' from
'airflow.sdk.execution_time.task_runner'
(/opt/airflow/task-sdk/src/airflow/sdk/execution_time/task_runner.py)
```
This PR provides the workaround so that the testing infrastructure can
handle the thrown error and then fall back to default credentials.
--
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]