The GitHub Actions job "Tests" on 
airflow.git/fix-bq-trigger-cancelled-error-not-propagated has succeeded.
Run started by GitHub user evgeniy-b (triggered by eladkal).

Head commit for run:
a38bde7773301a1178dae3460f6fda7dcd8734b1 / Evgeniy Belyaev 
<[email protected]>
Fix BigQueryInsertJobTrigger not propagating CancelledError

The `except asyncio.CancelledError` block in `BigQueryInsertJobTrigger.run()`
caught the exception for cleanup but never re-raised it, causing the
cancellation to be silently dropped. The triggerer framework never knew
the trigger was cancelled.

Added `raise` after cleanup to propagate the error. Updated tests to
assert the exception is raised.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to