get_task_instance
Retrieve a specific task instance in Apache Airflow by providing the DAG ID, task ID, and DAG run ID. Simplifies task monitoring and management within workflows.
Instructions
Get a task instance by DAG ID, task ID, and DAG run ID
Input Schema
Name | Required | Description | Default |
---|---|---|---|
dag_id | Yes | ||
dag_run_id | Yes | ||
task_id | Yes |