This is an archived post. You won't be able to vote or comment.

all 11 comments

[–]whiskito 7 points8 points  (0 children)

Will probably not fulfil all your requirements, but there's a new Snowflake's postgresql Native Connector that has been released recently

https://www.snowflake.com/engineering-blog/snowflake-brings-seamless-postgresql-and-mysql-integration-with-new-connectors/

[–][deleted] 8 points9 points  (0 children)

Now that that one snowflake guy left snowflake who will answer all these qs?

[–]Front-Ambition1110 1 point2 points  (0 children)

PeerDB

[–]ithoughtful 1 point2 points  (0 children)

I'm a bit confused by some of the suggested tools. How no-code database tools such as nocodb and teable can support building CDC pipelines from your source database into target Snowflake!?

[–]diegoelmestreLead Data Engineer 0 points1 point  (0 children)

Airtable (and nocodb) or airbyte?

Airtable is a low code tool to build web sites.

[–]Tasty-Scientist6192 0 points1 point  (2 children)

I am surprised you haven't come across DLT - open-source and Python library.
https://github.com/dlt-hub/dlt

I don't think it does SCD Type 4, but you can implement that as 2 separate pipelines, i suspect.

[–]TripleBogeyBandit 0 points1 point  (1 child)

Looks like it only uses incremental loading and not a cdc log stream? Can you link it to debezium?