From 2ccbdbacb1edb483e35f24e436c6479234450b85 Mon Sep 17 00:00:00 2001 From: Alex Bair Date: Wed, 17 Jul 2024 12:02:05 -0400 Subject: [PATCH] docs: update materialize-snowflake for optional account Update documentation for https://github.com/estuary/flow/pull/1526. Additionally, I reordered the properties in the Endpoint listing to reflect how the order in the UI. --- .../Connectors/materialization-connectors/Snowflake.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/site/docs/reference/Connectors/materialization-connectors/Snowflake.md b/site/docs/reference/Connectors/materialization-connectors/Snowflake.md index 2d26c6a68b..81d7dcb1dc 100644 --- a/site/docs/reference/Connectors/materialization-connectors/Snowflake.md +++ b/site/docs/reference/Connectors/materialization-connectors/Snowflake.md @@ -125,12 +125,12 @@ Use the below properties to configure a Snowflake materialization, which will di | Property | Title | Description | Type | Required/Default | |------------------------------|---------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------|--------|------------------| -| **`/account`** | Account | The Snowflake account identifier | string | Required | -| **`/database`** | Database | Name of the Snowflake database to which to materialize | string | Required | | **`/host`** | Host (Account URL) | The Snowflake Host used for the connection. Example: orgname-accountname.snowflakecomputing.com (do not include the protocol). | string | Required | -| `/role` | Role | Role assigned to the user | string | | +| **`/database`** | Database | Name of the Snowflake database to which to materialize | string | Required | | **`/schema`** | Schema | Database schema for bound collection tables (unless overridden within the binding resource configuration) as well as associated materialization metadata tables | string | Required | | `/warehouse` | Warehouse | Name of the data warehouse that contains the database | string | | +| `/role` | Role | Role assigned to the user | string | | +| `/account` | Account | The Snowflake account identifier | string | | | **`/credentials`** | Credentials | Credentials for authentication | object | Required | | **`/credentials/auth_type`** | Authentication type | One of `user_password` or `jwt` | string | Required | | **`/credentials/user`** | User | Snowflake username | string | Required | @@ -155,7 +155,6 @@ materializations: endpoint: connector: config: - account: acmeCo database: acmeCo_db host: orgname-accountname.snowflakecomputing.com schema: acmeCo_flow_schema @@ -181,7 +180,6 @@ materializations: endpoint: connector: config: - account: acmeCo database: acmeCo_db host: orgname-accountname.snowflakecomputing.com schema: acmeCo_flow_schema