fivetran-data-model-bot
released this
20 Aug 16:31
·
1 commit
to main
since this release
PR #15 includes the following updates:
Bugfix
- Updated the
is_most_recent_record
field instg_recharge__subscription_history
to partition byid
, or bysubscription_id
ifid
is unavailable in the source table. Previously, partitioning occurred solely onsubscription_id
(prior to applying COALESCE), which was unintended and caused errors in Redshift when the source table only containedid
.
Full Changelog: v0.3.0...v0.3.1