Skip to content

Commit

Permalink
fix wrong dimension definition
Browse files Browse the repository at this point in the history
  • Loading branch information
MauroLuzzatto committed Jul 1, 2024
1 parent afcf480 commit 4b120a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dbt-metricflow/dbt_metricflow/cli/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,8 @@ def tutorial(ctx: click.core.Context, cfg: CLIContext, msg: bool, clean: bool) -
`mf query --metrics transactions --group-by metric_time,customer__customer_country --order metric_time`
11. Add a coarser time granularity:
`mf query --metrics transactions --group-by metric_time__week --order metric_time__week`
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.
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`
13. When you're done with the tutorial, run mf tutorial --clean to delete sample models and seeds.
"""
)
Expand Down

0 comments on commit 4b120a0

Please sign in to comment.