Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I test only the seeds in my dbt project?

Tags:

dbt

How can I test only the seeds folder on my dbt projet?? enter image description here enter image description here

I've used dbt test, but it tests the entire project (seeds included). I've used dbt test --select seeds but it says: Nothing to do. Try checking your model configs and model specification args

Is there any way to test only the seeds folder?

I've searched everywhere but I couldn't find anything regarding this

like image 733
Catarina Ribeiro Avatar asked Nov 01 '25 06:11

Catarina Ribeiro


1 Answers

From the docs:

# Run tests on all seeds, which use the 'seed' materialization
$ dbt test --select config.materialized:seed
like image 88
tconbeer Avatar answered Nov 03 '25 17:11

tconbeer



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!