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: