AIP-72: Gracefully handle "not-found" XCOMs in task sdk API client #45341
Labels
area:API
Airflow's REST/HTTP API
area:task-execution-interface-aip72
AIP-72: Task Execution Interface (TEI) aka Task SDK
kind:bug
This is a clearly a bug
Body
Example DAG:
Here the
invalid_id
task id doesn't exist. So the XCOM pull should fail gracefully.Instead, the executor just crashed:
Legacy Airflow just ignores such cases and moves on with a return.
Committer
The text was updated successfully, but these errors were encountered: