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

  1. source {
  2. Paimon {
  3. warehouse = "/tmp/paimon"
  4. database = "default"
  5. table = "st_test"
  6. }
  7. }

Changelog

next version

  • Add Paimon Source Connector