get_xcom_entry
Retrieves a specific XCom entry from an Airflow DAG run. Provide DAG ID, run ID, task ID, and XCom key to access task output data.
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 | |||