dbt_hubspot_source 0.5.3
fivetran-joemarkiewicz
released this
01 Feb 17:18
·
340 commits
to main
since this release
Happy Tuesday! 🌮
This release of the dbt_hubspot_source
package includes the following updates:
Under the Hood
- Cast the
deal_pipeline_stage_id
anddeal_pipeline_id
fields within the stg_hubspot__deal_pipeline, stg_hubspot__deal_pipeline_stage, stg_hubspot__deal using thedbt_utils.type_string()
macro. This ensures joins in downstream models are accurate across warehouses. (#57)