databricks / iceberg-kafka-connect

Apache License 2.0
219 stars 49 forks source link

Fix delta writer when relying on ID col config #136

Closed bryanck closed 1 year ago

bryanck commented 1 year ago

This PR updates the writer initialization to pass down the equality ID fields defined in the config if present, rather than relying on the schema's identifier columns.