PR #78 includes the following updates:
🚨 Breaking Changes 🚨
- Renamed folder
stripe_reportstostripe_financial_reportsto 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_spineto accommodate cases when modelstripe__balance_transactionshas no records.- Previously, the date spine relied on
stripe__balance_transactionsto 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_spinefor improved performance and maintainability.
Full Changelog: v0.12.0...v0.13.0