Skip to main content
Version: Next

Paimon

Paimon source connector

Description

Read data from Apache Paimon.

Key features

Options

nametyperequireddefault value
warehouseStringYes-
databaseStringYes-
tableStringYes-
hdfs_site_pathStringNo-

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