Skip to content

v0.3.1 dbt_recharge_source

Latest
Compare
Choose a tag to compare
@fivetran-data-model-bot fivetran-data-model-bot released this 20 Aug 16:31
· 1 commit to main since this release
94b6b76

PR #15 includes the following updates:

Bugfix

  • Updated the is_most_recent_record field in stg_recharge__subscription_history to partition by id, or by subscription_id if id is unavailable in the source table. Previously, partitioning occurred solely on subscription_id (prior to applying COALESCE), which was unintended and caused errors in Redshift when the source table only contained id.

Full Changelog: v0.3.0...v0.3.1