Connection profiles - #9847
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
mirnawong1
reviewed
Aug 20, 2026
|
|
||
| You need to complete both settings. A deployment connection on its own is not enough for jobs to run. | ||
|
|
||
| :::info Warehouse Connections |
Contributor
There was a problem hiding this comment.
if we dont like the table idea, i sugg we maybe keep the wording consistent bc i thought warehouse connection was something diff
Suggested change
| :::info Warehouse Connections | |
| :::info Deployment connections |
mirnawong1
reviewed
Aug 20, 2026
|
|
||
| :::info Warehouse Connections | ||
|
|
||
| Warehouse connections are created and managed at the account-level for <Constant name="dbt" /> accounts and assigned to an environment. To change warehouse type, we recommend creating a new environment. |
Contributor
There was a problem hiding this comment.
Suggested change
| Warehouse connections are created and managed at the account-level for <Constant name="dbt" /> accounts and assigned to an environment. To change warehouse type, we recommend creating a new environment. | |
| Deployment connections are created and managed at the account-level for <Constant name="dbt" /> accounts and assigned to an environment. To change warehouse type, we recommend creating a new environment. |
mirnawong1
reviewed
Aug 20, 2026
|
|
||
| A deployment environment needs two settings to run jobs: | ||
|
|
||
| - **Deployment connection:** This setting controls where dbt builds objects in your warehouse, such as the database, schema, and warehouse. |
Contributor
There was a problem hiding this comment.
great addition @nataliefiann ! i wonder if using a table can communicate all of the paragraphs into one as well and the callout? so taking your intro and doing something like this;
A deployment environment needs two settings to run jobs:
| Setting | Scope | Controls |
|---|---|---|
| **Deployment connection** | Environment-level | Where dbt builds objects in your warehouse (database, schema, warehouse) |
| **Connection profile** | Project-level (assigned to environment) | How dbt authenticates and the credentials dbt uses to connect |
You need to both settings; a deployment connection on its own is not enough for jobs to run. You also need a [connection profile](#connection-profiles) assigned to the environment.
> Note that connection profiles are configured separately, at the project level, then assigned to environments. If you only configure the deployment connection in this section, your jobs still won't run.
mirnawong1
reviewed
Aug 20, 2026
| ### Connection profiles | ||
| ## Connection profiles | ||
|
|
||
| The deployment connection sets _where_ dbt builds. The connection profile sets _how_ dbt authenticates. |
Makes both required settings harder to miss, and drops the Warehouse Connections label. Co-authored-by: Cursor <cursoragent@cursor.com>
mirnawong1
reviewed
Aug 20, 2026
mirnawong1
reviewed
Aug 20, 2026
mirnawong1
reviewed
Aug 20, 2026
mirnawong1
approved these changes
Aug 20, 2026
mirnawong1
left a comment
Contributor
There was a problem hiding this comment.
one small editorial sugg (feel free to ignore as it's just my personal preference
Co-authored-by: Mirna Wong <89008547+mirnawong1@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR:
Checklist
🚀 Deployment available! Here are the direct links to the updated files: