Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
hariso committed Sep 5, 2023
1 parent f54ed3c commit d1a7777
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ For each record, the connector adds a `redshift.table` property to the metadata
Conduit's Redshift destination connector allows you to move data to a Redshift table with the specified `dsn` and `table`
configuration parameters. It takes an `sdk.Record` and parses it into a valid SQL query.

**Note**: Redshift does not support map or slice types, so they will be stored as marshaled strings.

### Configuration Options

| name | description | required | example | default |
Expand Down

0 comments on commit d1a7777

Please sign in to comment.