jscheffl commented on code in PR #45678:
URL: https://github.com/apache/airflow/pull/45678#discussion_r1919137132
##########
newsfragments/43612.significant.rst:
##########
@@ -6,3 +6,14 @@ AIRFLOW__STANDARD__VENV_INSTALL_METHOD option. The possible
values are:
- ``auto``: Automatically select, use ``uv`` if available, otherwise use
``pip``.
- ``pip``: Use pip to install the virtual environment.
- ``uv``: Use uv to install the virtual environment. Must be available in
environment PATH.
+
+* Types of change
+
+ * [ ] DAG changes
+ * [ ] Config changes
Review Comment:
It adds a new config option and is mainly influenc-ablein a DAG - does it
therefore be applicable for these two categories? Or does it mean the user
needs/is forced to revise and check existing DAGs/configs? (This is just a new
feature)
```suggestion
* [x] DAG changes
* [x] Config changes
```
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]