Skip to content

Commit

Permalink
consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
mirnawong1 committed Nov 10, 2023
1 parent 875f6eb commit 1da1108
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/docs/cloud/about-cloud-develop-defer.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ Both the dbt Cloud IDE and the dbt Cloud CLI allow users to natively defer to pr

For specific scenarios:
- Use [`--favor-state`](/reference/node-selection/defer#favor-state) to always use production artifacts to resolve the ref.
- If facing issues with outdated tables in the dev schema, `--favor-state` is an alternative to defer.
- If facing issues with outdated tables in the development schema, `--favor-state` is an alternative to defer.

For a clean slate, it's a good practice to drop the dev schema at the start and end of your development cycle.
For a clean slate, it's a good practice to drop the development schema at the start and end of your development cycle.

## Required setup

Expand Down

0 comments on commit 1da1108

Please sign in to comment.