File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
content/integrate/redis-data-integration/data-pipelines/transform-examples Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -142,6 +142,10 @@ also the
142142[data transformation reference]({{< relref "/integrate/redis-data-integration/reference/data-transformation" >}})
143143for 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
147151The pages listed below show examples of typical job files for different use cases.
You can’t perform that action at this time.
0 commit comments