Skip to content

Commit

Permalink
TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
courtneyholcomb committed Sep 18, 2023
1 parent 8a63473 commit 8eecab9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions metricflow/query/query_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -668,6 +668,7 @@ def _parse_linkable_elements(
linkable_elements: Optional[Sequence[QueryParameter]] = None,
) -> QueryTimeLinkableSpecSet:
"""Convert the linkable spec names into the respective specification objects."""
# TODO: refactor to only support group_by object inputs (removing group_by_names param)
assert not (
qualified_linkable_names and linkable_elements
), "Both group_by_names and group_by were set, but if a group by is specified you should only use one of these!"
Expand Down

0 comments on commit 8eecab9

Please sign in to comment.