The GitHub Actions job "Tests" on airflow.git/main has failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
b7418576cc7fb0d5298b8a54be76390fbada0360 / SameerMesiah97 
<[email protected]>
Raise on unexpected terminal dbt Cloud job run states (#61300)

DbtCloudHook.wait_for_job_run_status previously returned False when a job run
reached a terminal failure state (ERROR or CANCELLED), which could allow Airflow
tasks to succeed silently when dbt Cloud jobs failed.

This change updates the helper to raise DbtCloudJobRunException when a job run
reaches an unexpected terminal state before the expected status is reached,
ensuring task failure semantics correctly reflect external job failures.

Call sites are updated accordingly, and on_kill now guards against propagated
exceptions since cancellation confirmation is best-effort and should not affect 
task
termination behavior.

Co-authored-by: Sameer Mesiah <[email protected]>

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

With regards,
GitHub Actions via GitBox


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

Reply via email to