turbaszek commented on a change in pull request #12698:
URL: https://github.com/apache/airflow/pull/12698#discussion_r532184414
##########
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:
We should be able but we would need to use rich tables formats. Some of
tabulate formats are not supported (latex, html). Which one do you use?
I'm wondering in general how crucial is this feature. In my opinion the
output should be predefine and opinionated, and easy to pipe through bash
commands.
----------------------------------------------------------------
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]