Skip to content

Commit

Permalink
Remove unneeded TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
courtneyholcomb committed Aug 14, 2024
1 parent 67fc3d7 commit e000c92
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion metricflow/plan_conversion/dataflow_to_sql.py
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,6 @@ def _choose_time_spine_source(
]
if not compatible_time_spine_grains:
raise RuntimeError(
# TODO: update docs link when new docs are available
f"This query requires a time spine with granularity {smallest_agg_time_grain.name} or smaller, which is not configured. "
f"The smallest available time spine granularity is {min(self._time_spine_sources.keys()).name}, which is too large."
"See documentation for how to configure a new time spine: https://docs.getdbt.com/docs/build/metricflow-time-spine"
Expand Down

0 comments on commit e000c92

Please sign in to comment.