github fivetran/dbt_stripe v1.7.0
v1.7.0 dbt_stripe

21 hours ago

PR #147 includes the following updates:

Under the Hood

  • Updates stripe__subscription_item_mrr_report to cap the MRR date spine at the end of the current month instead of deriving it from the maximum current_period_end across all subscriptions. Because current_period_end is a future timestamp for active subscriptions, the previous approach generated rows for months that have not yet occurred. The model now reflects only months up to and including the current month. See the DECISIONLOG for more details.

Bug Fix

  • Fixes a bug affecting a small number of customers due to the stripe__customer_metadata variable being erroneously included in the dbt_utils.star exception list of the customer_transactions_overview CTE of stripe__customer_overview. When the stripe__customer_metadata was enabled, it had the potential to cause model run failures due to column-count mismatches with union all branch.

Full Changelog: v1.6.1...v1.7.0

Don't miss a new dbt_stripe release

NewReleases is sending notifications on new releases.