memiiso / debezium-server-iceberg

Replicates any database (CDC events) to Apache Iceberg (To Cloud Storage)
Apache License 2.0
171 stars 35 forks source link

Don't partition tables on append mode. #340

Closed ismailsimsek closed 1 month ago

ismailsimsek commented 1 month ago

On the initial run in append mode, Iceberg tables are created with partitioning by __ts_ms. now this feature is removed.

Don't partition tables on append mode. User should partition the iceberg tables if needed.