Skip to content

dbt_marketo v0.8.0

Compare
Choose a tag to compare
@fivetran-catfritz fivetran-catfritz released this 14 Oct 01:35
· 51 commits to main since this release
dd8b74d

Hello again, friends! ๐Ÿ˜ธ

PR #22 incorporates the following updates:

๐Ÿšจ Breaking Changes ๐Ÿšจ

Some of the more complex transformation logic has been moved from the Marketo source package to the transform package. This was done so the delineation between staging and intermediate models is in line with Fivetran's other packages. This does not affect the final tables created by the transform package, but this will affect the staging tables as outlined below.

  • Model stg_marketo__lead_base from dbt_marketo_source has been rolled into stg_marketo__lead.
  • Parts from model stg_marketo__lead from dbt_marketo_source have been moved to a new model int_marketo__lead in dbt_marketo.
  • Because of the above changes, model marketo__lead_adapter is now redundant and has been removed.

Features

  • ๐ŸŽ‰ Databricks and Postgres compatibility ๐ŸŽ‰
  • The starting date of the date range for the leads data can now be adjusted (see README for instructions).
  • Ability to disable activity_delete_lead model if necessary (see README for instructions).

Under the Hood

  • Updates structure of config default variables for enabling campaigns and program models to avoid conflicting with a user's settings.
  • Updates the incremental strategy used by Postgres and Redshift adapters to delete+insert.