fivetran / dbt_hubspot_source

Data models for Hubspot built using dbt.
https://fivetran.github.io/dbt_hubspot_source/
Apache License 2.0
31 stars 30 forks source link

[Bug] stg_hubspot__deal_contact is nowhere to be found #63

Closed dietofworms closed 2 years ago

dietofworms commented 2 years ago

Is there an existing issue for this?

Describe the issue

In the ERD provided by Fivetran [1] there is a model for deal_contact but we can't see this anywhere in the package or this repo.

[1] https://docs.google.com/presentation/d/1KABQnt8WmtZe7u5l7WFUoPIsWzv63P9gsWF79XGLoZE/edit#slide=id.gd207c04e3c_4_5

Relevant error log or model output

No response

Expected behavior

The model file exists in the package

dbt Project configurations

models:
  hubspot_source:
    +schema: staging

...
vars:
  # Hubspot source package config
  hubspot_database: raw
  hubspot_schema: hubspot_fivetran
...

Package versions

  - package: fivetran/hubspot_source
    version: [">=0.5.0", "<0.6.0"]

What database are you using dbt with?

snowflake

dbt Version

snowflake: 1.0.1

Additional Context

No response

Are you willing to open a PR to help address this issue?

dietofworms commented 2 years ago

Resolved in https://github.com/fivetran/dbt_hubspot_source/pull/64