Skip to content

Commit

Permalink
Merge branch 'current' into dbeatty/custom-incremental-strategies
Browse files Browse the repository at this point in the history
  • Loading branch information
mirnawong1 authored Jan 8, 2024
2 parents e78ffec + 09ae55f commit e9a0422
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/guides/manual-install-qs.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ $ 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:
6. dbt provides the following values in the `dbt_project.yml` file:

<File name='dbt_project.yml'>

Expand All @@ -92,7 +92,7 @@ models:

## Connect to BigQuery

When developing locally, dbt connects to your <Term id="data-warehouse" /> using a [profile](/docs/core/connect-data-platform/connection-profiles), which is a YAML file with all the connection details to your warehouse.
When developing locally, dbt connects to your <Term id="data-warehouse" /> using a [profile](/docs/core/connect-data-platform/connection-profiles), which is a YAML file with all the connection details to your warehouse.

1. Create a file in the `~/.dbt/` directory named `profiles.yml`.
2. Move your BigQuery keyfile into this directory.
Expand Down

0 comments on commit e9a0422

Please sign in to comment.