jwills / target-duckdb

A Singer.io target for DuckDB
Other
17 stars 12 forks source link

Fix issue #36 #37

Closed jwills closed 4 months ago

jwills commented 4 months ago

Problem

We have a bug where the update operation fails on ingest when all of the columns are primary keys.

Proposed changes

If all of the columns in a table are primary keys, skip the UPDATE operation-- there's nothing for us to do there.

Types of changes

What types of changes does your code introduce to PipelineWise? Put an x in the boxes that apply

Checklist

jwills commented 4 months ago

Fixes #36

jwills commented 4 months ago

This is failing for MD reasons; will run a test with it against 0.9.2 and ensure it works there