Databricks · Arazzo Workflow

Databricks Create Job and Trigger First Run

Version 1.0.0

Create a new job from settings, then immediately trigger its first run.

1 workflow 1 source API 1 provider
View Spec View on GitHub Artificial IntelligenceAnalyticsApache SparkBig DataCleanroomsCloud ComputingDataData AnalyticsData EngineeringData GovernanceDelta LakeDelta SharingETLIdentity ManagementLakehouseMachine-LearningMLflowModel ServingSecuritySQLUnity CatalogVector SearchVisualizeArazzoWorkflows

Provider

databricks

Workflows

create-and-run-job
Create a job and trigger its first run.
Creates a job with the given name and task list, then immediately submits a run-now request for the newly created job.
2 steps inputs: job_clusters, name, notebook_params, tasks outputs: jobId, runId
1
createJob
Create the job from the supplied name and tasks. Returns the canonical job_id used to trigger the run.
2
triggerFirstRun
Trigger the first run of the newly created job, optionally passing notebook parameters. Returns the run_id of the triggered run.

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Databricks Create Job and Trigger First Run
  summary: Create a new job from settings, then immediately trigger its first run.
  description: >-
    Defines a new Databricks job from a supplied settings payload and then
    triggers an immediate run of that job, returning the new run_id so callers
    can track execution. The job_id produced by the create call is reused for
    the run-now request. Every step spells out its request inline so the flow
    can be read and executed without opening the underlying OpenAPI description.
  version: 1.0.0
sourceDescriptions:
- name: jobsApi
  url: ../openapi/databricks-jobs-api-openapi.yml
  type: openapi
workflows:
- workflowId: create-and-run-job
  summary: Create a job and trigger its first run.
  description: >-
    Creates a job with the given name and task list, then immediately submits a
    run-now request for the newly created job.
  inputs:
    type: object
    required:
    - name
    - tasks
    properties:
      name:
        type: string
        description: The display name for the new job.
      tasks:
        type: array
        description: The list of task definitions that make up the job.
      job_clusters:
        type: array
        description: Optional list of shared job cluster definitions.
      notebook_params:
        type: object
        description: Optional notebook parameters to pass on the first run.
  steps:
  - stepId: createJob
    description: >-
      Create the job from the supplied name and tasks. Returns the canonical
      job_id used to trigger the run.
    operationId: createJob
    requestBody:
      contentType: application/json
      payload:
        name: $inputs.name
        tasks: $inputs.tasks
        job_clusters: $inputs.job_clusters
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      jobId: $response.body#/job_id
  - stepId: triggerFirstRun
    description: >-
      Trigger the first run of the newly created job, optionally passing
      notebook parameters. Returns the run_id of the triggered run.
    operationId: runJobNow
    requestBody:
      contentType: application/json
      payload:
        job_id: $steps.createJob.outputs.jobId
        notebook_params: $inputs.notebook_params
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      runId: $response.body#/run_id
      numberInJob: $response.body#/number_in_job
  outputs:
    jobId: $steps.createJob.outputs.jobId
    runId: $steps.triggerFirstRun.outputs.runId

Work with this as data

Every workflow here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for arazzo workflows

4 MCP tools reach this
  • find_arazzoBrowse and filter every workflow in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This workflow
curl "https://apis.io/api/v1/arazzo/databricks-create-and-run-job-workflow"
All arazzo workflows
curl "https://apis.io/api/v1/arazzo?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.