The GitHub Actions job "Tests" on airflow.git has failed. Run started by GitHub user potiuk (triggered by potiuk).
Head commit for run: 4eca54caca98825de4342159caccf4798f64cdb0 / 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/3325968481 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
