The GitHub Actions job "Tests (AMD)" on airflow.git/ghaeli/callback-xcom-comms 
has failed.
Run started by GitHub user seanghaeli (triggered by seanghaeli).

Head commit for run:
91e5a688fec8e23f352b97d026e973535984635b / Sean Ghaeli <[email protected]>
Add XCom read access to callback supervisor comms channel

Callbacks running inside the CallbackSubprocess can now read XCom
values via the same supervisor IPC mechanism used for Connections and
Variables.  The caller must supply explicit dag_id, run_id, and
task_id since callbacks have no implicit task context.

This adds GetXCom to the CallbackToSupervisor union and routes it
through a new shared handle_get_xcom handler in request_handlers.py.
Only read access (GetXCom) is exposed; SetXCom and DeleteXCom remain
out of scope for callbacks.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to