You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jobs@airflow.apache.org by GitBox <gi...@apache.org> on 2022/10/24 19:35:51 UTC

[GitHub] [airflow]: Workflow run "Build images for Make dry_run, verbose, answer breeze flags static https://github.com/apache/airflow/pull/27191 " is working again!

The GitHub Actions job "Build images for Make dry_run, verbose, answer breeze flags static https://github.com/apache/airflow/pull/27191
" on airflow.git has succeeded.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
e0f1478ec911ff2fd1f45abeaf7215c1b4ca625a / Jarek Potiuk <ja...@potiuk.com>
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/3315437737

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: jobs-unsubscribe@airflow.apache.org
For additional commands, e-mail: jobs-help@airflow.apache.org