get_task_instance
Retrieve detailed information about a specific task instance in Apache Airflow by specifying the DAG ID, task ID, and DAG run ID for precise monitoring and management.
Instructions
Get details of a specific task instance
Input Schema
Name | Required | Description | Default |
---|---|---|---|
dag_id | Yes | The ID of the DAG | |
dag_run_id | Yes | The ID of the DAG run | |
task_id | Yes | The ID of the task |