Package version:

Hive Catalog Option

interface HiveCatalogOption {
    catalogName: string;
    metastoreDbConnectionAuthenticationMode?: string;
    metastoreDbConnectionPasswordSecret?: string;
    metastoreDbConnectionURL: string;
    metastoreDbConnectionUserName?: string;
    metastoreWarehouseDir: string;
}

Properties

catalogName: string

Name of trino catalog which should use specified hive metastore.

metastoreDbConnectionAuthenticationMode?: string
metastoreDbConnectionPasswordSecret?: string

Secret reference name from secretsProfile.secrets containing password for database connection.

metastoreDbConnectionURL: string

Connection string for hive metastore database.

metastoreDbConnectionUserName?: string

User name for database connection.

metastoreWarehouseDir: string

Metastore root directory URI, format: abfs[s]://@<account_name>.dfs.core.windows.net/. More details: https://docs.microsoft.com/en-us/azure/storage/blobs/data-lake-storage-introduction-abfs-uri