The GitHub Actions job "Tests (AMD)" on 
airflow.git/common-ai-durable-task-state-store has failed.
Run started by GitHub user kaxil (triggered by kaxil).

Head commit for run:
61a2a2cc5f5aacc832454e21cbbb6bd8f39c41f1 / Kaxil Naik <[email protected]>
Use task state store for common.ai durable execution on Airflow 3.3+

durable=True caching is per-task-instance, per-run, and cleared on success --
exactly the scope of the AIP-103 task state store. On Airflow >= 3.3 the cache
now lives there instead of an ObjectStorage JSON file, so durable execution no
longer needs the [common.ai] durable_cache_path config, and large step payloads
are offloaded automatically through the configured worker state store backend.

The ObjectStorage backend is kept as the fallback for Airflow < 3.3, selected at
runtime by the operator. Both backends share one storage interface, so the
caching model/toolset wrappers are unchanged.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to