Skip to content

Commit

Permalink
Release review
Browse files Browse the repository at this point in the history
  • Loading branch information
fivetran-avinash committed Dec 6, 2024
1 parent 2f5c548 commit ad4640b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/catalog.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/manifest.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion models/standardized_models/stripe__line_item_enhanced.sql
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ with invoice_line_item as (
when bt_refund.balance_transaction_id is not null and bt_charge.balance_transaction_id is not null then 'charge + refund'
when bt_charge.balance_transaction_id is not null then 'charge'
when bt_refund.balance_transaction_id is not null then 'payment intent + refund'
else null
else coalesce(bt_charge.type, bt_refund.type)
end as transaction_type,

cast(invoice_line_item.type as {{ dbt.type_string() }}) as billing_type,
Expand Down

0 comments on commit ad4640b

Please sign in to comment.