Skip to main content
Version: 2.3.4

Paimon

Paimon sink connector

Description​

Write data to 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

Examples​

sink {
Paimon {
warehouse = "/tmp/paimon"
database = "default"
table = "st_test"
}
}

Changelog​

next version​

  • Add Paimon Sink Connector