From 7da292e9f24a95d68af7e1b6ba593a21032e3461 Mon Sep 17 00:00:00 2001 From: Matt Shaver <60105315+matthewshaver@users.noreply.github.com> Date: Wed, 6 Nov 2024 19:40:10 -0500 Subject: [PATCH] Apply suggestions from code review --- website/docs/docs/build/measures.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/docs/build/measures.md b/website/docs/docs/build/measures.md index 5f9ee798abd..d60aa3f7e21 100644 --- a/website/docs/docs/build/measures.md +++ b/website/docs/docs/build/measures.md @@ -200,9 +200,9 @@ Parameters under the `non_additive_dimension` will specify dimensions that the m ```yaml semantic_models: - - name: subscription + - name: subscriptions description: A subscription table with one row per date for each active user and their subscription plans. - model: ref('your_schema.subscription') + model: ref('your_schema.subscription_table') defaults: agg_time_dimension: subscription_date