Tabular
Last updated
Last updated
This article describes how to create a connection to your Tabular Catalog using a SQL command. In order to create and work with tables within Upsolver, you first need to establish a connection with a metadata store such as Tabular.io.
COMMENT
— editableType: text
(Optional) A description or comment regarding this connection.
DATABASE_DISPLAY_FILTER[S]
— editableType: text | list
(Optional) A single database or the list of databases to show. If left empty, all databases are visible.
DEFAULT_STORAGE_CONNECTION
Type: identifier
DEFAULT_STORAGE_LOCATION
Type: text
The Amazon S3 path that serves as the default storage location for the underlying files associated with tables created under this metastore connection.
TOKEN
Type: text
Credentials of you Tabular account.
WAREHOUSE
Type: text
The name of the warehouse in Tabular to be used for managing the Iceberg Tables.
Additionally, this example assumes that you have created the Amazon S3 connection my_s3_storage_connection
with proper write permissions to the specified storage location.
An Amazon S3 connection with the appropriate credentials to write to the provided.
See the how-to guide to .
Refer to for more information on creating a connection using SQL.