Skip to main content
Version: 0.7.0-incubating

Test catalog connection

POST 

/metalakes/:metalake/catalogs/testConnection

Test catalog connection

Request

Path Parameters

    metalake stringrequired

    The name of the metalake

Body

    name stringrequired

    The name of the catalog

    type stringrequired

    Possible values: [relational, fileset, stream]

    The type of the catalog

    provider stringrequired

    Possible values: [hive, lakehouse-iceberg, lakehouse-paimon, lakehouse-hudi, jdbc-mysql, jdbc-postgresql, jdbc-doris, jdbc-oceanbase, hadoop, kafka]

    The provider of the catalog

    comment stringnullable

    A comment for the catalog

    properties

    object

    nullable

    A map of properties for the catalog

    property name* string

Responses

Test connection completed

Schema

    code int32required

    Status code of the response

    type string

    Internal type definition of the exception

    message string

    The message of the exception

    stack string[]
Loading...