Databricks SDK for JavaScript
Preparing search index...
@databricks/sdk-jobs
v2
RunType
Type Alias RunType
RunType
:
typeof
RunType
[
keyof
typeof
RunType
]
|
string
&
{}
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.
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.