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: content/en/user-guide/integrations/dbt/index.md
+1-30Lines changed: 1 addition & 30 deletions
Original file line number
Diff line number
Diff line change
@@ -144,35 +144,6 @@ models:
144
144
materialized: table
145
145
```
146
146
147
-
### Connect to dbt Cloud
148
-
149
-
To use dbt Cloud with the Snowflake emulator, you'll first need to configure an ephemeral instance. Ephemeral instances provide isolated environments for testing and development. For more information, see the [Ephemeral Instances documentation]({{< ref "user-guide/ephemeral-instances" >}}).
150
-
151
-
1. First, create an ephemeral instance for Snowflake in the LocalStack Web application.
152
-
153
-
2. Once your ephemeral instance is running, note the host URL (e.g., `sf-v09rkl9fcjs21.sandbox.localstack.cloud`).
154
-
155
-
3. In the dbt Cloud interface:
156
-
- Navigate to **Deploy** > **Environments**
157
-
- Create a new environment or edit an existing one
158
-
- Under **Connection Settings**, select **Snowflake**
159
-
- Fill in the basic credentials:
160
-
* Username: `test`
161
-
* Password: `test`
162
-
* Schema: `public`
163
-
164
-
4. In the **Extended attributes** section, specify the host from your ephemeral instance:
165
-
166
-
```yaml
167
-
host: sf-v09rkl9fcjs21.sandbox.localstack.cloud
168
-
```
169
-
170
-

171
-
172
-
{{< alert type="info" >}}
173
-
The host value must match your ephemeral instance URL. This overrides the default Snowflake host and directs connections to your LocalStack environment.
174
-
{{< /alert >}}
175
-
176
147
## Best Practices
177
148
178
149
1. **Version Control**: Keep your dbt models and configurations in version control
@@ -182,4 +153,4 @@ The host value must match your ephemeral instance URL. This overrides the defaul
182
153
183
154
{{< alert type="info" >}}
184
155
It's a good practice to always test your dbt models locally with the Snowflake emulator before deploying to production, to save time and resources.
0 commit comments