Databricks SDK for JavaScript
    Preparing search index...

    Configures the channel name and DBSQL version of the warehouse. CHANNEL_NAME_CUSTOM should be chosen only when dbsql_version is specified.

    interface Channel {
        dbsqlVersion?: string;
        name?: ChannelName;
    }
    Index

    Properties

    Properties

    dbsqlVersion?: string