Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
courtneyholcomb committed Oct 17, 2023
1 parent d4f7749 commit afb25c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metricflow/query/query_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit afb25c0

Please sign in to comment.