dbt_hubspot v0.5.2
Happy Monday!
This release of the dbt_hubspot
package includes the following updates:
Under the Hood
- Updated the
engagements_joined
macro to conditionally include relevant fields if their respective variables are enabled. Previously if a variable was disabled then thehubspot__engagement_calls
model, which depends on theengagements_joined
macro, would error out on the missing fields that were from the disabled variables. (#65)