get_task_instance
Retrieve specific task instance details from Apache Airflow workflows using DAG ID, task ID, and DAG run ID parameters for monitoring and debugging.
Instructions
Get a task instance by DAG ID, task ID, and DAG run ID
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dag_id | Yes | ||
| task_id | Yes | ||
| dag_run_id | Yes |