Skip to content

Commit 3684130

Browse files
committed
Fixing output
1 parent 8c3f83b commit 3684130

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

metadata-ingestion/src/datahub/ingestion/api/source_helpers.py

+1
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ def check_workunit_correctness(stream: Iterable[MetadataWorkUnit]) -> Iterable[M
100100
check_mcp_correctness(wu.metadata)
101101
elif isinstance(wu.metadata, MetadataChangeProposalWrapper):
102102
check_mcpw_correctness(wu.metadata)
103+
return []
103104

104105

105106
def create_dataset_owners_patch_builder(

0 commit comments

Comments
 (0)