Skip to content

Commit

Permalink
test(ingestion/sigma): Add integration test cases (#10356)
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhamjagtap639 authored Apr 22, 2024
1 parent 725c858 commit 934ab03
Show file tree
Hide file tree
Showing 4 changed files with 4,325 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ def _gen_entity_browsepath_aspect(
urn = builder.make_dataplatform_instance_urn(
self.platform, self.config.platform_instance
)
entries = [BrowsePathEntryClass(id=urn, urn=urn)] + entries
entries = [BrowsePathEntryClass(id=urn, urn=urn)] + entries
return MetadataChangeProposalWrapper(
entityUrn=entity_urn,
aspect=BrowsePathsV2Class(entries),
Expand Down
Loading

0 comments on commit 934ab03

Please sign in to comment.