Skip to content

Commit

Permalink
Reverting change
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewshaver committed Nov 6, 2024
1 parent 7a0a561 commit 9f01e6b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions website/docs/docs/build/measures.md
Original file line number Diff line number Diff line change
Expand Up @@ -255,15 +255,15 @@ We can query the semi-additive metrics using the following syntax:
For dbt Cloud:

```bash
dbt sl query --metrics mrr_by_end_of_month --group-by subscription_date__month --order subscription_date__month
dbt sl query --metrics mrr_by_end_of_month --group-by subscription_date__week --order subscription_date__week
dbt sl query --metrics mrr_by_end_of_month --group-by metric_time__month --order metric_time__month
dbt sl query --metrics mrr_by_end_of_month --group-by metric_time__week --order metric_time__week
```

For dbt Core:

```bash
mf query --metrics mrr_by_end_of_month --group-by subscription_date__month --order subscription_date__month
mf query --metrics mrr_by_end_of_month --group-by subscription_date__week --order subscription_date__week
mf query --metrics mrr_by_end_of_month --group-by metric_time__month --order metric_time__month
mf query --metrics mrr_by_end_of_month --group-by metric_time__week --order metric_time__week
```

import SetUpPages from '/snippets/_metrics-dependencies.md';
Expand Down

0 comments on commit 9f01e6b

Please sign in to comment.