Skip to content

Commit db4f493

Browse files
committed
materialize-snowflake: host is called Account URL in snowflake
1 parent cb82879 commit db4f493

File tree

1 file changed

+1
-1
lines changed
  • site/docs/reference/Connectors/materialization-connectors

1 file changed

+1
-1
lines changed

site/docs/reference/Connectors/materialization-connectors/Snowflake.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ Use the below properties to configure a Snowflake materialization, which will di
127127
|------------------------------|---------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------|--------|------------------|
128128
| **`/account`** | Account | The Snowflake account identifier | string | Required |
129129
| **`/database`** | Database | Name of the Snowflake database to which to materialize | string | Required |
130-
| **`/host`** | Host URL | The Snowflake Host used for the connection. Example: orgname-accountname.snowflakecomputing.com (do not include the protocol). | string | Required |
130+
| **`/host`** | Host (Account URL) | The Snowflake Host used for the connection. Example: orgname-accountname.snowflakecomputing.com (do not include the protocol). | string | Required |
131131
| `/role` | Role | Role assigned to the user | string | |
132132
| **`/schema`** | Schema | Database schema for bound collection tables (unless overridden within the binding resource configuration) as well as associated materialization metadata tables | string | Required |
133133
| `/warehouse` | Warehouse | Name of the data warehouse that contains the database | string | |

0 commit comments

Comments
 (0)