From afb25c06905c49efa936b9d266af8dd19cc48a9a Mon Sep 17 00:00:00 2001 From: Courtney Holcomb Date: Mon, 16 Oct 2023 17:55:58 -0700 Subject: [PATCH] Update comment --- metricflow/query/query_parser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metricflow/query/query_parser.py b/metricflow/query/query_parser.py index 16f3029a74..fab4a80734 100644 --- a/metricflow/query/query_parser.py +++ b/metricflow/query/query_parser.py @@ -813,7 +813,7 @@ def _get_invalid_linkable_specs( for time_dimension_spec in time_dimension_specs: time_dimension_spec_without_date_part = time_dimension_spec if time_dimension_spec.date_part: - # TODO: remove line below & add date_part specs to validation paths. + # TODO: remove this workaround & add date_part specs to validation paths. time_dimension_spec_without_date_part = TimeDimensionSpec( element_name=time_dimension_spec.element_name, entity_links=time_dimension_spec.entity_links,