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:
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)
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
6161 - `table` : Database table name. This refers to a table name you supplied in `config.yaml`. The default
6262 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
6464 use only the payload data, or `full` to use the complete change record. See the `transform` section below
6565 for details of the extra data you can access when you use the `full` option.
6666 - `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