From 645195f99eff99519c3afcd43a366abec207a7bd Mon Sep 17 00:00:00 2001 From: Mohit Yadav <105265192+mohityadav766@users.noreply.github.com> Date: Tue, 9 Jan 2024 11:21:47 +0530 Subject: [PATCH] Fix Syntax for Activity Feed Alert (#14634) --- .../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 4e059fbcddb..f0fff85b0e1 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'})" } ] },