I don’t have the time (or the knowledge) to work o...
# singer-tap-development
h
I don’t have the time (or the knowledge) to work on this right now, but I want to mention it in case anyone else might find it interesting: Deleting data usually requires log-based replication, but it should be possible to do the same using snowflake streams, because they are practically a log and marks rows as “insert” or “delete” in the correct order. I don’t know if it makes sense to add this as a feature to the existing tap or to create a tap-snowflake-streams, but it would be a fairly nice way of doing replication from snowflake.