Skip to content

v0.15.0 dbt_hubspot_source

Compare
Choose a tag to compare
@fivetran-data-model-bot fivetran-data-model-bot released this 31 Jul 15:59
· 58 commits to main since this release
d1d6e9c

PR #126 includes the following updates:

🚨 Breaking Changes 🚨

  • Added field _fivetran_end to macro get_ticket_property_history_columns() to ensure the column is available for use downstream.
    • While this should not affect most users, this will add a new column _fivetran_end to stg_hubspot__ticket_property_history if you do not have _fivetran_end in your source TICKET_PROPERTY_HISTORY table.

Documentation

  • Update documentation to include _fivetran_end under model stg_hubspot__ticket_property_history.

Under the hood

  • Updated the maintainer PR template to the current format.
  • Included auto-releaser GitHub Actions workflow to automate future releases.
  • Added integration testing for Databricks SQL Warehouse.

Full Changelog: v0.14.1...v0.15.0