Databricks SDK for JavaScript
    Preparing search index...

    Interface SqlConditionConfiguration

    interface SqlConditionConfiguration {
        sqlQueryId?: string;
        triggerMode?: SqlConditionTriggerMode;
        warehouseId?: string;
    }
    Index

    Properties

    sqlQueryId?: string

    The ID of the SQL query to evaluate as the trigger condition.

    Determines how the SQL query result is interpreted to decide whether the condition fires. Must be set to a recognized value when provided. When unset on an existing serialized configuration, the server preserves the original semantics by interpreting it as QUERY_RETURNS_ROWS. New configurations should set this explicitly — explicit SQL_CONDITION_TRIGGER_MODE_UNSPECIFIED is rejected at validation.

    warehouseId?: string

    The canonical identifier of the SQL warehouse to run the condition query against.