artie-labs / transfer

Database replication platform that leverages change data capture. Stream production data from databases to your data warehouse (Snowflake, BigQuery, Redshift) in real-time.

Home Page:https://artie.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Enhancement] Remove the need to have primary key within the partition key

Tang8330 opened this issue · comments

Remove this need so we can loosen the requirements that we have around partition keys. In the future, we can explore workloads that have a "custom" primary key (e.g uniq constraint but not specified primary key).

We can get this from the retData from an event.

Hey @Tang8330! I loved what you are doing and want to contribute. Can you help me from where I can start?

Hi @deepam-kapur, apologies for the delay and thanks for your interest!

There are a couple of large features that we have on our roadmap, in addition to new connection points. However, to get started - I think it might be better to search and fix certain TODOs in the codebase and add more test coverage to poorly tested pkgs.

Once you're comfortable with the codebase, we can chat and see what else you can pick up!

Best, Robin

@Tang8330 cool, thanks!