You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/appstore/use-content/platform-supported-content/modules/snowflake/snowflake-rest-sql.md
+16-15Lines changed: 16 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,21 +14,22 @@ The [Snowflake REST SQL connector](https://marketplace.mendix.com/link/component
14
14
15
15
The Snowflake REST SQL connector provides a way to first setup key-pair authentication with an RSA key pair according to PKCS #8 standard, and then execute SQL statements on Snowflake via a REST call from within your Mendix application. These statements allow you to perform the following tasks:
16
16
17
-
* Read data from Snowflake
18
-
* Write data to Snowflake
19
-
* Trigger [Snowflake Cortex ML functions](https://docs.snowflake.com/en/guides-overview-ml-functions)
20
-
*[Forecasting](https://docs.snowflake.com/en/user-guide/ml-functions/forecasting) predicts future metric values from past trends in time-series data.
21
-
*[Anomaly Detection](https://docs.snowflake.com/en/user-guide/ml-functions/anomaly-detection) flags metric values that differ from typical expectations.
22
-
* Use [Snowflake Cortex LLM functions](https://docs.snowflake.com/en/user-guide/snowflake-cortex/llm-functions). Some very helpful use cases and examples for all of these functions, written by the Head of Snowflake Tech Consulting, can be found [here](https://medium.com/@karthiksraman).
23
-
*[CLASSIFY_TEXT](https://docs.snowflake.com/en/sql-reference/functions/classify_text-snowflake-cortex): Given a piece of text, classifies it into one of the categories that you define.
24
-
*[EXTRACT_ANSWER](https://docs.snowflake.com/en/sql-reference/functions/extract_answer-snowflake-cortex): Given a question and unstructured data, returns the answer to the question if it can be found in the data.
25
-
*[PARSE_DOCUMENT](https://docs.snowflake.com/en/sql-reference/functions/parse_document-snowflake-cortex): Given an internal or external stage with documents, returns an object that contains extracted text content using OCR mode, or the extracted text and layout elements using LAYOUT mode.
26
-
*[SENTIMENT](https://docs.snowflake.com/en/sql-reference/functions/sentiment-snowflake-cortex): Returns a sentiment score, from -1 to 1, representing the detected positive or negative sentiment of the given text.
27
-
*[SUMMARIZE](https://docs.snowflake.com/en/sql-reference/functions/summarize-snowflake-cortex): Returns a summary of the given text.
28
-
*[TRANSLATE](https://docs.snowflake.com/en/sql-reference/functions/translate-snowflake-cortex): Translates given text from any supported language to any other.
29
-
*[EMBED_TEXT_768](https://docs.snowflake.com/en/sql-reference/functions/embed_text-snowflake-cortex): Given a piece of text, returns a vector embedding of 768 dimensions that represents that text.
30
-
*[EMBED_TEXT_1024](https://docs.snowflake.com/en/sql-reference/functions/embed_text_1024-snowflake-cortex): Given a piece of text, returns a vector embedding of 1024 dimensions that represents that text.
31
-
* Use [Snowflake Cortex Analyst](https://docs.snowflake.com/en/user-guide/snowflake-cortex/cortex-analyst): This Snowflake Cortex feature is used to get information/insights out of structured data sets using natural language instead of sql.
17
+
* Read data from Snowflake.
18
+
* Write data to Snowflake.
19
+
* Trigger [Snowflake Cortex ML functions](https://docs.snowflake.com/en/guides-overview-ml-functions):
20
+
*[Forecasting](https://docs.snowflake.com/en/user-guide/ml-functions/forecasting) - Predicts future metric values from past trends in time-series data.
21
+
*[Anomaly Detection](https://docs.snowflake.com/en/user-guide/ml-functions/anomaly-detection) - Flags metric values that differ from typical expectations.
22
+
*[CLASSIFY_TEXT](https://docs.snowflake.com/en/sql-reference/functions/classify_text-snowflake-cortex) - Given a piece of text, classifies it into one of the categories that you define.
23
+
*[EXTRACT_ANSWER](https://docs.snowflake.com/en/sql-reference/functions/extract_answer-snowflake-cortex) - Given a question and unstructured data, returns the answer to the question if it can be found in the data.
24
+
*[PARSE_DOCUMENT](https://docs.snowflake.com/en/sql-reference/functions/parse_document-snowflake-cortex) - Given an internal or external stage with documents, returns an object that contains extracted text content using OCR mode, or the extracted text and layout elements using LAYOUT mode.
25
+
*[SENTIMENT](https://docs.snowflake.com/en/sql-reference/functions/sentiment-snowflake-cortex) - Returns a sentiment score, from -1 to 1, representing the detected positive or negative sentiment of the given text.
26
+
*[SUMMARIZE](https://docs.snowflake.com/en/sql-reference/functions/summarize-snowflake-cortex) - Returns a summary of the given text.
27
+
*[TRANSLATE](https://docs.snowflake.com/en/sql-reference/functions/translate-snowflake-cortex) - Translates given text from any supported language to any other.
28
+
*[EMBED_TEXT_768](https://docs.snowflake.com/en/sql-reference/functions/embed_text-snowflake-cortex) - Given a piece of text, returns a vector embedding of 768 dimensions that represents that text.
29
+
*[EMBED_TEXT_1024](https://docs.snowflake.com/en/sql-reference/functions/embed_text_1024-snowflake-cortex) - Given a piece of text, returns a vector embedding of 1024 dimensions that represents that text.
30
+
* Use [Snowflake Cortex Analyst](https://docs.snowflake.com/en/user-guide/snowflake-cortex/cortex-analyst) - This Snowflake Cortex feature is used to get information/insights out of structured data sets using natural language instead of sql.
31
+
32
+
For more use cases and examples for [Snowflake Cortex LLM functions](https://docs.snowflake.com/en/user-guide/snowflake-cortex/llm-functions), written by the Head of Snowflake Tech Consulting, see [Karthik S Raman's Medium profile](https://medium.com/@karthiksraman).
32
33
33
34
The current version of the connector supports the following:
0 commit comments