Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
4a168e8
Update and rename snowflake-rest-sql.md to snowflake-ai-data-connecto…
strategicalliances Jan 20, 2026
a9989af
Delete static/attachments/appstore/platform-supported-content/modules…
strategicalliances Jan 20, 2026
dbb3cba
Add files via upload
strategicalliances Jan 20, 2026
036600e
Delete static/attachments/appstore/platform-supported-content/modules…
strategicalliances Jan 20, 2026
2f94c25
Add files via upload
strategicalliances Jan 20, 2026
2e59cce
Delete static/attachments/appstore/platform-supported-content/modules…
strategicalliances Jan 20, 2026
7e036e7
Add files via upload
strategicalliances Jan 20, 2026
f9797a6
Delete static/attachments/appstore/platform-supported-content/modules…
strategicalliances Jan 20, 2026
f380ebc
Add files via upload
strategicalliances Jan 20, 2026
507dece
Update snowflake-ai-data-connector.md
strategicalliances Jan 21, 2026
0f59621
Merge pull request #10658 from strategicalliances/strategicalliances-…
katarzyna-koltun-mx Jan 26, 2026
853b136
Update snowflake-ai-data-connector.md
katarzyna-koltun-mx Jan 27, 2026
b42191f
Update snowflake-ai-data-connector.md
katarzyna-koltun-mx Jan 27, 2026
ac8da10
Update snowflake-ai-data-connector.md
katarzyna-koltun-mx Jan 27, 2026
f6504af
Update snowflake-ai-data-connector.md
katarzyna-koltun-mx Jan 27, 2026
61b55f4
Update snowflake-ai-data-connector.md
katarzyna-koltun-mx Jan 27, 2026
b1d4e86
Fix links
katarzyna-koltun-mx Jan 27, 2026
c86db8e
Merge branch 'kk-snow-tempmergebranch' of https://github.com/mendix/d…
katarzyna-koltun-mx Jan 27, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/en/docs/marketplace/genai/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,5 +107,5 @@ The available showcase applications offer implementation inspiration for many of
In addition to the models listed above, you can also connect to other models by implementing one of the following options:

