File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
content/integrate/redis-data-integration/data-pipelines/transform-examples Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -56,11 +56,11 @@ The main sections of these files are:
56
56
- ` source`: This is a mandatory section that specifies the data items that you want to
57
57
use. You can add the following properties here :
58
58
- `server_name` : Logical server name (optional).
59
- - `db` : Database name (optional)
60
- - `schema` : Database schema (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
61
61
- `table` : Database table name. This refers to a table name you supplied in `config.yaml`. The default
62
62
job doesn't apply to a specific table, so use "*" in place of the table name for this job only.
63
- - `row_format` : Format of the data to be transformed. This can take the values `data_only ` (default) to
63
+ - `row_format` : Format of the data to be transformed. This can take the values `partial ` (default) to
64
64
use only the payload data, or `full` to use the complete change record. See the `transform` section below
65
65
for details of the extra data you can access when you use the `full` option.
66
66
- `case_insensitive` : This applies to the `server_name`, `db`, `schema`, and `table` properties
You can’t perform that action at this time.
0 commit comments