Skip to content

Missing python sdk functions & arguments (create_job, update_job, etc) #456

@ari-nz

Description

@ari-nz

Hi,
I'm trying to use the Databricks jobs API (2.1) via this python sdk services here.

Two pieces of functionality that exist in the REST api but don't seem to exist here are the ability to (1) tag created jobs
and (2) the ability to reset/update a job

My assumption is that (1) should need an additional parameter here

spark_submit_task=None, max_concurrent_runs=None, tasks=None, headers=None, version=None):

And for (2) a new function needs to be created, similar to

def reset_job(self, job_id, new_settings, headers=None, version=None):

Metadata

Metadata

Assignees

No one assigned

    Labels

    featureNew enhancement or feature requestjobscommands related to jobs

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions