Skip to content

Commit 1419516

Browse files
Defer env in IDE (#8577)
2 parents 93ede17 + 253b0d2 commit 1419516

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

website/docs/docs/cloud/about-cloud-develop-defer.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,11 @@ For example, if you were to start developing on a new branch with [nothing in yo
5252

5353
One key difference between using `--defer` in the <Constant name="cloud_cli" /> and the <Constant name="cloud_ide" /> is that `--defer` is *automatically* enabled in the <Constant name="cloud_cli" /> for all invocations, compared with production artifacts. You can disable it with the `--no-defer` flag.
5454

55-
The <Constant name="cloud_cli" /> offers additional flexibility by letting you choose the source environment for deferral artifacts. You can manually set a `defer-env-id` key in either your `dbt_project.yml` or `dbt_cloud.yml` file. By default, the <Constant name="cloud_cli" /> will prefer metadata from the project's "Staging" environment (if defined), otherwise "Production."
55+
### Configure deferral environment ID
56+
57+
The <Constant name="cloud_ide" /> and <Constant name="cloud_cli" /> both offer additional flexibility by letting you choose the source environment for deferral artifacts. You can manually set a `defer-env-id` key in either your `dbt_project.yml` (<Constant name="cloud_cli" /> and <Constant name="cloud_ide" />) or `dbt_cloud.yml`(<Constant name="cloud_cli" /> only) file. By default, dbt will prefer metadata from the project's "Staging" environment (if defined). Otherwise, it uses "Production."
58+
59+
<Lightbox src="/img/docs/dbt-cloud/defer-env-id.png" width="100%" title="Set the defer environment and the target name will change in the UI."/>
5660

5761
<File name="dbt_cloud.yml">
5862

website/docs/docs/dbt-versions/release-notes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Release notes are grouped by month for both multi-tenant and virtual private clo
2222

2323
## January 2026
2424

25+
- **Enhancement:** The `defer-env-id` setting for choosing which deployment environment to defer to is [now available](/docs/cloud/about-cloud-develop-defer#defer-environment) in the <Constant name="cloud_ide" />. Previously, this configuration only worked for the <Constant name="cloud_cli" />
2526
- **Beta:** The [Analyst agent](/docs/explore/navigate-dbt-insights#dbt-copilot) in dbt <Constant name="query_page" /> is now in beta.
2627
- dbt <Constant name="copilot" />'s AI assistant in <Constant name="query_page" /> now uses a dropdown menu to select between **Agent** and **Generate SQL**, replacing the previous tab interface.
2728
- **Enhancement:** The [Studio IDE](/docs/cloud/studio-ide/ide-user-interface#search-your-project) now includes search and replace functionality and a command palette, enabling you to quickly find and replace text across your project, navigate files, jump to symbols, and run IDE configuration commands. This feature is being rolled out in phases and will become available to all <Constant name="dbt_platform" /> accounts by mid-February.
166 KB
Loading

0 commit comments

Comments
 (0)