stg_dbt__model_executions compiled version throwing error #318
Unanswered
calkan-cue
asked this question in
Q&A
Replies: 1 comment
-
Hi @calkan-cue are you able to open this as an issue please? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello I am trying to use the
dbt artifacts 2.3.0
when the
stg_dbt__model_executions.sql
is compiled
stg_dbt__model_executions.sql
This is compiled result but it has error even though it is coming from package itself.
I stuck here.
Those are the dependencies I have:
packages.yml
`
packages:
version: 0.9.0
version: 0.4.1
version: 0.8.2
version: 2.3.0
version: [">=0.8.0", "<0.9.0"]
version: [">=1.3.0", "<1.4.0"]
version: [">=0.7.0", "<0.8.0"]
version: [">=0.8.0", "<0.9.0"]
version: [">=1.4.0", "<1.5.0"]
`
requirements.txt
dbt-bigquery==1.4.1 dbt-core==1.4.5 dbt-extractor==0.4.1
Beta Was this translation helpful? Give feedback.
All reactions