Skip to content

Commit

Permalink
Update sl-jdbc.md
Browse files Browse the repository at this point in the history
I always find typos at the weirdest time of night. 

Found a typo in our metrics for dimensions query
  • Loading branch information
rpourzand authored Aug 24, 2023
1 parent 8589063 commit 7a2c819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/docs/dbt-cloud-apis/sl-jdbc.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'])}}
```
</TabItem>
Expand Down

0 comments on commit 7a2c819

Please sign in to comment.