The GitHub Actions job "Tests (AMD)" on airflow.git/loop/airflow__002 has 
failed.
Run started by GitHub user anxkhn (triggered by eladkal).

Head commit for run:
3a65843cb58de46ef490fc8c0214e1c179917acb / Anas Khan 
<[email protected]>
Honor async hook subclass overrides in get_async_connection

The async connection helper resolved connections through the literal
BaseHook class, so a hook that overrides aget_connection/get_connection
was ignored in the triggerer even though the sync path honors it on the
worker. Accept the calling hook and dispatch through it (defaulting to
BaseHook), and pass the hook from HttpAsyncHook so a custom subclass
behaves the same in the triggerer as on the worker.

Signed-off-by: Anas Khan <[email protected]>

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

With regards,
GitHub Actions via GitBox


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

Reply via email to