ConduitIO / conduit

Conduit streams data between data stores. Kafka Connect replacement. No JVM required.
https://conduit.io
Apache License 2.0
363 stars 42 forks source link

Setup Redshift Accounts for Integration Testing #1623

Open AdamHaffar opened 4 weeks ago

AdamHaffar commented 4 weeks ago

Redshift PR requires instance setup to pass integration testing for the redshift connector (1.21).

hariso commented 4 weeks ago

I haven't used this myself, but it's promising (running a Redshift compatible service locally): https://docs.localstack.cloud/user-guide/aws/redshift/

lovromazgon commented 3 weeks ago

Yeah, we should definitely try to use localstack, we also use it in the Kinesis connector.