Does anyone know if there are any snowflake target...
# plugins-general
s
Does anyone know if there are any snowflake targets that will do append only replication? I’m writing a tap for a high volume graphql api. The tap pulls incrementally with a marker, but the API does not return the marker per row (only per call). There is no real primary key other than hashing the entire row. I don’t want to make that computation on millions of rows per day if there is another option.