Databricks SDK for JavaScript
Preparing search index...
@databricks/sdk-jobs
v2
SqlAlertState_SqlAlertState
Variable SqlAlertState_SqlAlertState
Const
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
Readonly
OK
:
"OK"
Readonly
TRIGGERED
:
"TRIGGERED"
Readonly
UNKNOWN
:
"UNKNOWN"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Databricks SDK for JavaScript
Loading...
The state of the SQL alert.