Skip to content

Commit

Permalink
pr review fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
treff7es committed Nov 4, 2024
1 parent d80f15c commit 49d249c
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,10 @@ def act(self, event: EventEnvelope) -> None:
mcp = self.buildMcp(orig_event)
if mcp is not None:
self.emit(mcp)
else:
logger.debug(
f"skip emitting mcp for aspect as {orig_event.get('aspectName')} or entity type {orig_event.get('entityType')} on exclude list"
)

def buildMcp(
self, orig_event: MetadataChangeLogClass
Expand Down

0 comments on commit 49d249c

Please sign in to comment.