Skip to content

Commit 3a2688b

Browse files
committed
deferred > prod
1 parent b10ecdb commit 3a2688b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
9292
To get the most out of column-aware CI, it's recommended to set up your dbt Cloud environment as follows:
9393
94-
1. Create a merge job in your production environment that runs when PRs are merged to your main branch
94+
1. Create a merge job in your environment that the CI job defers to. This will run when PRs are merged to your configured branch.
9595
2. Configure the merge job to run at minimum:
9696
```bash
9797
dbt docs generate
@@ -101,7 +101,7 @@ To get the most out of column-aware CI, it's recommended to set up your dbt Clou
101101
- Generates an updated `manifest.json` file
102102
- Ensures accurate state comparison for subsequent CI runs using `state:modified`
103103

104-
The merge job keeps your production environment's state current, which enables this action to accurately determine which models need to be rebuilt based on column-level changes.
104+
The merge job keeps your deferred environment's state current, which enables this action to accurately determine which models need to be rebuilt based on column-level changes.
105105

106106
## How It Works
107107

0 commit comments

Comments
 (0)