Databricks SDK for JavaScript
    Preparing search index...

    Type Alias SqlAlertState_SqlAlertState

    SqlAlertState_SqlAlertState:
        | typeof SqlAlertState_SqlAlertState[keyof typeof SqlAlertState_SqlAlertState]
        | string & {}

    The state of the SQL alert.

    • UNKNOWN: alert yet to be evaluated
    • OK: alert evaluated and did not fulfill trigger conditions
    • TRIGGERED: alert evaluated and fulfilled trigger conditions