Skip to content

Commit

Permalink
Merge branch 'current' into add-exposures-model-query
Browse files Browse the repository at this point in the history
  • Loading branch information
mirnawong1 authored Aug 9, 2024
2 parents ffa49f5 + 850f981 commit d3cff70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/docs/build/data-tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ These tests are defined in `.sql` files, typically in your `tests` directory (as
select
order_id,
sum(amount) as total_amount
from {{ ref('fct_payments' )}}
from {{ ref('fct_payments') }}
group by 1
having total_amount < 0
```
Expand Down

0 comments on commit d3cff70

Please sign in to comment.