Skip to content

Commit 2e4dd5e

Browse files
Merge pull request #10590 from strategicalliances/strategicalliances-snowflakeRestSqlProxy
Strategicalliances snowflake rest sql proxy
2 parents a91012d + e45e2d3 commit 2e4dd5e

2 files changed

Lines changed: 15 additions & 2 deletions

File tree

  • content/en/docs/marketplace/platform-supported-content/modules/snowflake
  • static/attachments/appstore/platform-supported-content/modules/snowflake-rest-sql

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

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ The [Snowflake REST SQL connector](https://marketplace.mendix.com/link/component
1414

1515
The Snowflake REST SQL connector supports the following:
1616

17-
1. **Authentication:**
17+
* Authentication:
1818

1919
* Key-pair authentication (using PKCS #8 standard RSA keys)
2020
* OAuth authentication
2121

22-
2. **Functionality:** Execute SQL statements on Snowflake via REST calls from your Mendix application. These statements allow you to perform the following tasks:
22+
* Functionality: Execute SQL statements on Snowflake via REST calls from your Mendix application. These statements allow you to perform the following tasks:
2323

2424
* Read data from Snowflake.
2525
* Write data to Snowflake.
@@ -212,6 +212,19 @@ This table maps Mendix attribute types to Snowflake data types, along with commo
212212
| DateTime | `TIMESTAMP_LTZ` | TIMESTAMP_LTZ / TEXT | Local time zone; stored in UTC. |
213213
| DateTime | `TIMESTAMP_NTZ` | TIMESTAMP_NTZ / TEXT | No time zone; stored in UTC. |
214214

215+
## Proxy Usage
216+
217+
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:
218+
219+
1. Create a **ProxySettings** object.
220+
2. Set the `Host` and `Port` attributes to the host of the proxy and the port on which the proxy is listening.
221+
3. Optional: Set the `User` and `Password` to authenticate against your proxy.
222+
4. Associate the **ProxySettings** to your **ConnectionDetails** object (when using the **POST_v1_ExecuteStatement** operation), or the **CortexConnection** object (when using the **CortexAnalyst** operation).
223+
224+
Once configured, the connector automatically detects the `ProxySettings` object and routes REST requests through the specified proxy.
225+
226+
{{< figure src="/attachments/appstore/platform-supported-content/modules/snowflake-rest-sql/ProxyExample.png" >}}
227+
215228
## Technical Reference
216229

217230
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.
130 KB
Loading

0 commit comments

Comments
 (0)