github fivetran/dbt_stripe v0.7.0
dbt_stripe v0.7.0

latest releases: v1.1.0, v1.0.1, v1.0.0...
3 years ago

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 subscription table; however, a newer subscription_history table is synced. To account for this change a variable stripe__subscription_history has been added to the package project to allow for users to define if their source contains the subscription_history table. (#37)
    • By default this variable is set to false. If you still have the subscription table, then there is no adjustment needed on your end. If you do have the subscription_history table then you will want to set the variable to true.
    • Similarly, if you have both tables, then I highly encourage you start leveraging the subscription_history source table in your package.
    • This package now points to the latest dbt_stripe_source package version which accounts for the above update. (#33 and #34)

🐞 Bug Fixes 🐞

  • Fix issue with timezone conversion in postgres by updating the date_timezone macro with postgres functionality. (#35)
  • Added Postgres support for the Stripe package. (PR #37)

Contributors

Don't miss a new dbt_stripe release

NewReleases is sending notifications on new releases.