Skip to content

Commit 6f6b242

Browse files
authored
Update metricflow-commands.md
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 -->
1 parent 541ab21 commit 6f6b242

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

website/docs/docs/build/metricflow-commands.md

-3
Original file line numberDiff line numberDiff line change
@@ -542,9 +542,6 @@ Add the `--csv file_name.csv` flag to export the results of your query to a csv.
542542
**Query**
543543
544544
```bash
545-
<!-- # In dbt Cloud
546-
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
547-
-->
548545
549546
# In dbt Core
550547
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

0 commit comments

Comments
 (0)