jscheffl commented on PR #51873:
URL: https://github.com/apache/airflow/pull/51873#issuecomment-3039807530

   @amoghrajesh Also antoher thing, maybe related? Started breeze on main via 
`breeze start-airflow --python 3.12 --backend postgres --executor EdgeExecutor 
--load-example-dags` and noticed that my previous integration test via dag 
`providers/edge3/src/airflow/providers/edge3/example_dags/integration_test.py` 
fails in task `connection` with the error: 
   
   ```
   [2025-07-05, 21:35:08] ERROR - Task failed with exception: source="task"
   AirflowRuntimeError: CONNECTION_NOT_FOUND: {'conn_id': 'integration_test'}
   File "/opt/airflow/task-sdk/src/airflow/sdk/execution_time/task_runner.py", 
line 875 in run
   File "/opt/airflow/task-sdk/src/airflow/sdk/execution_time/task_runner.py", 
line 1162 in _execute_task
   File "/opt/airflow/task-sdk/src/airflow/sdk/bases/operator.py", line 397 in 
wrapper
   File "/opt/airflow/task-sdk/src/airflow/sdk/bases/decorator.py", line 251 in 
execute
   File "/opt/airflow/task-sdk/src/airflow/sdk/bases/operator.py", line 397 in 
wrapper
   File 
"/opt/airflow/providers/standard/src/airflow/providers/standard/operators/python.py",
 line 217 in execute
   File 
"/opt/airflow/providers/standard/src/airflow/providers/standard/operators/python.py",
 line 240 in execute_callable
   File 
"/opt/airflow/task-sdk/src/airflow/sdk/execution_time/callback_runner.py", line 
82 in run
   File "/files/dags/integration_test.py", line 134 in connection
   File "/opt/airflow/task-sdk/src/airflow/sdk/bases/hook.py", line 65 in 
get_connection
   File "/opt/airflow/task-sdk/src/airflow/sdk/definitions/connection.py", line 
152 in get
   File "/opt/airflow/task-sdk/src/airflow/sdk/execution_time/context.py", line 
158 in _get_connection
   ```
   
   Is this related to this PR? Or shall I open a separate issue ticket?


-- 
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