* To connect to other [foundation models](https://docs.aws.amazon.com/bedrock/latest/userguide/models-features.html) and implement them in your app, use the [Amazon Bedrock connector](/appstore/modules/aws/amazon-bedrock/).
* To connect to [Snowflake Cortex LLM](https://docs.snowflake.com/en/sql-reference/functions/complete-snowflake-cortex) functions, [configure the Snowflake REST SQL connector for Snowflake Cortex Analyst](/appstore/connectors/snowflake/snowflake-rest-sql/#cortex-analyst).
* To connect to [Snowflake Cortex LLM](https://docs.snowflake.com/en/sql-reference/functions/complete-snowflake-cortex) functions, [configure the Snowflake REST SQL connector for Snowflake Cortex Analyst](/appstore/connectors/snowflake/snowflake-ai-data-connector/#cortex-analyst).
* To implement your connector compatible with the other components, use the [GenAI Commons](/appstore/modules/genai/commons/) interface and follow the how-to [Build Your Own GenAI Connector](/appstore/modules/genai/how-to/byo-connector/).
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ description: "Describes the Snowflake Cortex service."

## Integrating Your Mendix App with Snowflake Cortex

To allow your Mendix app to use Snowflake Cortex GenAI functionalities, install and configure the [Snowflake REST SQL connector](/appstore/connectors/snowflake/snowflake-rest-sql/).
To allow your Mendix app to use Snowflake Cortex GenAI functionalities, install and configure the [Snowflake REST SQL connector](/appstore/connectors/snowflake/snowflake-ai-data-connector/).

Mendix also offers a [Snowflake showcase app](https://marketplace.mendix.com/link/component/225845), which you can use as an example of how to implement the Cortex functionalities in your own app.

Expand All @@ -37,7 +37,7 @@ Under the hood, the functionalities are implemented by calling them from microfl

### Implementing the Analyst Functionality

For more information about configuring the integration between Mendix and Snowflake Cortex Analyst, see [Configuring Snowflake Cortex Analyst](/appstore/connectors/snowflake/snowflake-rest-sql/#cortex-analyst).
For more information about configuring the integration between Mendix and Snowflake Cortex Analyst, see [Configuring Snowflake Cortex Analyst](/appstore/connectors/snowflake/snowflake-ai-data-connector/#cortex-analyst).

### Implementing Other Functionalities {#functionalities}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ The [REST SQL connector](https://marketplace.mendix.com/link/component/225717),

With the REST SQL connector, authentication can be done either on system or on end-user level, and the connector supports role-based access control (RBAC) per end user as well.

The REST SQL connector requires an additional step to transform data rows received from the REST SQL API into Mendix objects. For more information, see [Snowflake REST SQL Connector](/appstore/connectors/snowflake/snowflake-rest-sql/).
The REST SQL connector requires an additional step to transform data rows received from the REST SQL API into Mendix objects. For more information, see [Snowflake REST SQL Connector](/appstore/connectors/snowflake/snowflake-ai-data-connector/).

##### Role Base Access Control (RBAC)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ Programmatically triggering an ingestion job can meet data ingestion requirement

### Triggering the Ingestion

To trigger an ingestion job programmatically, use the `ExecuteStatement` operation available in the [Snowflake REST SQL connector](/appstore/connectors/snowflake/snowflake-rest-sql/).
To trigger an ingestion job programmatically, use the `ExecuteStatement` operation available in the [Snowflake REST SQL connector](/appstore/connectors/snowflake/snowflake-ai-data-connector/).

1. Obtain the Snowflake data source ID by performing the following steps:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ In the context of integration between Snowflake and Mendix, RBAC helps ensure th

### Prerequisites

To enable key-pair RBAC for your Mendix app, you must first install and configure the [Snowflake REST SQL Connector](/appstore/connectors/snowflake/snowflake-rest-sql/).
To enable key-pair RBAC for your Mendix app, you must first install and configure the [Snowflake REST SQL Connector](/appstore/connectors/snowflake/snowflake-ai-data-connector/).

## Configuring the Connection Details {#connection-details}

Expand Down Expand Up @@ -66,12 +66,12 @@ To interact with Snowflake, you must configure your Mendix app to execute SQL qu

This ensures that the connection details are the ones associated with the current user account, so that the user can only access the data to which they have access in Snowflake.

7. Add an **Execute Statement** action provided by the [Rest SQL Connector](/appstore/connectors/snowflake/snowflake-rest-sql/) after the **Retrieve Objects** action.
7. Add an **Execute Statement** action provided by the [Rest SQL Connector](/appstore/connectors/snowflake/snowflake-ai-data-connector/) after the **Retrieve Objects** action.
8. Configure the **Statement** and **ConnectionDetails** parameters as shown in the following figure:

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

9. If required, map the HTTP Response to an MxObject by using an [import mapping](/refguide/import-mappings/), or by adding a [Transform Responses to MxObjects](/appstore/connectors/snowflake/snowflake-rest-sql/#transform-response-to-mx-object) microflow action, as shown in the following figure:
9. If required, map the HTTP Response to an MxObject by using an [import mapping](/refguide/import-mappings/), or by adding a [Transform Responses to MxObjects](/appstore/connectors/snowflake/snowflake-ai-data-connector/#transform-response-to-mx-object) microflow action, as shown in the following figure:

{{< figure src="/attachments/appstore/platform-supported-content/modules/snowflake-rest-sql/execute-statement-microflow.png" >}}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ You can integrate between Snowflake and Mendix applications by using OAUTH provi
To enable SSO-based RBAC for your Mendix app, you must install and configure the following prerequisites:

* [OIDC SSO module](/appstore/modules/oidc/).
* [Snowflake REST SQL Connector](https://docs.mendix.com/appstore/connectors/snowflake/snowflake-rest-sql/)
* [Snowflake REST SQL Connector](https://docs.mendix.com/appstore/connectors/snowflake/snowflake-ai-data-connector/)

## Configuring Azure Entra ID

Expand Down Expand Up @@ -164,7 +164,7 @@ To configure your Mendix application, perform the following steps:
* name – FullName
* preferred_username – Name

12. Go to the configuration page of the [Snowflake RestSQL connector](/appstore/connectors/snowflake/snowflake-rest-sql/) and add a new connection.
12. Go to the configuration page of the [Snowflake RestSQL connector](/appstore/connectors/snowflake/snowflake-ai-data-connector/) and add a new connection.
13. Select OAUTH as the "Authentication Type".

{{< figure src="/attachments/appstore/platform-supported-content/modules/snowflake-sso/RestSQLOAuth.png" >}}
Expand Down
Loading