I get in dbt the error unexpected identifier
I always get the error unexpected identfiert while using dbt and i’m not sure what to do. My goal is to join two tables while referencing to my models.
I get in dbt the error unexpected identifier
I always get the error unexpected identfiert while using dbt and i’m not sure what to do. My goal is to join two tables while referencing to my models.
How to get the dependencies of a model in dbt in terms of a table
I have a model in dbt which has different staging tables and ref tables. I want to get a list of all the dependent models that is whatever is shown in lineage as a list.
For e.g.
how to trigger dbt to create model based on WARN of fail
I have a marco detects if a test has warning. warning is about relationship check. the logic is if there is a warning, run another model.
Is there a better way of loop through a column for specific values?
I am building a lookup table dealing with U.S States. In one of the columns key
I have a bunch a values such as: code
, provider
, referral
, state
, phone_call
, video_call
.