mirror of
				https://github.com/open-metadata/OpenMetadata.git
				synced 2025-11-04 04:29:13 +00:00 
			
		
		
		
	Fix Syntax for Activity Feed Alert (#14634)
This commit is contained in:
		
							parent
							
								
									8f37d7da05
								
							
						
					
					
						commit
						645195f99e
					
				@ -10,12 +10,12 @@
 | 
				
			|||||||
      {
 | 
					      {
 | 
				
			||||||
        "name": "matchUpdatedBy",
 | 
					        "name": "matchUpdatedBy",
 | 
				
			||||||
        "effect": "exclude",
 | 
					        "effect": "exclude",
 | 
				
			||||||
        "condition": "matchUpdatedBy('ingestion-bot')"
 | 
					        "condition": "matchUpdatedBy({'ingestion-bot'})"
 | 
				
			||||||
      },
 | 
					      },
 | 
				
			||||||
      {
 | 
					      {
 | 
				
			||||||
        "name": "matchAnyFieldChange",
 | 
					        "name": "matchAnyFieldChange",
 | 
				
			||||||
        "effect": "exclude",
 | 
					        "effect": "exclude",
 | 
				
			||||||
        "condition": "matchAnyFieldChange('usageSummary')"
 | 
					        "condition": "matchAnyFieldChange({'usageSummary'})"
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
    ]
 | 
					    ]
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user