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
| database | String | Yes | - | The database you want to access |
19
+
| table | String | Yes | - | The table you want to access |
20
+
| hdfs_site_path | String | No | - ||
21
+
| schema_save_mode | Enum | No | CREATE_SCHEMA_WHEN_NOT_EXIST | The schema save mode |
22
+
| data_save_mode | Enum | No | APPEND_DATA | The data save mode |
23
+
| paimon.table.primary-keys | String | No | - | Default comma-separated list of columns (primary key) that identify a row in tables.(Notice: The partition field needs to be included in the primary key fields) |
24
+
| paimon.table.partition-keys | String | No | - | Default comma-separated list of partition fields to use when creating tables. |
25
+
| paimon.table.write-props | Map | No | - | Properties passed through to paimon table initialization, [reference](https://paimon.apache.org/docs/0.6/maintenance/configurations/#coreoptions). |
Copy file name to clipboardExpand all lines: seatunnel-connectors-v2/connector-paimon/src/main/java/org/apache/seatunnel/connectors/seatunnel/paimon/catalog/PaimonCatalog.java
Copy file name to clipboardExpand all lines: seatunnel-connectors-v2/connector-paimon/src/main/java/org/apache/seatunnel/connectors/seatunnel/paimon/catalog/PaimonCatalogFactory.java
Copy file name to clipboardExpand all lines: seatunnel-connectors-v2/connector-paimon/src/main/java/org/apache/seatunnel/connectors/seatunnel/paimon/config/PaimonSinkConfig.java
0 commit comments