From 0b8b368a4e3db39ba2b42dbe799e17b05e994443 Mon Sep 17 00:00:00 2001 From: Maxime Orefice Date: Thu, 12 Jun 2025 08:05:21 +0200 Subject: [PATCH] Fix TableSizeService escalation --- notifier/table_size_service.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notifier/table_size_service.rb b/notifier/table_size_service.rb index 9952493a..d57cb36a 100644 --- a/notifier/table_size_service.rb +++ b/notifier/table_size_service.rb @@ -150,7 +150,7 @@ class TableSizeService note_text = <<~TEXT ## 🔔 Table Size Classification Escalated - The classification for table `uploads` has escalated from `#{old_classification}` to `#{new_classification}`. + The classification for table #{table_metadata['table_name']} has escalated from `#{old_classification}` to `#{new_classification}`. ### Recommended Actions -- GitLab