clear_task_instances
Clear specific task instances in Apache Airflow to resolve failures or rerun tasks by specifying DAG, tasks, and time range.
Instructions
Clear a set of task instances
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dag_id | Yes | ||
| task_ids | No | ||
| start_date | No | ||
| end_date | No | ||
| include_subdags | No | ||
| include_parentdag | No | ||
| include_upstream | No | ||
| include_downstream | No | ||
| include_future | No | ||
| include_past | No | ||
| dry_run | No | ||
| reset_dag_runs | No |