Skip to content

Commit

Permalink
Update about-cloud-develop-defer.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mirnawong1 authored Oct 10, 2023
1 parent 7bc788c commit f764515
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion website/docs/docs/cloud/about-cloud-develop-defer.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,14 @@ One key difference between using `--defer` in the Cloud CLI vs the IDE is that d

Cloud CLI offers additional flexibility for declaring which environment is used as the source of deferral artifacts. You can set a `defer-env-id` key in either your `dbt_project.yml` file or your `dbt_cloud.yml` file.

**In the `dbt_cloud.yml` file:**

```yml
dever-env-id: '123456'
```
**In the dbt_project.yml file:**
```yml
# in dbt_project.yml
dbt_cloud:
dever-env-id: '123456'
```

0 comments on commit f764515

Please sign in to comment.