You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add option to change case of destination/iceberg table names (#389)
* Add option to change case of destination/iceberg table names
* Add option to change case of destination/iceberg table names
* Add option to change case of destination/iceberg table names
* Add option to change case of destination/iceberg table names
* Add option to change case of destination/iceberg table names
* Add option to change case of destination/iceberg table names
---------
Co-authored-by: Ismail Simsek <ismail.simsek@verivox.com>
Copy file name to clipboardExpand all lines: docs/DOCS.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,8 @@ tables created automatically with the first start.
29
29
|`debezium.sink.iceberg.create-identifier-fields`|`true`| When set to false the consumer will create tables without identifier fields. useful when user wants to consume nested events with append only mode. |
30
30
|`debezium.sink.iceberg.destination-regexp`| `` | Regexp to modify destination iceberg table name. For example with this setting, its possible to combine some tables `table_ptt1`,`table_ptt2` to one `table_combined`. |
31
31
|`debezium.sink.iceberg.destination-regexp-replace`| `` | Regexp replace part to modify destination iceberg table name |
32
+
|`debezium.sink.iceberg.destination-uppercase-table-names`|`false`| Maps debezium destination to uppercase iceberg table names |
33
+
|`debezium.sink.iceberg.destination-lowercase-table-names`|`false`| Maps debezium destination to lowercase iceberg table names |
32
34
|`debezium.sink.batch.batch-size-wait`|`NoBatchSizeWait`| Batch size wait strategy, Used to optimize data file size and upload interval. explained below. |
33
35
|`debezium.sink.iceberg.{iceberg.prop.name}`||[Iceberg config](https://iceberg.apache.org/docs/latest/configuration/) this settings are passed to Iceberg (without the prefix) |
34
36
|`debezium.source.offset.storage`|`io.debezium.server.iceberg.offset.IcebergOffsetBackingStore`| The name of the Java class that is responsible for persistence of connector offsets. see [debezium doc](https://debezium.io/documentation/reference/stable/development/engine.html#advanced-consuming)|
0 commit comments