You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/11/28 11:52:29 UTC

[GitHub] [airflow] potiuk commented on a change in pull request #12687: Adds providers information to `airflow info` command

potiuk commented on a change in pull request #12687:
URL: https://github.com/apache/airflow/pull/12687#discussion_r532031379



##########
File path: airflow/cli/commands/info_command.py
##########
@@ -279,6 +285,13 @@ def __str__(self):
         )
 
 
+class ProvidersInfo:
+    """providers information"""
+
+    def __str__(self):
+        return tabulate_providers(ProvidersManager().providers.values(), "grid")

Review comment:
       You are right. I will simplify 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:
users@infra.apache.org