XD-DENG commented on a change in pull request #12993:
URL: https://github.com/apache/airflow/pull/12993#discussion_r540427790
##########
File path: UPDATING.md
##########
@@ -1773,6 +1766,69 @@ Now the `dag_id` will not appear repeated in the
payload, and the response forma
}
```
+## Airflow 1.10.14
+
+### `[scheduler] max_threads` config has been renamed to `[scheduler]
parsing_processes`
+
+From Airflow 1.10.14, `max_threads` config under `[scheduler]` section has
been renamed to `parsing_processes`.
+
+This is to align the name with the actual code where the Scheduler launches
the number of processes defined by
+`[scheduler] parsing_processes` to parse the DAG files.
+
+### Airflow CLI changes in line with 2.0
+
+The Airflow CLI has been organized so that related commands are grouped
together as subcommands,
+which means that if you use these commands in your scripts, you have to make
changes to them.
Review comment:
Description here is a bit inaccurate.
I understand this part is referred from
https://github.com/apache/airflow/blob/master/docs/apache-airflow/upgrading-to-2.rst
but a difference here is: in 1.10.14, users will get a deprecation warning if
they use the "old" commands, but they don't get a hard failure (they don't
`have to make changes` in 1.10.14).
----------------------------------------------------------------
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]