You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -91,7 +91,7 @@ jobs:
91
91
92
92
To get the most out of column-aware CI, it's recommended to set up your dbt Cloud environment as follows:
93
93
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.
95
95
2. Configure the merge job to run at minimum:
96
96
```bash
97
97
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
101
101
- Generates an updated `manifest.json` file
102
102
- Ensures accurate state comparison for subsequent CI runs using `state:modified`
103
103
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.
0 commit comments