patch_task_instance
Modify the state of a specific task instance in Apache Airflow by specifying the DAG ID, task ID, and desired new state. Supports dry-run mode for testing changes.
Instructions
patch_task_instance
Input Schema
Name | Required | Description | Default |
---|---|---|---|
dag_id | No | ||
dag_run_id | No | ||
dry_run | No | ||
new_state | No | ||
task_id | No |