mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-09-08 16:38:04 +00:00
Fix Syntax for Activity Feed Alert (#14634)
This commit is contained in:
parent
8f37d7da05
commit
645195f99e
@ -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'})"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user