v0.13.0 dbt_stripe
·
86 commits
to main
since this release
PR #78 includes the following updates:
🚨 Breaking Changes 🚨
- Renamed folder
stripe_reports
tostripe_financial_reports
to be more descriptive of the contents.⚠️ If you are using folder names to scope out configs, runs, etc., you will need to update the folder name.
Bug fixes
- Updated model
int_stripe__date_spine
to accommodate cases when modelstripe__balance_transactions
has no records.- Previously, the date spine relied on
stripe__balance_transactions
to set date bounds, which caused errors if empty. Now, the model defaults to a one-month range in such cases.
- Previously, the date spine relied on
Under the hood
- Updated structure of model
int_stripe__date_spine
for improved performance and maintainability.
Full Changelog: v0.12.0...v0.13.0