Paimon.md 1.2 KB

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