Paimon
Paimon source connector
Descriptionâ
Read data from Apache Paimon.
Key featuresâ
Optionsâ
name | type | required | default value |
---|---|---|---|
warehouse | String | Yes | - |
database | String | Yes | - |
table | String | Yes | - |
hdfs_site_path | String | No | - |
warehouse [string]â
Paimon warehouse path
database [string]â
The database you want to access
table [string]â
The table you want to access
hdfs_site_path [string]â
The file path of hdfs-site.xml
Examplesâ
source {
Paimon {
warehouse = "/tmp/paimon"
database = "default"
table = "st_test"
}
}
Changelogâ
next versionâ
- Add Paimon Source Connector