Model depends on a source named which was not found happened again #9202
Replies: 1 comment
-
Try to add these to your schema.yml file:
You had not defined your sources in the schema and DBT cant find it |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I've been reading docs twice but still this noisy error with schema crashes.
All code is related to PostgreSQL database.
./dbt_project.yaml:
models/dev/schema.yaml:
models/dev/t_sample.sql
dbt compile fails with:
Model 'model.demo.t_sample' (models\dev\t_sample.sql) depends on a source named 'test.sample' which was not found
I understand that it's a newbie question, but tired to switch source and object names
Beta Was this translation helpful? Give feedback.
All reactions