Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ The main sections of these files are:
*transformation block* that will use the parameters supplied in the `with` section. See the
[data transformation reference]({{< relref "/integrate/redis-data-integration/reference/data-transformation" >}})
for more details about the supported transformation blocks, and also the
[JMESPath custom functions]({{< relref "/integrate/redis-data-integration/reference/jmespath-custom-functions" >}}) reference.
[JMESPath custom functions]({{< relref "/integrate/redis-data-integration/reference/jmespath-custom-functions" >}}) reference. You can test your transformation logic using the [dry run]({{< relref "/integrate/redis-data-integration/reference/api-reference/#tag/secure/operation/job_dry_run_api_v1_pipelines_jobs_dry_run_post" >}}) feature in the API.

{{< note >}}If you set `row_format` to `full` under the `source` settings, you can access extra data from the
change record in the transformation:
Expand Down
Loading
Loading