get_xcom_entry
Retrieve a specific XCom entry from an Airflow task execution by providing the DAG ID, run ID, task ID, and XCom key.
Instructions
[Tool Role]: Gets a specific XCom entry.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dag_id | Yes | ||
| task_id | Yes | ||
| xcom_key | Yes | ||
| dag_run_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||