gopidesupavan commented on PR #42811:
URL: https://github.com/apache/airflow/pull/42811#issuecomment-2401493081
@potiuk if i remove mssql from TESTABLE_INTEGRATIONS and running breeze
command in local, its failing , because the command validation failing at
`BetterChoice`.
`option_integration = click.option(
"--integration",
help="Integration(s) to enable when running (can be more than one).",
type=BetterChoice(AUTOCOMPLETE_INTEGRATIONS),
multiple=True,
)`
So i have added new constant to disable not required integrations. hope that
is fine?
<img width="1716" alt="image"
src="https://github.com/user-attachments/assets/8bf37abe-c6ea-40db-83e2-0df76928731e">
--
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]