-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ticket models are not created #76
Comments
Hi @moseleyi thanks so much for opening this issue! Luckily there is a quick fix for you to get the ticket models created in your next run. You can simple set the vars:
hubspot_service_enabled: true While this is a quick fix, we did not do a good job documenting in the README that this variable is used for the ticket models. I noticed you are open to creating a PR! This would be a great documentation update PR if you are willing to tackle it. I would recommend we simply adjust our wording in the Disable Models section to explicitly state that this variable is used for the ticket models. Similarly, we would want to make the same adjustment in our dbt_hubspot package to be consistent with the documentation. Let me know if you would be interested in addressing this PR. Otherwise, our team will be able to address this in our next sprint. Additionally, please let me know if setting the variable fixes your initial problem, if not we will want to look more into that 😄 |
Hi, I added
I'm guessing it's because we never used the connection between tickets and deals but it shouldn't stop the package from creating basic ticket models, that are independent of Deals, should it? |
Hi @moseleyi -- can you confirm that the |
hey @moseleyi i've added a if you'd like to try it out: packages:
- git: https://github.com/fivetran/dbt_hubspot_source.git
revision: feature/disable-ticket-deal
warn-unpinned: false |
hmm is this not going to clash with the fivetran/hubspot package since it already has a hubspot_source dependency? |
ah yeah -- lemme change the hubspot |
ok the transform package should reference this branch, so you can remove the |
like no ticket-related staging models are showing up? that would mean it's not capturing that you have the |
ah by |
or rather do you mean you'd want these views materialized as tables? |
Ahh okay, I thought tables would also be built automatically like for others but I see it's not in the hubspot package |
Closing this issue as it has since been resolved. |
Is there an existing issue for this?
Describe the issue
Company, Deal, Email, Engagement, and Owner staging tables are created fine but the Ticket tables are missing. Do they have to be enabled specifically?
Relevant error log or model output
No response
Expected behavior
Stg views defined in dbt_project.yml are available:
dbt Project configurations
vars:
hubspot_source:
hubspot_database: FIVETRAN
hubspot_schema: hubspot
hubspot_email_event_print_enabled: false
hubspot_email_event_forward_enabled: false
hubspot_contact_merge_audit_enabled: true
hubspot__pass_through_all_columns: true
Package versions
packages:
version: 0.5.0
version: [">=0.5.0", "<0.6.0"]
What database are you using dbt with?
snowflake
dbt Version
1.2
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: