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:
       This simplifies output so users can do `airflow info --file-io | grep 
https | pbcopy`. Example:
   ```
   Uploading report to file.io service.
   Report uploaded.
   https://file.io/xfDPsSSxkFm9
   ```
   




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


Reply via email to