v0.15.0 dbt_hubspot_source
fivetran-data-model-bot
released this
31 Jul 15:59
·
58 commits
to main
since this release
PR #126 includes the following updates:
🚨 Breaking Changes 🚨
- Added field
_fivetran_end
to macroget_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
tostg_hubspot__ticket_property_history
if you do not have_fivetran_end
in your sourceTICKET_PROPERTY_HISTORY
table.
- While this should not affect most users, this will add a new column
Documentation
- Update documentation to include
_fivetran_end
under modelstg_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