From ec70cb540660809b389e6659445b84bcc19c7385 Mon Sep 17 00:00:00 2001 From: mohitdeuex Date: Tue, 9 Jan 2024 11:20:00 +0530 Subject: [PATCH] Fix Syntax for Activity Feed Alert --- .../json/data/eventsubscription/ActivityFeedEvents.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openmetadata-service/src/main/resources/json/data/eventsubscription/ActivityFeedEvents.json b/openmetadata-service/src/main/resources/json/data/eventsubscription/ActivityFeedEvents.json index 4e059fbcddb0..f0fff85b0e10 100644 --- a/openmetadata-service/src/main/resources/json/data/eventsubscription/ActivityFeedEvents.json +++ b/openmetadata-service/src/main/resources/json/data/eventsubscription/ActivityFeedEvents.json @@ -10,12 +10,12 @@ { "name": "matchUpdatedBy", "effect": "exclude", - "condition": "matchUpdatedBy('ingestion-bot')" + "condition": "matchUpdatedBy({'ingestion-bot'})" }, { "name": "matchAnyFieldChange", "effect": "exclude", - "condition": "matchAnyFieldChange('usageSummary')" + "condition": "matchAnyFieldChange({'usageSummary'})" } ] },