Skip to content

Commit

Permalink
Remove error that users are running into (#1198)
Browse files Browse the repository at this point in the history
### Description
Some customers have a misconfiguration (I think) that is triggering this
error. We should roll out a validation to get that fixed instead of
blocking all their queries with this error.
  • Loading branch information
courtneyholcomb authored May 10, 2024
1 parent 3be09af commit 16c4504
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -336,10 +336,6 @@ def __post_init__(self) -> None: # noqa: D105
self.derived_from_semantic_models
), "There must be at least one semantic model from which the metric is derived."

assert (
self.join_on_entity not in self.entity_links
), "Entity links have been misconfigured. They should not include the join_on_entity."


@dataclass(frozen=True)
class SemanticModelToMetricSubqueryJoinPath:
Expand Down

0 comments on commit 16c4504

Please sign in to comment.