We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2c730b commit 472e9f9Copy full SHA for 472e9f9
sde_collections/utils/slack_utils.py
@@ -65,8 +65,7 @@ def send_detailed_import_notification(
65
message = (
66
f"'{collection_name}' brought into COSMOS.\n"
67
f"Prior Curated: {curated_count}\n"
68
- f"URL Counts:\n"
69
- f"Server: {total_server_count}\n"
+ f"Server Count: {total_server_count}\n"
70
f"URLs Imported: {dump_count}\n"
71
f"New Deltas: {delta_count}\n"
72
f"Marked For Deletion: {marked_for_deletion_count}\n"
0 commit comments