Skip to content

Commit e45e2d3

Browse files
Update snowflake-rest-sql.md
1 parent f349c3c commit e45e2d3

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

content/en/docs/marketplace/platform-supported-content/modules/snowflake/snowflake-rest-sql.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -218,14 +218,14 @@ This table maps Mendix attribute types to Snowflake data types, along with commo
218218

219219
## Proxy Usage
220220

221-
Making your REST calls via a proxy is now supported by the Snowflake REST SQL Connector. To make it easy to do so we have introduced the **ProxySettings** entity. To use a proxy do the following:
221+
Since version 3.1.0, the Snowflake REST SQL Connector supports using a proxy to make your REST calls. You can use the new `ProxySettings` entity to enable a proxy by performing the following steps:
222222

223-
1. Create a **ProxySettings** object
224-
2. Set the `Host` and `Port` attributes to the host of the proxy and the Port the proxy is listening on
225-
3. Optional: Set the `User` and `Password` to authenticate against your proxy
226-
4. Associate the **ProxySettings** to your **ConnectionDetails** object when using the **POST_v1_ExecuteStatement** operation or the **CortexConnection** when using the **CortexAnalyst** operation
223+
1. Create a **ProxySettings** object.
224+
2. Set the `Host` and `Port` attributes to the host of the proxy and the port on which the proxy is listening.
225+
3. Optional: Set the `User` and `Password` to authenticate against your proxy.
226+
4. Associate the **ProxySettings** to your **ConnectionDetails** object (when using the **POST_v1_ExecuteStatement** operation), or the **CortexConnection** object (when using the **CortexAnalyst** operation).
227227

228-
Once configured, the connector automatically detects the **ProxySettings** object and routes REST requests through the specified proxy.
228+
Once configured, the connector automatically detects the `ProxySettings` object and routes REST requests through the specified proxy.
229229

230230
{{< figure src="/attachments/appstore/platform-supported-content/modules/snowflake-rest-sql/ProxyExample.png" >}}
231231

0 commit comments

Comments
 (0)