The GitHub Actions job "Tests (AMD)" on airflow.git/fix-airbyte-job-sensor-cancelled-deferred has succeeded. Run started by GitHub user steveahnahn (triggered by steveahnahn).
Head commit for run: f0fc76b9cbfc09ef35eb19a5af5963908e6a6346 / Steve Ahn <[email protected]> Fix AirbyteJobSensor marking a cancelled job as success in deferrable mode When the deferred sensor resumes, execute_complete only failed on an "error" event. A job cancelled while the sensor was deferred yields a "cancelled" event, which fell through to the success path, so the task was marked SUCCESS and downstream tasks ran against a sync that never completed. The same sensor fails correctly on a cancelled job in non-deferrable mode, and the sibling AirbyteTriggerSyncOperator already fails on the cancelled event, so deferrable sensor runs silently diverged from both. Fail closed on any non-success status so unrecognized statuses cannot be treated as success either. Report URL: https://github.com/apache/airflow/actions/runs/29207908966 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
