PR #60 includes the following changes:
🚨 Breaking Changes 🚨:
- Unwrapped
total_*fields from the for loop instripe__daily_overviewto reduce compute required for previous for-loops - Add
account_idinint_stripe__account_rolling_totalsfor use as part of the join in the case where more than 1account_idexists.
Under the Hood
- Intermediate model materializations have changed from ephemeral to table to reduce the compute required for the complexity of calculations.