Skip to content

Commit 00ed5d5

Browse files
Merge pull request #2362 from ilianiliev-redis/adding-details-for-the-use-sql-flavour
Adding a note for the SQL syntax and functions supported by RDI
2 parents 0f61cda + ffdab21 commit 00ed5d5

File tree

1 file changed

+4
-0
lines changed
  • content/integrate/redis-data-integration/data-pipelines/transform-examples

1 file changed

+4
-0
lines changed

content/integrate/redis-data-integration/data-pipelines/transform-examples/_index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,10 @@ also the
142142
[data transformation reference]({{< relref "/integrate/redis-data-integration/reference/data-transformation" >}})
143143
for details of all the available transformation blocks.
144144

145+
{{< note >}}When using the `sql` option as language for the expressions keep in mind that RDI uses the SQL syntax and
146+
functions supported by SQLite and those may differ from the ANSI-SQL ones. You can find more details in SQLite's
147+
[official documentation](https://sqlite.org/lang.html).{{< /note >}}
148+
145149
## Examples
146150

147151
The pages listed below show examples of typical job files for different use cases.

0 commit comments

Comments
 (0)