Skip to content

Commit

Permalink
Update manual-install-qs.md to remove steps that are no longer required
Browse files Browse the repository at this point in the history
dbt provides the correct names in the dbt_project.yml, therefore we can remove this step from the guide
  • Loading branch information
guz41 authored Dec 15, 2023
1 parent 25cc24a commit 433c4d1
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions website/docs/guides/manual-install-qs.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,24 +70,6 @@ $ pwd
<Lightbox src="/img/starter-project-dbt-cli.png" title="The starter project in a code editor" />
</div>

6. Update the following values in the `dbt_project.yml` file:

<File name='dbt_project.yml'>

```yaml
name: jaffle_shop # Change from the default, `my_new_project`

...

profile: jaffle_shop # Change from the default profile name, `default`

...

models:
jaffle_shop: # Change from `my_new_project` to match the previous value for `name:`
...
```

</File>

## Connect to BigQuery
Expand Down

0 comments on commit 433c4d1

Please sign in to comment.