conduitio-labs / conduit-connector-redshift

Conduit connector for Amazon Redshift
Apache License 2.0
1 stars 0 forks source link

feat: multiple collection support in source/destination connector #97

Closed grvsahil closed 2 days ago

grvsahil commented 1 month ago

Description

This PR includes the following changes:

  1. Multiple collection/table support.
  2. Updated record metadata field that stores/fetches a Redshift table name from redshift.table to opencdc.collection for compatibility with other connectors.
  3. Updated README to include changes for multiple collection.

Fixes # (issue)

Quick checks:

grvsahil commented 3 weeks ago

@grvsahil Thanks for the PR! I have a question about the case-sensitivity of the table names, other than that we can merge! Thanks again!

@hariso Thanks for the review. I have made the required changes.