aritra24 commented on code in PR #52156:
URL: https://github.com/apache/airflow/pull/52156#discussion_r2936424528
##########
dev/breeze/src/airflow_breeze/commands/common_options.py:
##########
@@ -602,6 +603,13 @@ def _normalize_platform(ctx: click.core.Context, param:
click.core.Option, value
type=BetterChoice(SINGLE_PLATFORMS),
)
+option_worker_types = click.option(
+ "--worker-types",
+ help="Start a specific worker",
Review Comment:
Ack, I think worker-type is better since there's already a workers which can
cause confusion.
```
"--workers",
help="Number of parallel workers for e2e tests",
```
--
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]