Databricks SDK for JavaScript
    Preparing search index...

    Interface GenieQueryAttachment

    interface GenieQueryAttachment {
        description?: string;
        id?: string;
        lastUpdatedTimestamp?: bigint;
        parameters?: QueryAttachmentParameter[];
        query?: string;
        queryResultMetadata?: GenieResultMetadata;
        statementId?: string;
        thoughts?: Thought[];
        title?: string;
    }
    Index

    Properties

    description?: string

    Description of the query

    id?: string
    lastUpdatedTimestamp?: bigint

    Time when the user updated the query last

    query?: string

    AI generated SQL query

    queryResultMetadata?: GenieResultMetadata

    Metadata associated with the query result.

    statementId?: string

    Statement Execution API statement id. Use Get status, manifest, and result first chunk to get the full result data.

    thoughts?: Thought[]

    Insights into how Genie came to generate the SQL.

    title?: string

    Name of the query