mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-30 11:56:01 +00:00
Ingestion Bot Fix + AcitvityFeedAlerts Update (#9475)
This commit is contained in:
parent
20fa7b10fa
commit
517da06ece
@ -72,6 +72,8 @@ public class ChangeEventHandler implements EventHandler {
|
||||
if (changeEvent == null) {
|
||||
return null;
|
||||
}
|
||||
// Always set the Change Event Username as context Principal, the one creating the CE
|
||||
changeEvent.setUserName(loggedInUserName);
|
||||
LOG.info(
|
||||
"Recording change event {}:{}:{}:{}",
|
||||
changeEvent.getTimestamp(),
|
||||
|
@ -9,12 +9,12 @@
|
||||
},
|
||||
"filteringRules": [
|
||||
{
|
||||
"name": "DisableIngestionActivityFeedData",
|
||||
"name": "matchUpdatedBy",
|
||||
"effect": "exclude",
|
||||
"condition": "matchUpdatedBy('ingestion-bot')"
|
||||
},
|
||||
{
|
||||
"name": "DisableUsageSummaryFromActivityFeed",
|
||||
"name": "matchAnyFieldChange",
|
||||
"effect": "exclude",
|
||||
"condition": "matchAnyFieldChange('usageSummary')"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user