practo / tipoca-stream

Near real time cloud native data pipeline in AWS (CDC+Sink). Hosts code for RedshiftSink. RDS to RedshiftSink Pipeline with masking and reloading support.
https://towardsdatascience.com/open-sourcing-tipoca-stream-f261cdcc3a13
Apache License 2.0
47 stars 5 forks source link

UUID Primary Key support #224

Closed alok87 closed 3 years ago

alok87 commented 3 years ago

Support for UUID primary keys is required.

Queries to fix:

  1. query1 to fix: https://github.com/practo/tipoca-stream/blob/master/redshiftsink/pkg/redshiftloader/load_processor.go#L242
  2. query2 to fix: https://github.com/practo/tipoca-stream/blob/master/redshiftsink/pkg/redshiftloader/load_processor.go#L262
alok87 commented 3 years ago

UUID already works