Databricks SDK for JavaScript
    Preparing search index...

    Variable SqlAlertState_SqlAlertStateConst

    SqlAlertState_SqlAlertState: {
        OK: "OK";
        TRIGGERED: "TRIGGERED";
        UNKNOWN: "UNKNOWN";
    } = ...

    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

    Type Declaration

    • ReadonlyOK: "OK"
    • ReadonlyTRIGGERED: "TRIGGERED"
    • ReadonlyUNKNOWN: "UNKNOWN"