-
Notifications
You must be signed in to change notification settings - Fork 24
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
Description
Is there an existing issue for this?
- I have searched the existing issues
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
models:
jira:
+materialized: table
+schema: jira
intermediate:
+materialized: ephemeral
+schema: int_jira
In Github package dbt_package.yml file config
models:
github:
materialized: table
intermediate:
materialized: ephemeral
Relevant error log or model output
NA
Expected behavior
Should be creating int tables and model tables in the *_int_github and *_github location.
dbt Project configurations
NA
Package versions
- package: fivetran/github
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?
- Yes.
- Yes, but I will need assistance and will schedule time during our office hours for guidance
- No.
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