Every time I try to create a cluster over the API I get this. Even when I am literally using the example JSON from the API documentation:```{ "cluster_name": "single-node-cluster", "node_type_id": "i3.xlarge", "spark_version": "7.6.x-scala2...
Well, I feel dumb.I tried the databricks-cli one again, but instead of passing JSON, I did `**cluster_spec` so it would expand the dict as separate parameters and that seemed to work.I tried the same on the databricks-sdk one and that didn't seem to ...
Tried using the databricks-sdk instead and just get an error on a different parameter - "DatabricksError: Exactly 1 of virtual_cluster_size, num_workers or autoscale must be specified."But, as you can see below, it definitely has "num_workers". And ...