diff --git a/site/docs/reference/Connectors/materialization-connectors/Snowflake.md b/site/docs/reference/Connectors/materialization-connectors/Snowflake.md index 09181f4712..45829284cb 100644 --- a/site/docs/reference/Connectors/materialization-connectors/Snowflake.md +++ b/site/docs/reference/Connectors/materialization-connectors/Snowflake.md @@ -127,7 +127,7 @@ Use the below properties to configure a Snowflake materialization, which will di |------------------------------|---------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------|--------|------------------| | **`/account`** | Account | The Snowflake account identifier | string | Required | | **`/database`** | Database | Name of the Snowflake database to which to materialize | string | Required | -| **`/host`** | Host URL | The Snowflake Host used for the connection. Example: orgname-accountname.snowflakecomputing.com (do not include the protocol). | 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 | | | **`/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 | |