Can I store my seeds in a directory other than the `data` directory in my project?
By default, dbt expects your seed files to be located in the data
subdirectory
of your project.
To change this, update the data-paths configuration in your dbt_project.yml
file, like so:
dbt_project.yml
data-paths: ["seeds"]