gopidesupavan commented on code in PR #48099:
URL: https://github.com/apache/airflow/pull/48099#discussion_r2019184022
##########
Dockerfile:
##########
@@ -834,7 +834,7 @@ function install_airflow() {
# We do not yet use ``uv sync`` because we are not committing and
using uv.lock yet and uv sync
# cannot use constraints - once we switch to uv.lock (with the
workflow that dependabot will update it
# and constraints will be generated from it, we should be able to
simply use ``uv sync`` here
- installation_command_flags=" --editable .[${AIRFLOW_EXTRAS}]
--editable ./airflow-core --editable ./task-sdk --editable ./devel-common
--editable ./airflow-core"
+ installation_command_flags=" --editable .[${AIRFLOW_EXTRAS}]
--editable ./airflow-core --editable ./task-sdk --editable ./airflow-ctl
--editable ./devel-common"
Review Comment:
```suggestion
installation_command_flags=" --editable .[${AIRFLOW_EXTRAS}]
--editable ./airflow-core --editable ./task-sdk --editable ./airflow-ctl
--editable ./devel-common"
```
--
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]