adampicwell

Results 2 issues of adampicwell

It looks like the proper way to specify cluster-scoped init_scripts is when creating clusters: https://docs.databricks.com/clusters/init-scripts.html It looks like it was added in this PR #196 but only to `edit_cluster`. In...

feature
clusters

According to the Databricks 2.0 API documentation, `init_scripts` are supported as an option when creating clusters (https://docs.databricks.com/dev-tools/api/latest/clusters.html). It looks like this kwarg was removed here: https://github.com/databricks/databricks-cli/pull/325 accidentally due to some...

bug
clusters