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

Head commit for run:
2c602b55eca43a055b6cce02971f01e69083675f / Pankaj <[email protected]>
Fix `airflow providers get` command output

If I use the `airflow provider get <provider-name> -o json/yaml` CLI command
it does not respect `-o` option.
It works perfectly fine when I pass the `--full` option also in the above 
command.
The issue is currently if the `--full` option is not provided we
use standard statement print to print results and not the custom AirflowConsole.
In this PR I'm replacing print with `AirflowConsole().print_as`

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

With regards,
GitHub Actions via GitBox


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

Reply via email to