You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By default, dbt expects seeds to be located in the `seeds` directory, i.e. `seed-paths: ["seeds"]`
The use of the term "subdirectory" in line 22 gets even more confusing when you introduce actual subdirectories (for example, seeds/one and seeds/two) to avoid having to make changes to seed-paths and then refer to the directory seeds/ on the root level of the project also as subdirectory (is it really a subdirectory when it's a directory at the root level?):
I find the use of the word "subdirectory" (in line 22) confusing. I would say "directory" instead.
docs.getdbt.com/website/docs/reference/project-configs/seed-paths.md
Line 22 in 711fc27
Everywhere else, you actually refer to the
seeds/
directory as "directory" rather than "subdirectory", just not on line 22.Evidence A:
docs.getdbt.com/website/docs/reference/project-configs/seed-paths.md
Line 15 in 711fc27
Evidence B:
docs.getdbt.com/website/docs/reference/project-configs/seed-paths.md
Line 19 in 711fc27
The use of the term "subdirectory" in line 22 gets even more confusing when you introduce actual subdirectories (for example,
seeds/one
andseeds/two
) to avoid having to make changes toseed-paths
and then refer to the directoryseeds/
on the root level of the project also as subdirectory (is it really a subdirectory when it's a directory at the root level?):docs.getdbt.com/website/docs/reference/project-configs/seed-paths.md
Line 45 in 711fc27
The text was updated successfully, but these errors were encountered: