Skip to content
Open

asdf #114

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions models/staging/tpch/stg_tpch_orders.sql
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ renamed as (
o_clerk as clerk_name,
o_shippriority as ship_priority,
o_comment as comment



from source
Expand Down
2 changes: 1 addition & 1 deletion tests/stg_tpch_orders_assert_positive_price.sql
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ with orders as ( select * from {{ ref('stg_tpch_orders') }} )

select *
from orders
where total_price < 0
where total_price > 0