Databricks SDK for JavaScript
    Preparing search index...
    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.