Skip to content

Commit 77bf475

Browse files
Last tutorial example needs 'transaction__' prefix for 'is_large' dimension
1 parent 5bb1351 commit 77bf475

File tree

1 file changed

+1
-1
lines changed
  • dbt-metricflow/dbt_metricflow/cli

1 file changed

+1
-1
lines changed

dbt-metricflow/dbt_metricflow/cli/main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ def tutorial(ctx: click.core.Context, cfg: CLIContext, msg: bool, clean: bool) -
130130
`mf query --metrics transactions --group-by metric_time,customer__customer_country --order metric_time`
131131
11. Add a coarser time granularity:
132132
`mf query --metrics transactions --group-by metric_time__week --order metric_time__week`
133-
12. Try a more complicated query: mf query --metrics transactions,transaction_usd_na --group-by metric_time,is_large --order metric_time --start-time 2022-03-20 --end-time 2022-04-01.
133+
12. Try a more complicated query: mf query --metrics transactions,transaction_usd_na --group-by metric_time,transaction__is_large --order metric_time --start-time 2022-03-20 --end-time 2022-04-01.
134134
13. When you're done with the tutorial, run mf tutorial --clean to delete sample models and seeds.
135135
"""
136136
)

0 commit comments

Comments
 (0)