Skip to content

Commit de5c792

Browse files
committed
chore: add singular test to dbt fixtures
1 parent a6b3298 commit de5c792

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
-- Check that revenue is positive
2+
SELECT waiter_id
3+
FROM {{ ref('top_waiters') }}
4+
WHERE revenue < 0

0 commit comments

Comments
 (0)