Iceberg REST catalogs
In order to create and work with data lake tables and Apache Iceberg tables within Upsolver, you first need to establish a connection with a metadata store such as Polaris Catalog.
Syntax
Jump to
Connection options
URI
— editable
URI
— editableType: text
The catalog URL.
CLIENT_PROPERTIES — editable
CLIENT_PROPERTIES — editable
The client properties requested by the catalog. Should be passed in this format:
<property_name> = 'property_value'
COMMENT
— editable
COMMENT
— editableType: text
(Optional) A description or comment regarding this connection.
Example
Last updated