Skip to content

Commit 7d8e349

Browse files
Merge pull request #6702 from segmentio/add-terraform-instructions-keypair-auth
Add terraform info note to Snowflake source/warehouse
2 parents bbe5efb + f7901cb commit 7d8e349

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

src/connections/reverse-etl/reverse-etl-source-setup-guides/snowflake-setup.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ At a high level, when you set up Snowflake for Reverse ETL, the configured user/
1515
## Set up guide
1616
Follow the instructions below to set up the Segment Snowflake connector. Segment recommends you use the `ACCOUNTADMIN` role to execute all the commands below, and that you create a user that authenticates with an encrypted key pair.
1717

18+
> info ""
19+
> Segment has a Terraform provider, powered by the Public API, that you can use to create a Snowflake Reverse ETL source. See the [segment_source (Resource)](https://registry.terraform.io/providers/segmentio/segment/latest/docs/resources/source){:target="_blank”} documentation for more information.
20+
1821
1. Log in to your Snowflake account.
1922
2. Navigate to *Worksheets*.
2023
3. Enter and run the code below to create a database.

src/connections/storage/catalog/snowflake/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ redirect_from:
99

1010
[Snowflake](https://docs.snowflake.net/manuals/index.html){:target="_blank"} is a data warehouse, built for the cloud, that delivers performance, simplicity, concurrency and affordability.
1111

12+
> info ""
13+
> Segment has a Terraform provider, powered by the Public API, that you can use to create a Snowflake warehouse. See the [segment_warehouse (Resource)](https://registry.terraform.io/providers/segmentio/segment/latest/docs/resources/warehouse){:target="_blank”} documentation for more information.
14+
1215
## Getting started
1316

1417
There are six steps to get started using Snowflake with Segment.

0 commit comments

Comments
 (0)