Skip to content

dbt_hubspot_source v0.6.0

Compare
Choose a tag to compare
@fivetran-reneeli fivetran-reneeli released this 24 Aug 22:41
· 270 commits to main since this release
5819a3a

🎉 Documentation and Feature Updates

  • Updated README documentation updates for easier navigation and setup of the dbt package
  • Included hubspot_[source_table_name]_identifier variable for additional flexibility within the package when source tables are named differently.
  • Adds hubspot_ticket_deal_enabled variable (default value=False) to disable modelling and testing of the ticket_deal source table. If there are no associations between tickets and deals in your Hubspot environment, this table will not exist (#79).

Fixes

  • Consistently renames property_dealname, property_closedate, and property_createdate to deal_name, closed_at, and created_at, respectively, in the deals staging model. Previously, if hubspot__pass_through_all_columns = true, only the prefix property_ was removed from the names of these fields, while they were completely renamed to deal_name, closed_at, and created_at if hubspot__pass_through_all_columns = false (#79).
  • Bypass freshness tests for when a source is disabled by adding an enable/disable config to the source yml (#77)
    Notice: You must have dbt v1.1.0 or greater for the config to work.

Contributors