Skip to content

Commit

Permalink
advanced CI demo
Browse files Browse the repository at this point in the history
  • Loading branch information
Faith Lierheimer committed Aug 13, 2024
1 parent 46266da commit c860cc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/marts/finance/fct_order_items.sql
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ final as (
order_item.discount_percentage,
order_item.discounted_price,
order_item.tax_rate,

(order_item.tax_rate + 1) tax_rate_plus_one,
1 as order_item_count,
order_item.quantity,
order_item.gross_item_sales_amount,
Expand Down

0 comments on commit c860cc2

Please sign in to comment.