Hi folks, are there any pointers for existing Targets that support ACTIVATE_VERSION/Hard Deletes from source that I can take a look at? I have been reading around various Targets and the SQLSink SDK sources and I am having trouble where I should be extending in order to support replicating deletion of records from a source into my destination (Clickhouse with the SQLSink SDK).
And another minor question, what would the easiest way to disable specific test cases from the provided Target test suite with the SDK. Unfortunately Clickhouse doesn't support alter_column on primary keys, so two of the newer tests added are failing and for now it may be easier to flag these tests are being incompatible with the target database.