From 9ca1bc5b4ced0a1b7fc29747062b00ed1f0d2f86 Mon Sep 17 00:00:00 2001 From: Courtney Holcomb Date: Wed, 14 Aug 2024 14:49:47 -0700 Subject: [PATCH] Remove unneeded TODO (#10568) --- core/dbt/contracts/graph/semantic_manifest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/dbt/contracts/graph/semantic_manifest.py b/core/dbt/contracts/graph/semantic_manifest.py index 04d822a72b5..2381784b794 100644 --- a/core/dbt/contracts/graph/semantic_manifest.py +++ b/core/dbt/contracts/graph/semantic_manifest.py @@ -155,7 +155,7 @@ def _get_pydantic_semantic_manifest(self) -> PydanticSemanticManifest: raise ParsingError( "The semantic layer requires a time spine model with granularity DAY or smaller in the project, " "but none was found. Guidance on creating this model can be found on our docs site " - "(https://docs.getdbt.com/docs/build/metricflow-time-spine)." # TODO: update docs link when available! + "(https://docs.getdbt.com/docs/build/metricflow-time-spine)." ) # For backward compatibility: if legacy time spine exists, include it in the manifest.