Skip to content

Commit 852b333

Browse files
Update snowflake-rest-sql.md
Added proxy settings
1 parent a1592fa commit 852b333

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

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

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,19 @@ This table maps Mendix attribute types to Snowflake data types, along with commo
216216
| DateTime | `TIMESTAMP_LTZ` | TIMESTAMP_LTZ / TEXT | Local time zone; stored in UTC. |
217217
| DateTime | `TIMESTAMP_NTZ` | TIMESTAMP_NTZ / TEXT | No time zone; stored in UTC. |
218218

219+
## Proxy Usage
220+
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:
222+
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
227+
228+
Once configured, the connector automatically detects the **ProxySettings** object and routes REST requests through the specified proxy.
229+
230+
{{< figure src="/attachments/appstore/platform-supported-content/modules/snowflake-rest-sql/ProxyExample.png" >}}
231+
219232
## Technical Reference
220233

221234
To help you work with the Snowflake REST SQL connector, the following sections of this document list the available entities, enumerations, and activities that you can use in your application.

0 commit comments

Comments
 (0)