Replies: 1 comment 4 replies
-
Hi @ssuri39 it seems like a yml compilation problem. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am getting below error while compiling a staging model using scalefree package . Please suggest what is wrong with the code. Issue seems while specifying the source model but need to know how to fix.The database is snowflake .
stg_sample is a model that just selects all data from the source table in landing schema in snowflake.
Compilation Error in model hash_stg_sample (models/staging/hash_stg_sample.sql)
The name argument to ref() must be a string, got <class 'dbt.clients.jinja.create_undefined..Undefined'>
Code :
Beta Was this translation helpful? Give feedback.
All reactions