From 7a2c819ea56cd2d490f26f6cbd083886e8cdc845 Mon Sep 17 00:00:00 2001 From: rpourzand Date: Wed, 23 Aug 2023 19:11:53 -0700 Subject: [PATCH] Update sl-jdbc.md I always find typos at the weirdest time of night. Found a typo in our metrics for dimensions query --- website/docs/docs/dbt-cloud-apis/sl-jdbc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/docs/dbt-cloud-apis/sl-jdbc.md b/website/docs/docs/dbt-cloud-apis/sl-jdbc.md index 79864e200a5..75ac38b4064 100644 --- a/website/docs/docs/dbt-cloud-apis/sl-jdbc.md +++ b/website/docs/docs/dbt-cloud-apis/sl-jdbc.md @@ -93,7 +93,7 @@ Note, `metrics` is a required argument that lists with one or multiple metrics i ```bash select * from {{ -semantic_layer.dimension_values(metrics=["food_order_amount"], group_by="customer__customer_name")}} +semantic_layer.dimension_values(metrics=['food_order_amount'], group_by=['customer__customer_name'])}} ```