Skip to content

Commit

Permalink
Update metricflow-commands.md
Browse files Browse the repository at this point in the history
remove commented out bits bc its appearing in live site incorrectly:

<!-- # In dbt Cloud
dbt sl query --metrics order_total --group-by metric_time,is_food_order --limit 10 --order-by -metric_time --where "is_food_order = True" --start-time '2017-08-22' --end-time '2017-08-27' --csv query_example.csv
-->
  • Loading branch information
mirnawong1 authored Jan 23, 2025
1 parent 541ab21 commit 6f6b242
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions website/docs/docs/build/metricflow-commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -542,9 +542,6 @@ Add the `--csv file_name.csv` flag to export the results of your query to a csv.
**Query**
```bash
<!-- # In dbt Cloud
dbt sl query --metrics order_total --group-by metric_time,is_food_order --limit 10 --order-by -metric_time --where "is_food_order = True" --start-time '2017-08-22' --end-time '2017-08-27' --csv query_example.csv
-->
# In dbt Core
mf query --metrics order_total --group-by metric_time,is_food_order --limit 10 --order-by -metric_time --where "is_food_order = True" --start-time '2017-08-22' --end-time '2017-08-27' --csv query_example.csv
Expand Down

0 comments on commit 6f6b242

Please sign in to comment.