Skip to content

Commit 46fbda4

Browse files
Merge pull request #1532 from ilianiliev-redis/RDSC-3588-update-public-docs-on-how-to-test-transformations
RDSC-3587 Update public docs on how to test transformations
2 parents 88b4145 + 830007e commit 46fbda4

File tree

2 files changed

+2508
-663
lines changed

2 files changed

+2508
-663
lines changed

content/integrate/redis-data-integration/data-pipelines/data-pipelines.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ The main sections of these files are:
318318
*transformation block* that will use the parameters supplied in the `with` section. See the
319319
[data transformation reference]({{< relref "/integrate/redis-data-integration/reference/data-transformation" >}})
320320
for more details about the supported transformation blocks, and also the
321-
[JMESPath custom functions]({{< relref "/integrate/redis-data-integration/reference/jmespath-custom-functions" >}}) reference.
321+
[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.
322322

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

0 commit comments

Comments
 (0)