Skip to content

Commit

Permalink
Merge branch '381-issues-with-redis-get_client-method' of https://git…
Browse files Browse the repository at this point in the history
…hub.com/datayoga-io/datayoga into 381-issues-with-redis-get_client-method
  • Loading branch information
spicy-sauce committed Dec 16, 2024
2 parents 5185423 + 6bdf2d6 commit cbb281f
Show file tree
Hide file tree
Showing 2 changed files with 804 additions and 804 deletions.
2 changes: 1 addition & 1 deletion docs/reference/blocks/relational_write.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Write into a SQL-compatible data store
|**table**<br/>(The target table name)|`string`|Target table name<br/>|yes|
|[**keys**](#keys)<br/>(Business keys to use in case of \`load\_strategy\` is UPSERT or working with \`opcode\_field\`)|`array`||no|
|[**mapping**](#mapping)<br/>(Fields to write)|`array`||no|
|**foreach**<br/>(Split a column into multiple records with a JMESPath expression)|`string`|Use a JMESPath expression to split a column into multiple records. The expression should be in the format column: expression.<br/>Pattern: ``^(?!:).*:.*(?<!:)$``<br/>|no|
|**foreach**<br/>(Split a column into multiple records with a JMESPath expression)|`string`|Use a JMESPath expression to split a column into multiple records. The expression should be in the format column: expression.<br/>Pattern: `^(?!:).*:.*(?<!:)$`<br/>|no|
|**opcode\_field**|`string`|Name of the field in the payload that holds the operation (c - create, d - delete, u - update) for this record in the DB<br/>|no|
|**load\_strategy**|`string`|type of target<br/>Default: `"APPEND"`<br/>Enum: `"APPEND"`, `"REPLACE"`, `"UPSERT"`, `"TYPE2"`<br/>|no|
|**active\_record\_indicator**|`string`|Used for `TYPE2` load_strategy. An SQL expression used to identify which rows are active<br/>|no|
Expand Down
Loading

0 comments on commit cbb281f

Please sign in to comment.