Iceberg is integrated with SQL Stream Builder using the Flink connector. When using the
Iceberg connector, you need to fill out the mandatory fields to be able to use Iceberg with
SSB.
- Template: iceberg
- You need to provide information for the mandatory fields to configure the catalog
integration with Iceberg.
- Type: source/sink
- The following fields are mandatory to use the connector:
catalog-database
: The iceberg database name in the backend catalog, use
the current flink database name by default.
catalog-name
: User-specified catalog name. It’s required because the
connector don’t have any default value.
catalog-table
: The iceberg table name in the backend catalog. Default to
use the table name in the flink CREATE TABLE
sentence.
connector
: Use the constant iceberg