Skip to content

v0.5.2 dbt_mailchimp_source

Latest
Compare
Choose a tag to compare
@fivetran-data-model-bot fivetran-data-model-bot released this 19 Dec 11:03
· 3 commits to main since this release
5d8668e

PR #19 includes the following updates:

πŸ› Bug Fixes πŸ”¨

  • Cast activity_timestamp in stg_mailchimp__campaign_activities and send_timestamp in stg_mailchimp__campaigns to dbt.type_timestamp(). This ensures the dbt.datediff() function in the mailchimp__campaign_activities model in the dbt_mailchimp package properly runs in Redshift.
  • Corrected source freshness variables to properly reference mailchimp_using_automations.

πŸ§ͺ Test Updates πŸ§ͺ

  • Updated the source freshness test enablement/disablement to leverage the dbt-core config: enabled: architecture.
  • Added source freshness tests for models utilizing the mailchimp_using_segments variable.

🚘 Under the Hood 🚘

  • Updated the pull request templates.
  • Included auto-releaser GitHub Actions workflow to automate future releases.

Full Changelog: v0.5.1...v0.5.2