Confusing use of the term "subdirectory" in the file seed-paths
#6163
Labels
community
Contributions from the dbt community
seed-paths
#6163
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: