Databricks SDK for JavaScript
    Preparing search index...

    Interface SqlConditionState

    interface SqlConditionState {
        latestConditionEvaluationSatisfied?: boolean;
        latestConditionEvaluationSqlSessionId?: string;
        latestConditionEvaluationSqlStatementId?: string;
    }
    Index

    Properties

    latestConditionEvaluationSatisfied?: boolean

    Whether the last condition evaluation was satisfied (query returned truthy result).

    latestConditionEvaluationSqlSessionId?: string

    The ID of the SQL session, used by UI to track session context. Populated for QUERY_RETURNS_ROWS, which executes the query through Redash.

    latestConditionEvaluationSqlStatementId?: string

    The SEA statement ID of the SQL statement executed for the latest condition evaluation. Populated for RESULT_VALUE_CHANGES, which executes the query through the SQL execution API.