Skip to content

Commit

Permalink
Update shorthand SL order syntax for JDBC api (#6434)
Browse files Browse the repository at this point in the history
  • Loading branch information
mirnawong1 authored Nov 7, 2024
2 parents 3417896 + 0f64bca commit 6eee8a7
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 @@ -519,7 +519,7 @@ select * from {{
semantic_layer.query(metrics=['food_order_amount', 'order_gross_profit'],
group_by=[Dimension('metric_time')],
limit=10,
order_by=[-'order_gross_profit'])
order_by=['-order_gross_profit'])
}}
```
Expand Down

0 comments on commit 6eee8a7

Please sign in to comment.