From c47d285b462e03fbe825ba1d7d9341f455b36f8b Mon Sep 17 00:00:00 2001 From: britt <47340362+traintestbritt@users.noreply.github.com> Date: Tue, 3 Sep 2024 16:52:53 -0700 Subject: [PATCH] removed trailing whitespaces --- {{project_name}}/docs/setup.md.jinja | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/{{project_name}}/docs/setup.md.jinja b/{{project_name}}/docs/setup.md.jinja index 27fdb98..fecf263 100644 --- a/{{project_name}}/docs/setup.md.jinja +++ b/{{project_name}}/docs/setup.md.jinja @@ -38,14 +38,14 @@ Any time the dependencies change, you can re-run the above command to update the ### 3. Install dbt dependencies -dbt comes with some core libraries, but others can be added on. -This command installs those extra libraries that are needed for this repo. -It will have to be re-run each time the repo starts relying on a new dbt library. +dbt comes with some core libraries, but others can be added on. +This command installs those extra libraries that are needed for this repo. +It will have to be re-run each time the repo starts relying on a new dbt library. To install dbt dependencies, open a terminal and enter: ```bash -poetry run dbt deps --project-dir transform +poetry run dbt deps --project-dir transform ``` ## Configure Snowflake