Paimon sink connector
Write data to Apache Paimon.
name | type | required | default value |
---|---|---|---|
warehouse | String | Yes | - |
database | String | Yes | - |
table | String | Yes | - |
hdfs_site_path | String | No | - |
Paimon warehouse path
The database you want to access
The table you want to access
sink {
Paimon {
warehouse = "/tmp/paimon"
database = "default"
table = "st_test"
}
}