dbt_hubspot_source v0.5.6
fivetran-joemarkiewicz
released this
27 May 15:35
·
302 commits
to main
since this release
Happy Tuesday 🌮
This release of the dbt_hubspot_source
package includes the following updates:
Bug Fixes
- The below staging tables contain a
where
clause to filter out soft deletes. However, this where clause was conducted in the first CTE of the staging model before thefill_staging_columns
macro. Therefore, if the field doesn't exist, the dbt run would fail. These updates have moved the CTE to the final one to avoid this error. (#68)stg_hubspot__company
,stg_hubspot__contact
,stg_hubspot__contact_list
,stg_hubspot__deal
,stg_hubspot__deal_pipeline
,stg_hubspot__deal_pipeline_stage
,stg_hubspot__ticket
, andstg_hubspot__contact_list
.