Databricks SDK for JavaScript
Preparing search index...
@databricks/sdk-jobs
v2
RunType
Variable RunType
Const
RunType
:
{
JOB_RUN
:
"JOB_RUN"
;
SUBMIT_RUN
:
"SUBMIT_RUN"
;
WORKFLOW_RUN
:
"WORKFLOW_RUN"
;
}
= ...
The type of a run.
JOB_RUN
: Normal job run. A run created with :method:jobs/runNow.
WORKFLOW_RUN
: Workflow run. A run created with
dbutils.notebook.run
.
SUBMIT_RUN
: Submit run. A run created with :method:jobs/submit.
Type Declaration
Readonly
JOB_RUN
:
"JOB_RUN"
Readonly
SUBMIT_RUN
:
"SUBMIT_RUN"
Readonly
WORKFLOW_RUN
:
"WORKFLOW_RUN"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Databricks SDK for JavaScript
Loading...
The type of a run.
JOB_RUN: Normal job run. A run created with :method:jobs/runNow.WORKFLOW_RUN: Workflow run. A run created with dbutils.notebook.run.SUBMIT_RUN: Submit run. A run created with :method:jobs/submit.