Skip to content
This repository was archived by the owner on Jan 20, 2026. It is now read-only.

Releases: fivetran/dbt_hubspot_source

Package Upgrades

02 Nov 19:28
96f6278

Choose a tag to compare

Updates package to be compatible with dbt 0.18.0. This is a breaking change!
🚨 dbt v0.18.0 or greater is required for this release. If you are not ready to upgrade, consider using a previous release of this package.

Additionally, this release:

  • Updates dbt_utils dependency so to align with other Fivetran packages
  • Coalesces the _fivetran_deleted field to only exclude true values
  • Creates dependency on Fivetran's utils package

Initial Release

17 Jul 15:15
27352b7

Choose a tag to compare

This is the initial release of this package.

This package is designed enrich your Fivetran data by doing the following:

  • Add descriptions to tables and columns that are synced using Fivetran
  • Add freshness tests to source data
  • Add column-level testing where applicable. For example, all primary keys are tested for uniqueness and non-null values.
  • Model staging tables, which will be used in our transform package

Currently the package supports Redshift, BigQuery and Snowflake.