hussein-awala commented on code in PR #34640:
URL: https://github.com/apache/airflow/pull/34640#discussion_r1338312832
##########
airflow/cli/commands/connection_command.py:
##########
@@ -197,9 +197,9 @@ def connections_export(args):
f.write(msg)
if file_is_stdout:
- print("\nConnections successfully exported.", file=sys.stderr)
+ print(f"\n{len(connections)} connections successfully exported.",
file=sys.stderr)
Review Comment:
@utkarsharma2 good point, could you open a new PR to do that?
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]