[Bug] Include Owner variable to disable int_hubspot__deals_enhanced model #128
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
Currently the int_hubspot__deals_enhanced (and downstream models) are dependent on the following variables:
['hubspot_sales_enabled','hubspot_deal_enabled']
. However, the intermediate model uses theowner
source and thehubspot_owner_enabled
variable should also be incorporated in the enable/disablement of the model(s)Relevant error log or model output
Expected behavior
The models run properly even if the
owner
source is not included in the source schema.dbt Project configurations
Package versions
What database are you using dbt with?
bigquery
dbt Version
1.3.2
Additional Context
We should also check if there are other variables that need to be considered across the other intermediate/end models.
Are you willing to open a PR to help address this issue?
The text was updated successfully, but these errors were encountered: