You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- `table`: Database table name. This refers to a table name you supplied in `config.yaml`. The default
62
64
job doesn't apply to a specific table, so use "*" in place of the table name for this job only.
63
65
- `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:
100
102
- `key`: This lets you override the default key for the data structure with custom logic:
101
103
- `expression`: Expression to generate the key.
102
104
- `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.
105
108
106
109
{{< note >}}In a job file, the `transform` section is optional, but if you don't specify
107
110
a `transform`, you must specify custom key logic in `output.with.key`. You can include
0 commit comments