Databricks SDK for JavaScript
    Preparing search index...
    interface Table {
        requestCol?: string;
        responseCol?: string;
        tablePath?: string;
    }
    Index

    Properties

    requestCol?: string

    Name of the request column

    responseCol?: string

    Optional: Name of the response column if the data is labeled

    tablePath?: string

    Full UC table path in catalog.schema.table_name format