choo121600 commented on code in PR #59148:
URL: https://github.com/apache/airflow/pull/59148#discussion_r2596166642
##########
dev/breeze/src/airflow_breeze/commands/developer_commands.py:
##########
@@ -628,6 +628,14 @@ def start_airflow(
)
skip_assets_compilation = True
+ if dev_mode and use_airflow_version:
+ get_console().print(
+ "[Error][bold red] You cannot set Airflow version in dev mode!
Consider switching to the respective"
Review Comment:
```suggestion
"[error]You cannot set Airflow version in dev mode! Consider
switching to the respective"
```
##########
dev/breeze/src/airflow_breeze/commands/developer_commands.py:
##########
@@ -628,6 +628,14 @@ def start_airflow(
)
skip_assets_compilation = True
+ if dev_mode and use_airflow_version:
+ get_console().print(
+ "[Error][bold red] You cannot set Airflow version in dev mode!
Consider switching to the respective"
Review Comment:
Nit suggestion: I think you can use [error] instead of [Error][bold red] for
consistency.
--
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]