Skip to content

Commit

Permalink
update to dbt-cloud
Browse files Browse the repository at this point in the history
  • Loading branch information
mirnawong1 committed Oct 3, 2023
1 parent df95165 commit 79f153a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/docs/cloud/configure-cloud-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Once you install the dbt Cloud CLI, you need to configure the dbt Cloud CLI to c
cd ~/dbt-projects/jaffle_shop
```

4. In your `dbt_project.yml` file, ensure there is a section titled "Cloud". This section is required to have a `project-id` field with a valid [project ID](#glossary).
1. In your `dbt_project.yml` file, ensure there is a section titled `dbt-cloud`. This section is required to have a `project-id` field with a valid project ID.

```yaml
# dbt_project.yml
Expand All @@ -49,7 +49,7 @@ name:
version:
...
cloud:
dbt-cloud:
project-id: PROJECT_ID
```

Expand Down

0 comments on commit 79f153a

Please sign in to comment.