patch_mapped_task_instance
Modify the state of a mapped task instance in Apache Airflow by specifying DAG ID, task ID, map index, and new state. Supports dry runs for testing updates.
Instructions
patch_mapped_task_instance
Input Schema
Name | Required | Description | Default |
---|---|---|---|
dag_id | No | ||
dag_run_id | No | ||
dry_run | No | ||
map_index | No | ||
new_state | No | ||
task_id | No |