Skip to contents

Add, update, or remove specific settings of an existing job. Use the Reset endpoint to overwrite all job settings.

Usage

update_job(client, job_id, fields_to_remove = NULL, new_settings = NULL)

jobsUpdate(client, job_id, fields_to_remove = NULL, new_settings = NULL)

Arguments

client

Required. Instance of DatabricksClient()

job_id

Required. The canonical identifier of the job to update.

fields_to_remove

Remove top-level fields in the job settings.

new_settings

The new settings for the job.