memiiso / debezium-server-iceberg

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

Don't partition tables on append mode. #340

Closed ismailsimsek closed 5 months ago

ismailsimsek commented 5 months 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.