Skip to content

Commit

Permalink
Merge branch '343-relationalwrite-schema-should-not-be-required' of h…
Browse files Browse the repository at this point in the history
…ttps://github.com/datayoga-io/datayoga into 343-relationalwrite-schema-should-not-be-required
  • Loading branch information
spicy-sauce committed Nov 14, 2023
2 parents 02dbedb + 2e4ebc9 commit 87cf5cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/blocks/relational_write.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Write into a SQL-compatible data store
|Name|Type|Description|Required|
|----|----|-----------|--------|
|**connection**<br/>(The connection to use for loading)|`string`|Logical connection name as defined in the connections.yaml<br/>|yes|
|**schema**<br/>(The table schema of the target table)|`string`|If left blank, the default schema of this connection will be used as defined in the connections.yaml<br/>|yes|
|**schema**<br/>(The table schema of the target table)|`string`|If not specified, no specific schema will be used when connecting to the database.<br/>|no|
|**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|
Expand Down

0 comments on commit 87cf5cf

Please sign in to comment.