Skip to contents

Trigger A New Job Run

Usage

db_jobs_run_now(
  job_id,
  parameters = list(),
  host = db_host(),
  token = db_token(),
  perform_request = TRUE
)

Arguments

job_id

The canonical identifier of the job.

parameters

Named list of job level parameters.

host

Databricks workspace URL, defaults to calling db_host().

token

Databricks workspace token, defaults to calling db_token().

perform_request

If TRUE (default) the request is performed, if FALSE the httr2 request is returned without being performed.

Details

  • *_params parameters cannot exceed 10,000 bytes when serialized to JSON.

  • jar_params and notebook_params are mutually exclusive.