The GitHub Actions job "CodeQL" on airflow.git has succeeded. Run started by GitHub user potiuk (triggered by potiuk).
Head commit for run: 23b5b31d48a1c8fc784022c641b33b4ba837d549 / Pankaj Singh <[email protected]> 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` Report URL: https://github.com/apache/airflow/actions/runs/4852484727 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
