Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello.
Say we have 5 years of data in our source database (SQL server)and all of those records have also been propagated to Snowflake. We would now like to delete the oldest 2 years of data in the source but not allow the DELETE statements of those records to propagate to Snowflake because we would still like to keep all 5 years in Snowflake.
Hmm, the base question seems simple enough. Just add a filter to the table: $AR_H_OPERATION != 'DELETE'
However, a few warnings
Hein
I thought read/write/delete were all under the same bucket and count as the same thing. Good point I rechecked the pricing page. 0.02 per 100k as well shouldn't break the bank.