Skip to content

Commit

Permalink
Dedupe LinkableMetrics in snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
courtneyholcomb committed May 3, 2024
1 parent 62db0e8 commit 21d9a88
Show file tree
Hide file tree
Showing 5 changed files with 742 additions and 735 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,14 @@ def assert_linkable_element_set_snapshot_equal( # noqa: D103
if linkable_metric.join_by_semantic_model
else ""
),
tuple(entity_link.element_name for entity_link in linkable_metric.join_path.entity_links),
(
str(tuple(entity_link.element_name for entity_link in linkable_metric.join_path.entity_links)),
str(
tuple(
entity_link.element_name for entity_link in linkable_metric.metric_subquery_entity_links
)
),
),
linkable_metric.element_name,
"",
"",
Expand Down
Loading

0 comments on commit 21d9a88

Please sign in to comment.