eladkal commented on a change in pull request #16615:
URL: https://github.com/apache/airflow/pull/16615#discussion_r657064669
##########
File path: UPDATING.md
##########
@@ -150,9 +151,11 @@ not have any effect in an existing deployment where the
``default_pool`` already
Previously this was controlled by `non_pooled_task_slot_count` in `[core]`
section, which was not documented.
+## Airflow 2.1.1
+
### `activate_dag_runs` argument of the function `clear_task_instances` is
replaced with `dag_run_state`
-To achieve the previous default behaviour of `clear_task_instances` with
`activate_dag_runs=True`, no change is needed. To achieve the previous
behaviour of `activate_dag_runs=False`, pass `dag_run_state=False` instead.
+To achieve the previous default behaviour of `clear_task_instances` with
`activate_dag_runs=True`, no change is needed. To achieve the previous
behaviour of `activate_dag_runs=False`, pass `dag_run_state=False` instead.
(The previous paramater is still accepted, but is deprecatec)
Review comment:
```suggestion
To achieve the previous default behaviour of `clear_task_instances` with
`activate_dag_runs=True`, no change is needed. To achieve the previous
behaviour of `activate_dag_runs=False`, pass `dag_run_state=False` instead.
(The previous paramater is still accepted, but is deprecated)
```
typo?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]