PR #141 is a pre-release that includes the following updates:
Schema/Data Change
2 total changes • 0 possible breaking changes
| Data Model(s) | Change type | Old | New | Notes |
|---|---|---|---|---|
stg_stripe__subscription_discount
| New Staging Model | Staging model for subscription discount data. | ||
stg_stripe__subscription_discount_tmp
| New Temp Model |
Under the Hood
- Updates
int_stripe__subscription_discountto source from theSUBSCRIPTION_DISCOUNTtable via the newstg_stripe__subscription_discountstaging model, instead of sourcing from theDISCOUNTtable viastg_stripe__discount. - Updates
stripe__subscription_item_mrr_reportto incorporate discount data from theSUBSCRIPTION_DISCOUNTtable rather than theDISCOUNTtable. - Adds integration test seed files
subscription_discount_data.csv,subscription_discount_data_snowflake.csv, andsubscription_discount_data_postgres.csv.
Full Changelog: v1.5.0...v1.6.0-a1