The GitHub Actions job "Tests AMD" on 
airflow.git/fix-async-connection-secrets-backend has failed.
Run started by GitHub user kaxil (triggered by kaxil).

Head commit for run:
3823c5b9880067bee5c173a3bb8f89182719fd94 / Kaxil Naik <[email protected]>
Fix async connection retrieval in triggerer context

Add async support for secrets backends in _async_get_connection using
sync_to_async to prevent event loop blocking. This resolves the
'async_to_sync forbidden in event loop' error when triggers call
get_connection() and secrets backends need to be checked.

Also fix Databricks provider to use async connection methods in async
contexts instead of cached properties that cause sync calls.

Fixes triggerer failures when providers access connections during
async trigger execution.

Report URL: https://github.com/apache/airflow/actions/runs/17813098857

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to