Skip to content

Commit 33821d0

Browse files
Apply suggestions from code review
Co-authored-by: Zdravko Donev <zdravko.donev@redis.com>
1 parent 92823ca commit 33821d0

File tree

1 file changed

+3
-3
lines changed
  • content/integrate/redis-data-integration/data-pipelines/transform-examples

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)