tabular-io / iceberg-kafka-connect

Apache License 2.0
192 stars 41 forks source link

Option to automatically create table if it doesn't exist #97

Closed bryanck closed 11 months ago

bryanck commented 11 months ago

This PR adds a new config option to enable automatically creating a destination table if it does not exist. The table schema is derived from the record value schema, or if there is no schema, then it is inferred from the record values.