Happy Thursday! 🍰
This release of the dbt_stripe package includes the following updates:
🚨 Breaking Changes 🚨
- Stripe connectors set up after February 09, 2022 no longer sync the
subscriptiontable; however, a newersubscription_historytable is synced. To account for this change a variablestripe__subscription_historyhas been added to the package project to allow for users to define if their source contains thesubscription_historytable. (#37)- By default this variable is set to
false. If you still have thesubscriptiontable, then there is no adjustment needed on your end. If you do have thesubscription_historytable then you will want to set the variable totrue. - Similarly, if you have both tables, then I highly encourage you start leveraging the
subscription_historysource table in your package. - This package now points to the latest
dbt_stripe_sourcepackage version which accounts for the above update. (#33 and #34)
- By default this variable is set to
🐞 Bug Fixes 🐞
- Fix issue with timezone conversion in postgres by updating the
date_timezonemacro with postgres functionality. (#35) - Added Postgres support for the Stripe package. (PR #37)
Contributors
- @johnf (#35)
- @nachimehta (#37)