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 17:48:26 UTC

[GitHub] [airflow] turbaszek commented on a change in pull request #12689: Use rich to render airflow info command

turbaszek commented on a change in pull request #12689:
URL: https://github.com/apache/airflow/pull/12689#discussion_r532087615



##########
File path: airflow/cli/commands/info_command.py
##########
@@ -447,8 +418,7 @@ def _send_report_to_fileio(info):
     try:
         link = _upload_text_to_fileio(str(info))
         print("Report uploaded.")
-        print()
-        print("Link:\t", link)
+        print(link)

Review comment:
       In this way users can do `airflow info --file-io | grep https | pbcopy`




----------------------------------------------------------------
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