[Bug] Fixing compilation error on hubspot_contact_lists
#141
Labels
error:unforced
priority:p4
Affects few users; pick up when available
status:in_progress
Currently being worked on
type:bug
Something is broken or incorrect
update_type:models
Primary focus requires model updates
Is there an existing issue for this?
Describe the issue
Description: For customers who do not have a
contact_list_member
table available in Quickstart, a compilation error can occur. Inhubspot_contact_lists
, there is a missinghubspot_contact_list_member_enabled
conditional present in the upstream models that leads to the model calling onint_hubspot__email_metrics__by_contact_list
when it shouldn't be (i.e. the variable is set to false). Adding this variable to the conditional should fix this issue.Relevant error log or model output
Expected behavior
hubspot__contact_lists
should compile with no errors.dbt Project configurations
We are testing this with the following variable configuration.
Package versions
packages:
version: [">=0.14.0", "<0.15.0"]
What database are you using dbt with?
bigquery
dbt Version
1.7.14
Additional Context
No response
Are you willing to open a PR to help address this issue?
The text was updated successfully, but these errors were encountered: