Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Commit

Permalink
report successes in cli
Browse files Browse the repository at this point in the history
  • Loading branch information
aplybeah committed Jul 3, 2024
1 parent 46bbc1c commit 7cf66f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions analytics/src/analytics/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ def export_json_to_database(
)
rows = len(sprint_data.to_dict())
logger.info("Number of rows in table: %s", rows)
print("Number of rows in table: %s", rows)


@metrics_app.command(name="deliverable_percent_complete")
Expand Down

0 comments on commit 7cf66f9

Please sign in to comment.