Skip to content

Commit baea531

Browse files
docs: delete ephemeral-instances doc (#85)
* docs: delete ephemeral-instances doc * remove "Connect to dbt cloud" section
1 parent 4e4720d commit baea531

File tree

3 files changed

+1
-61
lines changed

3 files changed

+1
-61
lines changed
Binary file not shown.

content/en/user-guide/ephemeral-instances/index.md

Lines changed: 0 additions & 31 deletions
This file was deleted.

content/en/user-guide/integrations/dbt/index.md

Lines changed: 1 addition & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -144,35 +144,6 @@ models:
144144
materialized: table
145145
```
146146
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-
![dbt Cloud Configuration](dbt-cloud-config.png)
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-
176147
## Best Practices
177148
178149
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
182153
183154
{{< alert type="info" >}}
184155
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.
185-
{{< /alert >}}
156+
{{< /alert >}}

0 commit comments

Comments
 (0)