Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix
airflow providers get
command output (#30978)
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`
- Loading branch information