From ffdab2190e86f5a24ac43f14598c0252e3df07fc Mon Sep 17 00:00:00 2001 From: Ilian Iliev Date: Thu, 6 Nov 2025 17:50:03 +0200 Subject: [PATCH] Adding a note for the SQL syntax and functions supported by RDI --- .../data-pipelines/transform-examples/_index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/integrate/redis-data-integration/data-pipelines/transform-examples/_index.md b/content/integrate/redis-data-integration/data-pipelines/transform-examples/_index.md index ea454e8490..733a93dfa8 100644 --- a/content/integrate/redis-data-integration/data-pipelines/transform-examples/_index.md +++ b/content/integrate/redis-data-integration/data-pipelines/transform-examples/_index.md @@ -142,6 +142,10 @@ also the [data transformation reference]({{< relref "/integrate/redis-data-integration/reference/data-transformation" >}}) for details of all the available transformation blocks. +{{< note >}}When using the `sql` option as language for the expressions keep in mind that RDI uses the SQL syntax and +functions supported by SQLite and those may differ from the ANSI-SQL ones. You can find more details in SQLite's +[official documentation](https://sqlite.org/lang.html).{{< /note >}} + ## Examples The pages listed below show examples of typical job files for different use cases.