databricks-cli icon indicating copy to clipboard operation
databricks-cli copied to clipboard

“submit_run” call is not having a way to provide the "access-controls" as of now in databricks-cli:

Open shubhamnautiyal6894 opened this issue 3 years ago • 0 comments

https://pypi.org/project/databricks-api/

I see that “submit_run” call is not having a way to provide the "access-controls" as of now, below are the only parameters supported:

db.jobs.submit_run( run_name=None, existing_cluster_id=None, new_cluster=None, libraries=None, notebook_task=None, spark_jar_task=None, spark_python_task=None, spark_submit_task=None, timeout_seconds=None, tasks=None, headers=None, version=None, )

It will be better if we can support other parameters like "access-control" etc.

shubhamnautiyal6894 avatar Jul 18 '22 11:07 shubhamnautiyal6894