The GitHub Actions job "Tests" on 
airflow.git/1fanwang/aip96-checkpointed-state-foundation has failed.
Run started by GitHub user 1fanwang (triggered by 1fanwang).

Head commit for run:
31e50c785046bc30a3f8c8ddf2122c27996741a5 / Stefan Wang 
<[email protected]>
AIP-96 (draft): add CHECKPOINTED state and AirflowTaskCheckpointed exception

Foundation for AIP-96 (Resumable Operators) — adds vocabulary so the
operator-author API surface can be discussed against running code.

  - CHECKPOINTED added to TaskInstanceState (intermediate state, in
    State.unfinished, lightyellow in the UI)
  - AirflowTaskCheckpointed exception with optional checkpoint_data
    payload, mirroring the AirflowRescheduleException pattern
    (serializable, single domain payload)
  - run() catches the exception and reports CHECKPOINTED state to the
    supervisor

Persistence of checkpoint_data, scheduler auto-resume semantics, the
listener hook (#66410), and downstream trigger-rule integration are
intentionally out of scope here so each can be discussed separately.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to