potiuk commented on a change in pull request #12698:
URL: https://github.com/apache/airflow/pull/12698#discussion_r532159028
##########
File path: airflow/cli/commands/provider_command.py
##########
@@ -63,4 +69,15 @@ def provider_get(args):
def providers_list(args):
"""Lists all providers at the command line"""
- print(_tabulate_providers(ProvidersManager().providers.values(),
args.output))
+ console = Console()
Review comment:
The previous version supported different kinds of format output (for
example --output grid . We've lost that feature. Can we get it back? Or at the
very least we shoud remove the "--output" arg from the command . I am using
grid in one of the PRs to check for presence of providers, so it would be nice
to keep it.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]