v0.9.1 dbt_marketo
fivetran-joemarkiewicz
released this
17 Jan 18:03
·
25 commits
to main
since this release
Happy international ditch new years resolution day!
This year I wanted to cook dinner more often, looks like I am ordering in tonight! 🍔 One resolution I am not giving up is providing a comprehensive overview of the changes that took place within the latestet release of dbt_marketo
. These changes include:
Bug Fix
PR #26 includes the following non-breaking change:
- Due to a "system glitch" within Marketo, the same
lead_id
can be deleted more than once. This may introduce multiple records for the samelead_id
in theint_marketo__lead
which can cause the downstream testmarketo__leads.lead_id.unique
to fail. The bug fix adds adistinct lead_id
to thedeleted_leads
CTE in theint_marketo__lead
model (#25).
Contributors
Full Changelog: v0.9.0...v0.9.1