Skip to content

v0.9.1 dbt_marketo

Compare
Choose a tag to compare
@fivetran-joemarkiewicz fivetran-joemarkiewicz released this 17 Jan 18:03
· 25 commits to main since this release
5cf1a68

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 same lead_id in the int_marketo__lead which can cause the downstream test marketo__leads.lead_id.unique to fail. The bug fix adds a distinct lead_id to the deleted_leads CTE in the int_marketo__lead model (#25).

Contributors

Full Changelog: v0.9.0...v0.9.1