v0.9.3 dbt_stripe_source
fivetran-joemarkiewicz
released this
16 May 19:47
·
64 commits
to main
since this release
Under the Hood:
- PR #67 moves the live_mode predicate to the non *_tmp staging models.
- This move is necessary due to the 0.4.3 release of fivetran_utils, which infers if the source table a package is present, and if not the package will create an empty table to ensure the downstream transformations succeed. Previously the Stripe package wasn't compatible because of where the live_mode predicate existed. In the case there will be an empty data model created, we needed to move the predicate so that the queries and downstream models will still run correctly.
- PR #66 incorporates the new
fivetran_utils.drop_schemas_automation
macro into the end of each Buildkite integration test job and updates the pull request templates.