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
Copy file name to clipboardExpand all lines: content/integrate/redis-data-integration/data-pipelines/transform-examples/redis-row-format.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -68,7 +68,7 @@ With `row_format: full` the input value is a JSON object with the following stru
68
68
- `table`- The table name.
69
69
- `schema`- The schema name.
70
70
71
-
Note: The `db` and `schema` are database-specific and may not be available in all databases. For example with MySQL `schema` is not available and `db` is the database name.
71
+
Note: The `db` and `schema` fields are database-specific and may not be available in all databases. For example, MySQL doesn't use `schema` and uses `db` as the database name.
0 commit comments