Skip to content

Commit 6eee8a7

Browse files
authored
Update shorthand SL order syntax for JDBC api (dbt-labs#6434)
2 parents 3417896 + 0f64bca commit 6eee8a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/docs/dbt-cloud-apis/sl-jdbc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,7 @@ select * from {{
519519
semantic_layer.query(metrics=['food_order_amount', 'order_gross_profit'],
520520
group_by=[Dimension('metric_time')],
521521
limit=10,
522-
order_by=[-'order_gross_profit'])
522+
order_by=['-order_gross_profit'])
523523
}}
524524
```
525525

0 commit comments

Comments
 (0)