Skip to content

Commit

Permalink
Update sl-jdbc.md (#3974)
Browse files Browse the repository at this point in the history
  • Loading branch information
mirnawong1 authored Aug 24, 2023
2 parents 8589063 + 7a2c819 commit 94eaa94
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 94eaa94

Please sign in to comment.