PR #147 includes the following updates:
Under the Hood
- Updates
stripe__subscription_item_mrr_reportto cap the MRR date spine at the end of the current month instead of deriving it from the maximumcurrent_period_endacross all subscriptions. Becausecurrent_period_endis 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_metadatavariable being erroneously included in thedbt_utils.starexception list of thecustomer_transactions_overviewCTE ofstripe__customer_overview. When thestripe__customer_metadatawas 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