-
Notifications
You must be signed in to change notification settings - Fork 24
Missing target schemas config in dbt_package.yml #47
Copy link
Copy link
Closed
fivetran/dbt_github_source
#39Labels
priority:p2Affects most users; fix neededAffects most users; fix neededstatus:in_progressCurrently being worked onCurrently being worked ontype:enhancementNew functionality or enhancementNew functionality or enhancementupdate_type:featurePrimary focus is to add new functionalityPrimary focus is to add new functionality
Metadata
Metadata
Assignees
Labels
priority:p2Affects most users; fix neededAffects most users; fix neededstatus:in_progressCurrently being worked onCurrently being worked ontype:enhancementNew functionality or enhancementNew functionality or enhancementupdate_type:featurePrimary focus is to add new functionalityPrimary focus is to add new functionality
Is there an existing issue for this?
Describe the issue
We have installed the dbt package for github but when we run the models it does not create a target schemas. So comparing the code with Jira package.
In Jira package dbt_package.yml file config
In Github package dbt_package.yml file config
Relevant error log or model output
Expected behavior
Should be creating int tables and model tables in the *_int_github and *_github location.
dbt Project configurations
NA
Package versions
version: [">=0.7.0", "<0.8.0"]
What database are you using dbt with?
snowflake
dbt Version
1.3
Additional Context
No response
Are you willing to open a PR to help address this issue?