Skip to content

Commit 5d22c46

Browse files
DOC-5282 implemented PR feedback
1 parent 33821d0 commit 5d22c46

File tree

3 files changed

+8
-53
lines changed

3 files changed

+8
-53
lines changed

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

Lines changed: 0 additions & 48 deletions
This file was deleted.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ linkTitle: Deploy
1313
summary: Redis Data Integration keeps Redis in sync with the primary database in near
1414
real time.
1515
type: integration
16-
weight: 10
16+
weight: 50
1717
---
1818

1919
The sections below explain how to deploy a pipeline after you have created the required

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

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,10 @@ The main sections of these files are:
5656
- `source`: This is a mandatory section that specifies the data items that you want to
5757
use. You can add the following properties here:
5858
- `server_name`: Logical server name (optional).
59-
- `db`: Database name (optional). This refers to a db name you supplied in config.yaml
60-
- `schema`: Database schema (optional). This refers to a schema name you supplied in config.yaml
59+
- `db`: Database name (optional). This refers to a database name you supplied in
60+
[config.yaml]({{< relref "/integrate/redis-data-integration/data-pipelines/pipeline-config" >}}).
61+
- `schema`: Database schema (optional). This refers to a schema name you supplied in
62+
[config.yaml]({{< relref "/integrate/redis-data-integration/data-pipelines/pipeline-config" >}}).
6163
- `table`: Database table name. This refers to a table name you supplied in `config.yaml`. The default
6264
job doesn't apply to a specific table, so use "*" in place of the table name for this job only.
6365
- `row_format`: Format of the data to be transformed. This can take the values `partial` (default) to
@@ -100,8 +102,9 @@ The main sections of these files are:
100102
- `key`: This lets you override the default key for the data structure with custom logic:
101103
- `expression`: Expression to generate the key.
102104
- `language`: Expression language, which must be `jmespath` or `sql`.
103-
- `expire`: Positive integer value indicating a number of seconds for the key to expire.
104-
If you don't specify this property, the key will never expire.
105+
- `expire`: Positive integer value or SQL/JMESPath expression indicating a number of seconds
106+
for the key to expire. If you don't specify this property, the key will never expire.
107+
See [Set custom expiration times / TTL]({{< relref "/integrate/redis-data-integration/data-pipelines/transform-examples/redis-expiration-example" >}}) for more information and examples.
105108

106109
{{< note >}}In a job file, the `transform` section is optional, but if you don't specify
107110
a `transform`, you must specify custom key logic in `output.with.key`. You can include

0 commit comments

Comments
 (0)