Skip to content

Commit 541ab21

Browse files
authored
Update metricflow-commands.md (#6819)
2 parents 1c6f692 + bf41f7a commit 541ab21

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

+4-3
Original file line numberDiff line numberDiff line change
@@ -536,14 +536,15 @@ limit 10
536536
</TabItem>
537537
538538
<TabItem value="eg7" label=" Export to CSV">
539-
540-
Add the `--csv file_name.csv` flag to export the results of your query to a csv.
539+
540+
Add the `--csv file_name.csv` flag to export the results of your query to a csv. The `--csv` flag is available in dbt Core only and not supported in dbt Cloud.
541541
542542
**Query**
543543
544544
```bash
545-
# In dbt Cloud
545+
<!-- # In dbt Cloud
546546
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+
-->
547548
548549
# In dbt Core
549550
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)