Skip to content

Commit

Permalink
removed trailing whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
britt-allen committed Sep 3, 2024
1 parent c072ae4 commit c47d285
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions {{project_name}}/docs/setup.md.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c47d285

Please sign in to comment.