From ff5c24bfaf2b8fb4744490dbb28975d075b48d72 Mon Sep 17 00:00:00 2001 From: Courtney Holcomb Date: Wed, 14 Aug 2024 14:21:37 -0700 Subject: [PATCH] Remove unneeded TODO --- dbt_semantic_interfaces/validations/time_spines.py | 1 - 1 file changed, 1 deletion(-) diff --git a/dbt_semantic_interfaces/validations/time_spines.py b/dbt_semantic_interfaces/validations/time_spines.py index 29da9826..df5110fb 100644 --- a/dbt_semantic_interfaces/validations/time_spines.py +++ b/dbt_semantic_interfaces/validations/time_spines.py @@ -30,7 +30,6 @@ def validate_manifest(semantic_manifest: SemanticManifestT) -> Sequence[Validati time_spines = semantic_manifest.project_configuration.time_spines if not time_spines: - # TODO: update docs link when new one is available! docs_message = "See documentation to configure: https://docs.getdbt.com/docs/build/metricflow-time-spine" # If they have the old time spine configured and need to migrate if semantic_manifest.project_configuration.time_spine_table_configurations: