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
Copy file name to clipboardExpand all lines: README.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -76,6 +76,17 @@ profile_name:
76
76
|`auto_partitioning_partition_size_mb`| Partition size in megabytes for automatic partitioning |`no`||
77
77
|`ttl`| Time-to-live (TTL) expression for automatic data expiration |`no`||
78
78
79
+
#### Incremental
80
+
81
+
| Option | Description | Required | Default |
82
+
| ------ | ----------- | -------- | ------- |
83
+
|`incremental_strategy`| Strategy of incremental materialization. Current adapter supports only `merge` strategy, which will use `YDB`'s `UPSERT` operation. |`no`|`default`|
84
+
|`primary_key`| Primary key expression to use during table creation |`yes`||
85
+
|`store_type`| Type of table. Available options are `row` and `column`|`no`|`row`|
86
+
|`auto_partitioning_by_size`| Enable automatic partitioning by size. Available options are `ENABLED` and `DISABLED`|`no`||
87
+
|`auto_partitioning_partition_size_mb`| Partition size in megabytes for automatic partitioning |`no`||
88
+
|`ttl`| Time-to-live (TTL) expression for automatic data expiration |`no`||
0 commit comments