get_xcom_entry
Retrieve specific XCom entries from Airflow tasks by specifying DAG ID, task ID, and XCom key. Supports deserialization and stringification of data for flexible use cases.
Instructions
get_xcom_entry
Input Schema
Name | Required | Description | Default |
---|---|---|---|
dag_id | No | ||
dag_run_id | No | ||
deserialize | No | ||
map_index | No | ||
stringify | No | ||
task_id | No | ||
xcom_key | No |