get_xcom_entry
Retrieve specific XCom data from Apache Airflow using parameters like DAG ID, task ID, and XCom key, enabling precise extraction of cross-communication data between tasks.
Instructions
Get an XCom entry
Input Schema
Name | Required | Description | Default |
---|---|---|---|
dag_id | Yes | ||
dag_run_id | Yes | ||
deserialize | No | ||
map_index | No | ||
stringify | No | ||
task_id | Yes | ||
xcom_key | Yes |