From 8eecab93fdf2d82ba5b01c2d3212c3f25a6f76fd Mon Sep 17 00:00:00 2001 From: Courtney Holcomb Date: Mon, 18 Sep 2023 16:29:01 -0700 Subject: [PATCH] TODO --- metricflow/query/query_parser.py | 1 + 1 file changed, 1 insertion(+) diff --git a/metricflow/query/query_parser.py b/metricflow/query/query_parser.py index 8eee9111d4..4b1be76060 100644 --- a/metricflow/query/query_parser.py +++ b/metricflow/query/query_parser.py @@ -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!"