github fivetran/dbt_stripe v0.17.0
v0.17.0 dbt_stripe

latest releases: v1.1.0, v1.0.1, v1.0.0...
7 months ago

PR #107 includes the following updates:

Breaking Changes

  • In alignment with the Fivetran Stripe connector March 2025 update, added:
    • Source:
      • PAYOUT_BALANCE_TRANSACTION
    • Models:
      • stg_stripe__payout_balance_transaction
      • stg_stripe__payout_balance_transaction_tmp
  • This is a new mapping table that provides all associated balance transactions for a payout, supporting the 1:many payout → balance_transaction relationship.
    • NOTE: The existing balance_transaction_id in PAYOUT only reflects the most recent associated record, necessitating this update.
  • Updated stripe__balance_transactions to use the mapping table stg_stripe__payout_balance_transaction, expanding the balance transactions that can be mapped to a payout.
    • Added the payout_balance_transaction_is_current field to identify the most recent balance transaction associated with a payout.
  • Updated financial report models stripe__ending_balance_reconciliation_itemized_4 and stripe__payout_itemized_3 to maintain existing behavior and prevent fanout from the stripe__balance_transactions updates.
    • These models will continue referencing only the most recent balance transaction associated with a payout.

Under the Hood (Maintainers Only)

  • Added consistency test for stripe__payout_itemized_3.
  • Added seed payout_balance_transaction_data.

Full Changelog: v0.16.1...v0.17.0

Don't miss a new dbt_stripe release

NewReleases is sending notifications on new releases.