@databricks/sdk-jobs 0.9.0 → 0.11.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/v2/model.d.ts +2 -2
- package/package.json +4 -4
package/dist/v2/model.d.ts
CHANGED
|
@@ -1195,7 +1195,7 @@ export interface ClusterSpec_NewCluster {
|
|
|
1195
1195
|
/**
|
|
1196
1196
|
* The Spark version of the cluster, e.g. `3.3.x-scala2.11`.
|
|
1197
1197
|
* A list of available Spark versions can be retrieved by using
|
|
1198
|
-
* the
|
|
1198
|
+
* the [clusters/sparkVersions](https://docs.databricks.com/api/workspace/clusters/sparkversions) API call.
|
|
1199
1199
|
*/
|
|
1200
1200
|
sparkVersion?: string | undefined;
|
|
1201
1201
|
/**
|
|
@@ -1223,7 +1223,7 @@ export interface ClusterSpec_NewCluster {
|
|
|
1223
1223
|
* This field encodes, through a single value, the resources available to each of
|
|
1224
1224
|
* the Spark nodes in this cluster. For example, the Spark nodes can be provisioned
|
|
1225
1225
|
* and optimized for memory or compute intensive workloads. A list of available node
|
|
1226
|
-
* types can be retrieved by using the
|
|
1226
|
+
* types can be retrieved by using the [clusters/listNodeTypes](https://docs.databricks.com/api/workspace/clusters/listnodetypes) API call.
|
|
1227
1227
|
*/
|
|
1228
1228
|
nodeTypeId?: string | undefined;
|
|
1229
1229
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@databricks/sdk-jobs",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.11.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -33,9 +33,9 @@
|
|
|
33
33
|
"directory": "packages/jobs"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@databricks/sdk-auth": ">=0.
|
|
37
|
-
"@databricks/sdk-core": ">=0.
|
|
38
|
-
"@databricks/sdk-options": ">=0.
|
|
36
|
+
"@databricks/sdk-auth": ">=0.11.0 <1.0.0",
|
|
37
|
+
"@databricks/sdk-core": ">=0.11.0 <1.0.0",
|
|
38
|
+
"@databricks/sdk-options": ">=0.11.0 <1.0.0",
|
|
39
39
|
"@js-temporal/polyfill": "^0.5.0",
|
|
40
40
|
"json-bigint": "^1.0.0",
|
|
41
41
|
"zod": "^4.3.6"
|