Skip to content

Commit

Permalink
adding coalesce
Browse files Browse the repository at this point in the history
  • Loading branch information
“aaron.hagan” committed Aug 8, 2023
1 parent 0800733 commit 2693704
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion models/shopify__order_lines.sql
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ joined as (
product_variants.option_2 as variant_option_2,
product_variants.option_3 as variant_option_3,
product_variants.tax_code as variant_tax_code,

coalesce(tax_lines_aggregated.order_line_tax, 0) as order_line_tax,
coalesce(discount_allocation.discount_amount, 0) as order_line_discount_allocation

Expand Down

0 comments on commit 2693704

Please sign in to comment.