The GitHub Actions job "Tests" on airflow.git has succeeded.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
25160b00fd382acf6e42f44015f156f93a4d56af / Jarek Potiuk <[email protected]>
Make dry_run, verbose, answer breeze flags static

The "dry_run" and "verbose" parameters had to be passed from the
options passed to top-level breeze commands down to run_command
and few other places where it was used. That was a lot of
boilerplate and repeated identical declarations in multiple
functions/methods.

This change modifies those parameters so that the flag does noti
have to be passed but it can be retrieved via global functions.
At the same time those options have 'expose_value' set to False
which make them not passed down that @click.command decorated
functions as function arguments (and the same change is applied
to `answer` option that has already been saved in static variable

The --help output was reviewed and standardized across multiple
commands.

Report URL: https://github.com/apache/airflow/actions/runs/3320037971

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to