Databricks SDK for JavaScript
Preparing search index...
@databricks/sdk-jobs
v2
DbtPlatformRunStatus
Variable DbtPlatformRunStatus
Const
DbtPlatformRunStatus
:
{
CANCELLED
:
"CANCELLED"
;
DBT_PLATFORM_RUN_STATUS_UNSPECIFIED
:
""
;
ERROR
:
"ERROR"
;
QUEUED
:
"QUEUED"
;
RUNNING
:
"RUNNING"
;
STARTING
:
"STARTING"
;
SUCCESS
:
"SUCCESS"
;
}
= ...
Response enumeration from calling the dbt platform API, for inclusion in output
Type Declaration
Readonly
CANCELLED
:
"CANCELLED"
Readonly
DBT_PLATFORM_RUN_STATUS_UNSPECIFIED
:
""
Readonly
ERROR
:
"ERROR"
Readonly
QUEUED
:
"QUEUED"
Readonly
RUNNING
:
"RUNNING"
Readonly
STARTING
:
"STARTING"
Readonly
SUCCESS
:
"SUCCESS"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Databricks SDK for JavaScript
Loading...
Response enumeration from calling the dbt platform API, for inclusion in output