Skip to content

Commit

Permalink
Update sl-jdbc.md (#3947)
Browse files Browse the repository at this point in the history
  • Loading branch information
mirnawong1 authored Aug 17, 2023
2 parents 31a5068 + 6310ed9 commit 63b7eb0
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 @@ -229,7 +229,7 @@ Use the following example to query using a `where` filter:
select * from {{
semantic_layer.query(metrics=['food_order_amount', 'order_gross_profit'],
group_by=[Dimension('metric_time').grain('month'),'customer__customer_type'],
where="{{ TimeDimension('metric_time', 'MONTH') }} >= '2017-03-09' AND {{ Dimension('customer__customer_type' }} in ('new') AND {{ Entity('order_id') }} = 10)
where="{{ TimeDimension('metric_time', 'MONTH') }} >= '2017-03-09' AND {{ Dimension('customer__customer_type' }} in ('new') AND {{ Entity('order_id') }} = 10")
}}
```
Expand Down

0 comments on commit 63b7eb0

Please sign in to comment.