@pulumi/databricks 1.8.0 → 1.10.0-alpha.1678903612
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/clusterPolicy.d.ts +2 -2
- package/clusterPolicy.js +2 -2
- package/config/vars.d.ts +1 -0
- package/config/vars.js +6 -0
- package/config/vars.js.map +1 -1
- package/dbfsFile.d.ts +3 -3
- package/dbfsFile.js +1 -1
- package/directory.d.ts +1 -1
- package/directory.js +1 -1
- package/externalLocation.d.ts +3 -3
- package/getAwsBucketPolicy.d.ts +2 -2
- package/getAwsBucketPolicy.js +2 -2
- package/getCluster.d.ts +2 -2
- package/getCluster.js +2 -2
- package/getClusters.d.ts +2 -2
- package/getClusters.js +2 -2
- package/getDbfsFile.d.ts +2 -2
- package/getDbfsFile.js +2 -2
- package/getDbfsFilePaths.d.ts +2 -2
- package/getDbfsFilePaths.js +2 -2
- package/getNodeType.d.ts +11 -6
- package/getNodeType.js +3 -3
- package/getNodeType.js.map +1 -1
- package/getServicePrincipal.d.ts +2 -2
- package/getServicePrincipal.js +2 -2
- package/getServicePrincipals.d.ts +2 -2
- package/getServicePrincipals.js +2 -2
- package/getSparkVersion.d.ts +2 -2
- package/getSparkVersion.js +2 -2
- package/getUser.d.ts +2 -2
- package/getUser.js +2 -2
- package/gitCredential.d.ts +4 -4
- package/gitCredential.js +1 -9
- package/gitCredential.js.map +1 -1
- package/index.d.ts +6 -0
- package/index.js +12 -2
- package/index.js.map +1 -1
- package/metastoreDataAccess.d.ts +3 -0
- package/metastoreDataAccess.js +2 -0
- package/metastoreDataAccess.js.map +1 -1
- package/mlflowModel.d.ts +2 -1
- package/mlflowModel.js +2 -1
- package/mlflowModel.js.map +1 -1
- package/modelServing.d.ts +121 -0
- package/modelServing.js +113 -0
- package/modelServing.js.map +1 -0
- package/mwsNetworks.d.ts +3 -3
- package/mwsPrivateAccessSettings.d.ts +12 -12
- package/mwsVpcEndpoint.d.ts +27 -13
- package/mwsVpcEndpoint.js +2 -6
- package/mwsVpcEndpoint.js.map +1 -1
- package/mwsWorkspaces.d.ts +21 -12
- package/mwsWorkspaces.js.map +1 -1
- package/package.json +2 -2
- package/package.json.dev +2 -2
- package/provider.d.ts +2 -0
- package/provider.js +1 -0
- package/provider.js.map +1 -1
- package/repo.d.ts +3 -3
- package/sqlAlert.d.ts +112 -0
- package/sqlAlert.js +77 -0
- package/sqlAlert.js.map +1 -0
- package/sqlQuery.d.ts +9 -0
- package/sqlQuery.js.map +1 -1
- package/storageCredential.d.ts +20 -15
- package/storageCredential.js +19 -15
- package/storageCredential.js.map +1 -1
- package/types/input.d.ts +139 -1
- package/types/output.d.ts +127 -1
package/clusterPolicy.d.ts
CHANGED
|
@@ -19,8 +19,8 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
19
19
|
*
|
|
20
20
|
* The following resources are often used in the same context:
|
|
21
21
|
*
|
|
22
|
-
* * Dynamic Passthrough Clusters for a Group guide
|
|
23
|
-
* * End to end workspace management guide
|
|
22
|
+
* * Dynamic Passthrough Clusters for a Group guide.
|
|
23
|
+
* * End to end workspace management guide.
|
|
24
24
|
* * databricks.getClusters data to retrieve a list of databricks.Cluster ids.
|
|
25
25
|
* * databricks.Cluster to create [Databricks Clusters](https://docs.databricks.com/clusters/index.html).
|
|
26
26
|
* * databricks.getCurrentUser data to retrieve information about databricks.User or databricks_service_principal, that is calling Databricks REST API.
|
package/clusterPolicy.js
CHANGED
|
@@ -25,8 +25,8 @@ const utilities = require("./utilities");
|
|
|
25
25
|
*
|
|
26
26
|
* The following resources are often used in the same context:
|
|
27
27
|
*
|
|
28
|
-
* * Dynamic Passthrough Clusters for a Group guide
|
|
29
|
-
* * End to end workspace management guide
|
|
28
|
+
* * Dynamic Passthrough Clusters for a Group guide.
|
|
29
|
+
* * End to end workspace management guide.
|
|
30
30
|
* * databricks.getClusters data to retrieve a list of databricks.Cluster ids.
|
|
31
31
|
* * databricks.Cluster to create [Databricks Clusters](https://docs.databricks.com/clusters/index.html).
|
|
32
32
|
* * databricks.getCurrentUser data to retrieve information about databricks.User or databricks_service_principal, that is calling Databricks REST API.
|
package/config/vars.d.ts
CHANGED
|
@@ -7,6 +7,7 @@ export declare const azureLoginAppId: string | undefined;
|
|
|
7
7
|
export declare const azureTenantId: string | undefined;
|
|
8
8
|
export declare const azureUseMsi: boolean | undefined;
|
|
9
9
|
export declare const azureWorkspaceResourceId: string | undefined;
|
|
10
|
+
export declare const bricksCliPath: string | undefined;
|
|
10
11
|
export declare const clientId: string | undefined;
|
|
11
12
|
export declare const clientSecret: string | undefined;
|
|
12
13
|
export declare const configFile: string | undefined;
|
package/config/vars.js
CHANGED
|
@@ -58,6 +58,12 @@ Object.defineProperty(exports, "azureWorkspaceResourceId", {
|
|
|
58
58
|
},
|
|
59
59
|
enumerable: true,
|
|
60
60
|
});
|
|
61
|
+
Object.defineProperty(exports, "bricksCliPath", {
|
|
62
|
+
get() {
|
|
63
|
+
return __config.get("bricksCliPath");
|
|
64
|
+
},
|
|
65
|
+
enumerable: true,
|
|
66
|
+
});
|
|
61
67
|
Object.defineProperty(exports, "clientId", {
|
|
62
68
|
get() {
|
|
63
69
|
return __config.get("clientId");
|
package/config/vars.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vars.js","sourceRoot":"","sources":["../../config/vars.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;AAEjF,yCAAyC;AAIzC,MAAM,QAAQ,GAAG,IAAI,MAAM,CAAC,MAAM,CAAC,YAAY,CAAC,CAAC;AAGjD,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,WAAW,EAAE;IACxC,GAAG;QACC,OAAO,QAAQ,CAAC,GAAG,CAAC,WAAW,CAAC,CAAC;IACrC,CAAC;IACD,UAAU,EAAE,IAAI;CACnB,CAAC,CAAC;AAGH,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,UAAU,EAAE;IACvC,GAAG;QACC,OAAO,QAAQ,CAAC,GAAG,CAAC,UAAU,CAAC,CAAC;IACpC,CAAC;IACD,UAAU,EAAE,IAAI;CACnB,CAAC,CAAC;AAGH,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,eAAe,EAAE;IAC5C,GAAG;QACC,OAAO,QAAQ,CAAC,GAAG,CAAC,eAAe,CAAC,CAAC;IACzC,CAAC;IACD,UAAU,EAAE,IAAI;CACnB,CAAC,CAAC;AAGH,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,mBAAmB,EAAE;IAChD,GAAG;QACC,OAAO,QAAQ,CAAC,GAAG,CAAC,mBAAmB,CAAC,CAAC;IAC7C,CAAC;IACD,UAAU,EAAE,IAAI;CACnB,CAAC,CAAC;AAGH,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,kBAAkB,EAAE;IAC/C,GAAG;QACC,OAAO,QAAQ,CAAC,GAAG,CAAC,kBAAkB,CAAC,CAAC;IAC5C,CAAC;IACD,UAAU,EAAE,IAAI;CACnB,CAAC,CAAC;AAGH,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,iBAAiB,EAAE;IAC9C,GAAG;QACC,OAAO,QAAQ,CAAC,GAAG,CAAC,iBAAiB,CAAC,CAAC;IAC3C,CAAC;IACD,UAAU,EAAE,IAAI;CACnB,CAAC,CAAC;AAGH,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,eAAe,EAAE;IAC5C,GAAG;QACC,OAAO,QAAQ,CAAC,GAAG,CAAC,eAAe,CAAC,CAAC;IACzC,CAAC;IACD,UAAU,EAAE,IAAI;CACnB,CAAC,CAAC;AAGH,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,aAAa,EAAE;IAC1C,GAAG;QACC,OAAO,QAAQ,CAAC,SAAS,CAAU,aAAa,CAAC,CAAC;IACtD,CAAC;IACD,UAAU,EAAE,IAAI;CACnB,CAAC,CAAC;AAGH,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,0BAA0B,EAAE;IACvD,GAAG;QACC,OAAO,QAAQ,CAAC,GAAG,CAAC,0BAA0B,CAAC,CAAC;IACpD,CAAC;IACD,UAAU,EAAE,IAAI;CACnB,CAAC,CAAC;AAGH,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,UAAU,EAAE;IACvC,GAAG;QACC,OAAO,QAAQ,CAAC,GAAG,CAAC,UAAU,CAAC,CAAC;IACpC,CAAC;IACD,UAAU,EAAE,IAAI;CACnB,CAAC,CAAC;AAGH,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,cAAc,EAAE;IAC3C,GAAG;QACC,OAAO,QAAQ,CAAC,GAAG,CAAC,cAAc,CAAC,CAAC;IACxC,CAAC;IACD,UAAU,EAAE,IAAI;CACnB,CAAC,CAAC;AAGH,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,YAAY,EAAE;IACzC,GAAG;QACC,OAAO,QAAQ,CAAC,GAAG,CAAC,YAAY,CAAC,CAAC;IACtC,CAAC;IACD,UAAU,EAAE,IAAI;CACnB,CAAC,CAAC;AAGH,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,cAAc,EAAE;IAC3C,GAAG;QACC,OAAO,QAAQ,CAAC,SAAS,CAAU,cAAc,CAAC,CAAC;IACvD,CAAC;IACD,UAAU,EAAE,IAAI;CACnB,CAAC,CAAC;AAGH,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,oBAAoB,EAAE;IACjD,GAAG;QACC,OAAO,QAAQ,CAAC,SAAS,CAAS,oBAAoB,CAAC,CAAC;IAC5D,CAAC;IACD,UAAU,EAAE,IAAI;CACnB,CAAC,CAAC;AAGH,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,mBAAmB,EAAE;IAChD,GAAG;QACC,OAAO,QAAQ,CAAC,GAAG,CAAC,mBAAmB,CAAC,CAAC;IAC7C,CAAC;IACD,UAAU,EAAE,IAAI;CACnB,CAAC,CAAC;AAGH,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,sBAAsB,EAAE;IACnD,GAAG;QACC,OAAO,QAAQ,CAAC,GAAG,CAAC,sBAAsB,CAAC,CAAC;IAChD,CAAC;IACD,UAAU,EAAE,IAAI;CACnB,CAAC,CAAC;AAGH,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,MAAM,EAAE;IACnC,GAAG;QACC,OAAO,QAAQ,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IAChC,CAAC;IACD,UAAU,EAAE,IAAI;CACnB,CAAC,CAAC;AAGH,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,oBAAoB,EAAE;IACjD,GAAG;QACC,OAAO,QAAQ,CAAC,SAAS,CAAS,oBAAoB,CAAC,CAAC;IAC5D,CAAC;IACD,UAAU,EAAE,IAAI;CACnB,CAAC,CAAC;AAGH,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,UAAU,EAAE;IACvC,GAAG;QACC,OAAO,QAAQ,CAAC,GAAG,CAAC,UAAU,CAAC,CAAC;IACpC,CAAC;IACD,UAAU,EAAE,IAAI;CACnB,CAAC,CAAC;AAGH,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,SAAS,EAAE;IACtC,GAAG;QACC,OAAO,QAAQ,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC;IACnC,CAAC;IACD,UAAU,EAAE,IAAI;CACnB,CAAC,CAAC;AAGH,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,WAAW,EAAE;IACxC,GAAG;QACC,OAAO,QAAQ,CAAC,SAAS,CAAS,WAAW,CAAC,CAAC;IACnD,CAAC;IACD,UAAU,EAAE,IAAI;CACnB,CAAC,CAAC;AAGH,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,qBAAqB,EAAE;IAClD,GAAG;QACC,OAAO,QAAQ,CAAC,SAAS,CAAS,qBAAqB,CAAC,CAAC;IAC7D,CAAC;IACD,UAAU,EAAE,IAAI;CACnB,CAAC,CAAC;AAGH,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,YAAY,EAAE;IACzC,GAAG;QACC,OAAO,QAAQ,CAAC,SAAS,CAAU,YAAY,CAAC,CAAC;IACrD,CAAC;IACD,UAAU,EAAE,IAAI;CACnB,CAAC,CAAC;AAGH,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,OAAO,EAAE;IACpC,GAAG;QACC,OAAO,QAAQ,CAAC,GAAG,CAAC,OAAO,CAAC,CAAC;IACjC,CAAC;IACD,UAAU,EAAE,IAAI;CACnB,CAAC,CAAC;AAGH,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,UAAU,EAAE;IACvC,GAAG;QACC,OAAO,QAAQ,CAAC,GAAG,CAAC,UAAU,CAAC,CAAC;IACpC,CAAC;IACD,UAAU,EAAE,IAAI;CACnB,CAAC,CAAC"}
|
|
1
|
+
{"version":3,"file":"vars.js","sourceRoot":"","sources":["../../config/vars.ts"],"names":[],"mappings":"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"}
|
package/dbfsFile.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
2
2
|
/**
|
|
3
3
|
* ## Import
|
|
4
4
|
*
|
|
5
|
-
* The resource dbfs file can be imported using the path of the
|
|
5
|
+
* The resource dbfs file can be imported using the path of the filebash
|
|
6
6
|
*
|
|
7
7
|
* ```sh
|
|
8
8
|
* $ pulumi import databricks:index/dbfsFile:DbfsFile this <path>
|
|
@@ -26,7 +26,7 @@ export declare class DbfsFile extends pulumi.CustomResource {
|
|
|
26
26
|
static isInstance(obj: any): obj is DbfsFile;
|
|
27
27
|
readonly contentBase64: pulumi.Output<string | undefined>;
|
|
28
28
|
/**
|
|
29
|
-
* Path, but with `dbfs:` prefix
|
|
29
|
+
* Path, but with `dbfs:` prefix.
|
|
30
30
|
*/
|
|
31
31
|
readonly dbfsPath: pulumi.Output<string>;
|
|
32
32
|
/**
|
|
@@ -57,7 +57,7 @@ export declare class DbfsFile extends pulumi.CustomResource {
|
|
|
57
57
|
export interface DbfsFileState {
|
|
58
58
|
contentBase64?: pulumi.Input<string>;
|
|
59
59
|
/**
|
|
60
|
-
* Path, but with `dbfs:` prefix
|
|
60
|
+
* Path, but with `dbfs:` prefix.
|
|
61
61
|
*/
|
|
62
62
|
dbfsPath?: pulumi.Input<string>;
|
|
63
63
|
/**
|
package/dbfsFile.js
CHANGED
|
@@ -8,7 +8,7 @@ const utilities = require("./utilities");
|
|
|
8
8
|
/**
|
|
9
9
|
* ## Import
|
|
10
10
|
*
|
|
11
|
-
* The resource dbfs file can be imported using the path of the
|
|
11
|
+
* The resource dbfs file can be imported using the path of the filebash
|
|
12
12
|
*
|
|
13
13
|
* ```sh
|
|
14
14
|
* $ pulumi import databricks:index/dbfsFile:DbfsFile this <path>
|
package/directory.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
2
2
|
/**
|
|
3
3
|
* ## Import
|
|
4
4
|
*
|
|
5
|
-
* The resource directory can be imported using directory
|
|
5
|
+
* The resource directory can be imported using directory pathbash
|
|
6
6
|
*
|
|
7
7
|
* ```sh
|
|
8
8
|
* $ pulumi import databricks:index/directory:Directory this /path/to/directory
|
package/directory.js
CHANGED
|
@@ -8,7 +8,7 @@ const utilities = require("./utilities");
|
|
|
8
8
|
/**
|
|
9
9
|
* ## Import
|
|
10
10
|
*
|
|
11
|
-
* The resource directory can be imported using directory
|
|
11
|
+
* The resource directory can be imported using directory pathbash
|
|
12
12
|
*
|
|
13
13
|
* ```sh
|
|
14
14
|
* $ pulumi import databricks:index/directory:Directory this /path/to/directory
|
package/externalLocation.d.ts
CHANGED
|
@@ -51,7 +51,7 @@ export declare class ExternalLocation extends pulumi.CustomResource {
|
|
|
51
51
|
*/
|
|
52
52
|
readonly skipValidation: pulumi.Output<boolean | undefined>;
|
|
53
53
|
/**
|
|
54
|
-
* Path URL in cloud storage, of the form: `s3://[bucket-host]/[bucket-dir]` (AWS), `abfss://[user]@[host]/[path]` (Azure).
|
|
54
|
+
* Path URL in cloud storage, of the form: `s3://[bucket-host]/[bucket-dir]` (AWS), `abfss://[user]@[host]/[path]` (Azure), `gs://[bucket-host]/[bucket-dir]` (GCP).
|
|
55
55
|
*/
|
|
56
56
|
readonly url: pulumi.Output<string>;
|
|
57
57
|
/**
|
|
@@ -89,7 +89,7 @@ export interface ExternalLocationState {
|
|
|
89
89
|
*/
|
|
90
90
|
skipValidation?: pulumi.Input<boolean>;
|
|
91
91
|
/**
|
|
92
|
-
* Path URL in cloud storage, of the form: `s3://[bucket-host]/[bucket-dir]` (AWS), `abfss://[user]@[host]/[path]` (Azure).
|
|
92
|
+
* Path URL in cloud storage, of the form: `s3://[bucket-host]/[bucket-dir]` (AWS), `abfss://[user]@[host]/[path]` (Azure), `gs://[bucket-host]/[bucket-dir]` (GCP).
|
|
93
93
|
*/
|
|
94
94
|
url?: pulumi.Input<string>;
|
|
95
95
|
}
|
|
@@ -119,7 +119,7 @@ export interface ExternalLocationArgs {
|
|
|
119
119
|
*/
|
|
120
120
|
skipValidation?: pulumi.Input<boolean>;
|
|
121
121
|
/**
|
|
122
|
-
* Path URL in cloud storage, of the form: `s3://[bucket-host]/[bucket-dir]` (AWS), `abfss://[user]@[host]/[path]` (Azure).
|
|
122
|
+
* Path URL in cloud storage, of the form: `s3://[bucket-host]/[bucket-dir]` (AWS), `abfss://[user]@[host]/[path]` (Azure), `gs://[bucket-host]/[bucket-dir]` (GCP).
|
|
123
123
|
*/
|
|
124
124
|
url: pulumi.Input<string>;
|
|
125
125
|
}
|
package/getAwsBucketPolicy.d.ts
CHANGED
|
@@ -6,7 +6,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
6
6
|
*
|
|
7
7
|
* The following resources are used in the same context:
|
|
8
8
|
*
|
|
9
|
-
* * Provisioning AWS Databricks E2 with a Hub & Spoke firewall for data exfiltration protection guide
|
|
9
|
+
* * Provisioning AWS Databricks E2 with a Hub & Spoke firewall for data exfiltration protection guide.
|
|
10
10
|
* * End to end workspace management guide
|
|
11
11
|
* * databricks.InstanceProfile to manage AWS EC2 instance profiles that users can launch databricks.Cluster and access data, like databricks_mount.
|
|
12
12
|
* * databricks.Mount to [mount your cloud storage](https://docs.databricks.com/data/databricks-file-system.html#mount-object-storage-to-dbfs) on `dbfs:/mnt/name`.
|
|
@@ -54,7 +54,7 @@ export interface GetAwsBucketPolicyResult {
|
|
|
54
54
|
*
|
|
55
55
|
* The following resources are used in the same context:
|
|
56
56
|
*
|
|
57
|
-
* * Provisioning AWS Databricks E2 with a Hub & Spoke firewall for data exfiltration protection guide
|
|
57
|
+
* * Provisioning AWS Databricks E2 with a Hub & Spoke firewall for data exfiltration protection guide.
|
|
58
58
|
* * End to end workspace management guide
|
|
59
59
|
* * databricks.InstanceProfile to manage AWS EC2 instance profiles that users can launch databricks.Cluster and access data, like databricks_mount.
|
|
60
60
|
* * databricks.Mount to [mount your cloud storage](https://docs.databricks.com/data/databricks-file-system.html#mount-object-storage-to-dbfs) on `dbfs:/mnt/name`.
|
package/getAwsBucketPolicy.js
CHANGED
|
@@ -12,7 +12,7 @@ const utilities = require("./utilities");
|
|
|
12
12
|
*
|
|
13
13
|
* The following resources are used in the same context:
|
|
14
14
|
*
|
|
15
|
-
* * Provisioning AWS Databricks E2 with a Hub & Spoke firewall for data exfiltration protection guide
|
|
15
|
+
* * Provisioning AWS Databricks E2 with a Hub & Spoke firewall for data exfiltration protection guide.
|
|
16
16
|
* * End to end workspace management guide
|
|
17
17
|
* * databricks.InstanceProfile to manage AWS EC2 instance profiles that users can launch databricks.Cluster and access data, like databricks_mount.
|
|
18
18
|
* * databricks.Mount to [mount your cloud storage](https://docs.databricks.com/data/databricks-file-system.html#mount-object-storage-to-dbfs) on `dbfs:/mnt/name`.
|
|
@@ -34,7 +34,7 @@ exports.getAwsBucketPolicy = getAwsBucketPolicy;
|
|
|
34
34
|
*
|
|
35
35
|
* The following resources are used in the same context:
|
|
36
36
|
*
|
|
37
|
-
* * Provisioning AWS Databricks E2 with a Hub & Spoke firewall for data exfiltration protection guide
|
|
37
|
+
* * Provisioning AWS Databricks E2 with a Hub & Spoke firewall for data exfiltration protection guide.
|
|
38
38
|
* * End to end workspace management guide
|
|
39
39
|
* * databricks.InstanceProfile to manage AWS EC2 instance profiles that users can launch databricks.Cluster and access data, like databricks_mount.
|
|
40
40
|
* * databricks.Mount to [mount your cloud storage](https://docs.databricks.com/data/databricks-file-system.html#mount-object-storage-to-dbfs) on `dbfs:/mnt/name`.
|
package/getCluster.d.ts
CHANGED
|
@@ -19,7 +19,7 @@ import * as outputs from "./types/output";
|
|
|
19
19
|
*
|
|
20
20
|
* The following resources are often used in the same context:
|
|
21
21
|
*
|
|
22
|
-
* * End to end workspace management guide
|
|
22
|
+
* * End to end workspace management guide.
|
|
23
23
|
* * databricks.Cluster to create [Databricks Clusters](https://docs.databricks.com/clusters/index.html).
|
|
24
24
|
* * databricks.ClusterPolicy to create a databricks.Cluster policy, which limits the ability to create clusters based on a set of rules.
|
|
25
25
|
* * databricks.InstancePool to manage [instance pools](https://docs.databricks.com/clusters/instance-pools/index.html) to reduce cluster start and auto-scaling times by maintaining a set of idle, ready-to-use instances.
|
|
@@ -85,7 +85,7 @@ export interface GetClusterResult {
|
|
|
85
85
|
*
|
|
86
86
|
* The following resources are often used in the same context:
|
|
87
87
|
*
|
|
88
|
-
* * End to end workspace management guide
|
|
88
|
+
* * End to end workspace management guide.
|
|
89
89
|
* * databricks.Cluster to create [Databricks Clusters](https://docs.databricks.com/clusters/index.html).
|
|
90
90
|
* * databricks.ClusterPolicy to create a databricks.Cluster policy, which limits the ability to create clusters based on a set of rules.
|
|
91
91
|
* * databricks.InstancePool to manage [instance pools](https://docs.databricks.com/clusters/instance-pools/index.html) to reduce cluster start and auto-scaling times by maintaining a set of idle, ready-to-use instances.
|
package/getCluster.js
CHANGED
|
@@ -23,7 +23,7 @@ const utilities = require("./utilities");
|
|
|
23
23
|
*
|
|
24
24
|
* The following resources are often used in the same context:
|
|
25
25
|
*
|
|
26
|
-
* * End to end workspace management guide
|
|
26
|
+
* * End to end workspace management guide.
|
|
27
27
|
* * databricks.Cluster to create [Databricks Clusters](https://docs.databricks.com/clusters/index.html).
|
|
28
28
|
* * databricks.ClusterPolicy to create a databricks.Cluster policy, which limits the ability to create clusters based on a set of rules.
|
|
29
29
|
* * databricks.InstancePool to manage [instance pools](https://docs.databricks.com/clusters/instance-pools/index.html) to reduce cluster start and auto-scaling times by maintaining a set of idle, ready-to-use instances.
|
|
@@ -60,7 +60,7 @@ exports.getCluster = getCluster;
|
|
|
60
60
|
*
|
|
61
61
|
* The following resources are often used in the same context:
|
|
62
62
|
*
|
|
63
|
-
* * End to end workspace management guide
|
|
63
|
+
* * End to end workspace management guide.
|
|
64
64
|
* * databricks.Cluster to create [Databricks Clusters](https://docs.databricks.com/clusters/index.html).
|
|
65
65
|
* * databricks.ClusterPolicy to create a databricks.Cluster policy, which limits the ability to create clusters based on a set of rules.
|
|
66
66
|
* * databricks.InstancePool to manage [instance pools](https://docs.databricks.com/clusters/instance-pools/index.html) to reduce cluster start and auto-scaling times by maintaining a set of idle, ready-to-use instances.
|
package/getClusters.d.ts
CHANGED
|
@@ -25,7 +25,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
25
25
|
*
|
|
26
26
|
* The following resources are used in the same context:
|
|
27
27
|
*
|
|
28
|
-
* * End to end workspace management guide
|
|
28
|
+
* * End to end workspace management guide.
|
|
29
29
|
* * databricks.Cluster to create [Databricks Clusters](https://docs.databricks.com/clusters/index.html).
|
|
30
30
|
* * databricks.ClusterPolicy to create a databricks.Cluster policy, which limits the ability to create clusters based on a set of rules.
|
|
31
31
|
* * databricks.InstancePool to manage [instance pools](https://docs.databricks.com/clusters/instance-pools/index.html) to reduce cluster start and auto-scaling times by maintaining a set of idle, ready-to-use instances.
|
|
@@ -83,7 +83,7 @@ export interface GetClustersResult {
|
|
|
83
83
|
*
|
|
84
84
|
* The following resources are used in the same context:
|
|
85
85
|
*
|
|
86
|
-
* * End to end workspace management guide
|
|
86
|
+
* * End to end workspace management guide.
|
|
87
87
|
* * databricks.Cluster to create [Databricks Clusters](https://docs.databricks.com/clusters/index.html).
|
|
88
88
|
* * databricks.ClusterPolicy to create a databricks.Cluster policy, which limits the ability to create clusters based on a set of rules.
|
|
89
89
|
* * databricks.InstancePool to manage [instance pools](https://docs.databricks.com/clusters/instance-pools/index.html) to reduce cluster start and auto-scaling times by maintaining a set of idle, ready-to-use instances.
|
package/getClusters.js
CHANGED
|
@@ -31,7 +31,7 @@ const utilities = require("./utilities");
|
|
|
31
31
|
*
|
|
32
32
|
* The following resources are used in the same context:
|
|
33
33
|
*
|
|
34
|
-
* * End to end workspace management guide
|
|
34
|
+
* * End to end workspace management guide.
|
|
35
35
|
* * databricks.Cluster to create [Databricks Clusters](https://docs.databricks.com/clusters/index.html).
|
|
36
36
|
* * databricks.ClusterPolicy to create a databricks.Cluster policy, which limits the ability to create clusters based on a set of rules.
|
|
37
37
|
* * databricks.InstancePool to manage [instance pools](https://docs.databricks.com/clusters/instance-pools/index.html) to reduce cluster start and auto-scaling times by maintaining a set of idle, ready-to-use instances.
|
|
@@ -73,7 +73,7 @@ exports.getClusters = getClusters;
|
|
|
73
73
|
*
|
|
74
74
|
* The following resources are used in the same context:
|
|
75
75
|
*
|
|
76
|
-
* * End to end workspace management guide
|
|
76
|
+
* * End to end workspace management guide.
|
|
77
77
|
* * databricks.Cluster to create [Databricks Clusters](https://docs.databricks.com/clusters/index.html).
|
|
78
78
|
* * databricks.ClusterPolicy to create a databricks.Cluster policy, which limits the ability to create clusters based on a set of rules.
|
|
79
79
|
* * databricks.InstancePool to manage [instance pools](https://docs.databricks.com/clusters/instance-pools/index.html) to reduce cluster start and auto-scaling times by maintaining a set of idle, ready-to-use instances.
|
package/getDbfsFile.d.ts
CHANGED
|
@@ -15,7 +15,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
15
15
|
*
|
|
16
16
|
* The following resources are used in the same context:
|
|
17
17
|
*
|
|
18
|
-
* * End to end workspace management guide
|
|
18
|
+
* * End to end workspace management guide.
|
|
19
19
|
* * databricks.getDbfsFilePaths data to get list of file names from get file content from [Databricks File System (DBFS)](https://docs.databricks.com/data/databricks-file-system.html).
|
|
20
20
|
* * databricks.DbfsFile to manage relatively small files on [Databricks File System (DBFS)](https://docs.databricks.com/data/databricks-file-system.html).
|
|
21
21
|
* * databricks.Mount to [mount your cloud storage](https://docs.databricks.com/data/databricks-file-system.html#mount-object-storage-to-dbfs) on `dbfs:/mnt/name`.
|
|
@@ -69,7 +69,7 @@ export interface GetDbfsFileResult {
|
|
|
69
69
|
*
|
|
70
70
|
* The following resources are used in the same context:
|
|
71
71
|
*
|
|
72
|
-
* * End to end workspace management guide
|
|
72
|
+
* * End to end workspace management guide.
|
|
73
73
|
* * databricks.getDbfsFilePaths data to get list of file names from get file content from [Databricks File System (DBFS)](https://docs.databricks.com/data/databricks-file-system.html).
|
|
74
74
|
* * databricks.DbfsFile to manage relatively small files on [Databricks File System (DBFS)](https://docs.databricks.com/data/databricks-file-system.html).
|
|
75
75
|
* * databricks.Mount to [mount your cloud storage](https://docs.databricks.com/data/databricks-file-system.html#mount-object-storage-to-dbfs) on `dbfs:/mnt/name`.
|
package/getDbfsFile.js
CHANGED
|
@@ -21,7 +21,7 @@ const utilities = require("./utilities");
|
|
|
21
21
|
*
|
|
22
22
|
* The following resources are used in the same context:
|
|
23
23
|
*
|
|
24
|
-
* * End to end workspace management guide
|
|
24
|
+
* * End to end workspace management guide.
|
|
25
25
|
* * databricks.getDbfsFilePaths data to get list of file names from get file content from [Databricks File System (DBFS)](https://docs.databricks.com/data/databricks-file-system.html).
|
|
26
26
|
* * databricks.DbfsFile to manage relatively small files on [Databricks File System (DBFS)](https://docs.databricks.com/data/databricks-file-system.html).
|
|
27
27
|
* * databricks.Mount to [mount your cloud storage](https://docs.databricks.com/data/databricks-file-system.html#mount-object-storage-to-dbfs) on `dbfs:/mnt/name`.
|
|
@@ -50,7 +50,7 @@ exports.getDbfsFile = getDbfsFile;
|
|
|
50
50
|
*
|
|
51
51
|
* The following resources are used in the same context:
|
|
52
52
|
*
|
|
53
|
-
* * End to end workspace management guide
|
|
53
|
+
* * End to end workspace management guide.
|
|
54
54
|
* * databricks.getDbfsFilePaths data to get list of file names from get file content from [Databricks File System (DBFS)](https://docs.databricks.com/data/databricks-file-system.html).
|
|
55
55
|
* * databricks.DbfsFile to manage relatively small files on [Databricks File System (DBFS)](https://docs.databricks.com/data/databricks-file-system.html).
|
|
56
56
|
* * databricks.Mount to [mount your cloud storage](https://docs.databricks.com/data/databricks-file-system.html#mount-object-storage-to-dbfs) on `dbfs:/mnt/name`.
|
package/getDbfsFilePaths.d.ts
CHANGED
|
@@ -16,7 +16,7 @@ import * as outputs from "./types/output";
|
|
|
16
16
|
*
|
|
17
17
|
* The following resources are used in the same context:
|
|
18
18
|
*
|
|
19
|
-
* * End to end workspace management guide
|
|
19
|
+
* * End to end workspace management guide.
|
|
20
20
|
* * databricks.DbfsFile data to get file content from [Databricks File System (DBFS)](https://docs.databricks.com/data/databricks-file-system.html).
|
|
21
21
|
* * databricks.getDbfsFilePaths data to get list of file names from get file content from [Databricks File System (DBFS)](https://docs.databricks.com/data/databricks-file-system.html).
|
|
22
22
|
* * databricks.DbfsFile to manage relatively small files on [Databricks File System (DBFS)](https://docs.databricks.com/data/databricks-file-system.html).
|
|
@@ -68,7 +68,7 @@ export interface GetDbfsFilePathsResult {
|
|
|
68
68
|
*
|
|
69
69
|
* The following resources are used in the same context:
|
|
70
70
|
*
|
|
71
|
-
* * End to end workspace management guide
|
|
71
|
+
* * End to end workspace management guide.
|
|
72
72
|
* * databricks.DbfsFile data to get file content from [Databricks File System (DBFS)](https://docs.databricks.com/data/databricks-file-system.html).
|
|
73
73
|
* * databricks.getDbfsFilePaths data to get list of file names from get file content from [Databricks File System (DBFS)](https://docs.databricks.com/data/databricks-file-system.html).
|
|
74
74
|
* * databricks.DbfsFile to manage relatively small files on [Databricks File System (DBFS)](https://docs.databricks.com/data/databricks-file-system.html).
|
package/getDbfsFilePaths.js
CHANGED
|
@@ -21,7 +21,7 @@ const utilities = require("./utilities");
|
|
|
21
21
|
*
|
|
22
22
|
* The following resources are used in the same context:
|
|
23
23
|
*
|
|
24
|
-
* * End to end workspace management guide
|
|
24
|
+
* * End to end workspace management guide.
|
|
25
25
|
* * databricks.DbfsFile data to get file content from [Databricks File System (DBFS)](https://docs.databricks.com/data/databricks-file-system.html).
|
|
26
26
|
* * databricks.getDbfsFilePaths data to get list of file names from get file content from [Databricks File System (DBFS)](https://docs.databricks.com/data/databricks-file-system.html).
|
|
27
27
|
* * databricks.DbfsFile to manage relatively small files on [Databricks File System (DBFS)](https://docs.databricks.com/data/databricks-file-system.html).
|
|
@@ -52,7 +52,7 @@ exports.getDbfsFilePaths = getDbfsFilePaths;
|
|
|
52
52
|
*
|
|
53
53
|
* The following resources are used in the same context:
|
|
54
54
|
*
|
|
55
|
-
* * End to end workspace management guide
|
|
55
|
+
* * End to end workspace management guide.
|
|
56
56
|
* * databricks.DbfsFile data to get file content from [Databricks File System (DBFS)](https://docs.databricks.com/data/databricks-file-system.html).
|
|
57
57
|
* * databricks.getDbfsFilePaths data to get list of file names from get file content from [Databricks File System (DBFS)](https://docs.databricks.com/data/databricks-file-system.html).
|
|
58
58
|
* * databricks.DbfsFile to manage relatively small files on [Databricks File System (DBFS)](https://docs.databricks.com/data/databricks-file-system.html).
|
package/getNodeType.d.ts
CHANGED
|
@@ -31,7 +31,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
31
31
|
*
|
|
32
32
|
* The following resources are used in the same context:
|
|
33
33
|
*
|
|
34
|
-
* * End to end workspace management guide
|
|
34
|
+
* * End to end workspace management guide.
|
|
35
35
|
* * databricks.Cluster to create [Databricks Clusters](https://docs.databricks.com/clusters/index.html).
|
|
36
36
|
* * databricks.ClusterPolicy to create a databricks.Cluster policy, which limits the ability to create clusters based on a set of rules.
|
|
37
37
|
* * databricks.InstancePool to manage [instance pools](https://docs.databricks.com/clusters/instance-pools/index.html) to reduce cluster start and auto-scaling times by maintaining a set of idle, ready-to-use instances.
|
|
@@ -62,6 +62,10 @@ export interface GetNodeTypeArgs {
|
|
|
62
62
|
* if we should limit the search only to nodes with AWS Graviton CPUs. Default to *false*.
|
|
63
63
|
*/
|
|
64
64
|
graviton?: boolean;
|
|
65
|
+
/**
|
|
66
|
+
* node type, that can be used for databricks_job, databricks_cluster, or databricks_instance_pool.
|
|
67
|
+
*/
|
|
68
|
+
id?: string;
|
|
65
69
|
/**
|
|
66
70
|
* . Pick only nodes that have IO Cache. Defaults to *false*.
|
|
67
71
|
*/
|
|
@@ -98,7 +102,6 @@ export interface GetNodeTypeArgs {
|
|
|
98
102
|
* Pick only nodes that support port forwarding. Defaults to *false*.
|
|
99
103
|
*/
|
|
100
104
|
supportPortForwarding?: boolean;
|
|
101
|
-
vcpu?: boolean;
|
|
102
105
|
}
|
|
103
106
|
/**
|
|
104
107
|
* A collection of values returned by getNodeType.
|
|
@@ -109,7 +112,7 @@ export interface GetNodeTypeResult {
|
|
|
109
112
|
readonly gbPerCore?: number;
|
|
110
113
|
readonly graviton?: boolean;
|
|
111
114
|
/**
|
|
112
|
-
*
|
|
115
|
+
* node type, that can be used for databricks_job, databricks_cluster, or databricks_instance_pool.
|
|
113
116
|
*/
|
|
114
117
|
readonly id: string;
|
|
115
118
|
readonly isIoCacheEnabled?: boolean;
|
|
@@ -121,7 +124,6 @@ export interface GetNodeTypeResult {
|
|
|
121
124
|
readonly photonDriverCapable?: boolean;
|
|
122
125
|
readonly photonWorkerCapable?: boolean;
|
|
123
126
|
readonly supportPortForwarding?: boolean;
|
|
124
|
-
readonly vcpu?: boolean;
|
|
125
127
|
}
|
|
126
128
|
/**
|
|
127
129
|
* ## Example Usage
|
|
@@ -155,7 +157,7 @@ export interface GetNodeTypeResult {
|
|
|
155
157
|
*
|
|
156
158
|
* The following resources are used in the same context:
|
|
157
159
|
*
|
|
158
|
-
* * End to end workspace management guide
|
|
160
|
+
* * End to end workspace management guide.
|
|
159
161
|
* * databricks.Cluster to create [Databricks Clusters](https://docs.databricks.com/clusters/index.html).
|
|
160
162
|
* * databricks.ClusterPolicy to create a databricks.Cluster policy, which limits the ability to create clusters based on a set of rules.
|
|
161
163
|
* * databricks.InstancePool to manage [instance pools](https://docs.databricks.com/clusters/instance-pools/index.html) to reduce cluster start and auto-scaling times by maintaining a set of idle, ready-to-use instances.
|
|
@@ -186,6 +188,10 @@ export interface GetNodeTypeOutputArgs {
|
|
|
186
188
|
* if we should limit the search only to nodes with AWS Graviton CPUs. Default to *false*.
|
|
187
189
|
*/
|
|
188
190
|
graviton?: pulumi.Input<boolean>;
|
|
191
|
+
/**
|
|
192
|
+
* node type, that can be used for databricks_job, databricks_cluster, or databricks_instance_pool.
|
|
193
|
+
*/
|
|
194
|
+
id?: pulumi.Input<string>;
|
|
189
195
|
/**
|
|
190
196
|
* . Pick only nodes that have IO Cache. Defaults to *false*.
|
|
191
197
|
*/
|
|
@@ -222,5 +228,4 @@ export interface GetNodeTypeOutputArgs {
|
|
|
222
228
|
* Pick only nodes that support port forwarding. Defaults to *false*.
|
|
223
229
|
*/
|
|
224
230
|
supportPortForwarding?: pulumi.Input<boolean>;
|
|
225
|
-
vcpu?: pulumi.Input<boolean>;
|
|
226
231
|
}
|
package/getNodeType.js
CHANGED
|
@@ -37,7 +37,7 @@ const utilities = require("./utilities");
|
|
|
37
37
|
*
|
|
38
38
|
* The following resources are used in the same context:
|
|
39
39
|
*
|
|
40
|
-
* * End to end workspace management guide
|
|
40
|
+
* * End to end workspace management guide.
|
|
41
41
|
* * databricks.Cluster to create [Databricks Clusters](https://docs.databricks.com/clusters/index.html).
|
|
42
42
|
* * databricks.ClusterPolicy to create a databricks.Cluster policy, which limits the ability to create clusters based on a set of rules.
|
|
43
43
|
* * databricks.InstancePool to manage [instance pools](https://docs.databricks.com/clusters/instance-pools/index.html) to reduce cluster start and auto-scaling times by maintaining a set of idle, ready-to-use instances.
|
|
@@ -51,6 +51,7 @@ function getNodeType(args, opts) {
|
|
|
51
51
|
"fleet": args.fleet,
|
|
52
52
|
"gbPerCore": args.gbPerCore,
|
|
53
53
|
"graviton": args.graviton,
|
|
54
|
+
"id": args.id,
|
|
54
55
|
"isIoCacheEnabled": args.isIoCacheEnabled,
|
|
55
56
|
"localDisk": args.localDisk,
|
|
56
57
|
"localDiskMinSize": args.localDiskMinSize,
|
|
@@ -60,7 +61,6 @@ function getNodeType(args, opts) {
|
|
|
60
61
|
"photonDriverCapable": args.photonDriverCapable,
|
|
61
62
|
"photonWorkerCapable": args.photonWorkerCapable,
|
|
62
63
|
"supportPortForwarding": args.supportPortForwarding,
|
|
63
|
-
"vcpu": args.vcpu,
|
|
64
64
|
}, opts);
|
|
65
65
|
}
|
|
66
66
|
exports.getNodeType = getNodeType;
|
|
@@ -96,7 +96,7 @@ exports.getNodeType = getNodeType;
|
|
|
96
96
|
*
|
|
97
97
|
* The following resources are used in the same context:
|
|
98
98
|
*
|
|
99
|
-
* * End to end workspace management guide
|
|
99
|
+
* * End to end workspace management guide.
|
|
100
100
|
* * databricks.Cluster to create [Databricks Clusters](https://docs.databricks.com/clusters/index.html).
|
|
101
101
|
* * databricks.ClusterPolicy to create a databricks.Cluster policy, which limits the ability to create clusters based on a set of rules.
|
|
102
102
|
* * databricks.InstancePool to manage [instance pools](https://docs.databricks.com/clusters/instance-pools/index.html) to reduce cluster start and auto-scaling times by maintaining a set of idle, ready-to-use instances.
|
package/getNodeType.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getNodeType.js","sourceRoot":"","sources":["../getNodeType.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAqCG;AACH,SAAgB,WAAW,CAAC,IAAsB,EAAE,IAA2B;IAC3E,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAElB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,0CAA0C,EAAE;QACrE,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;QACzC,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;QACzC,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,qBAAqB,EAAE,IAAI,CAAC,mBAAmB;QAC/C,qBAAqB,EAAE,IAAI,CAAC,mBAAmB;QAC/C,uBAAuB,EAAE,IAAI,CAAC,qBAAqB;
|
|
1
|
+
{"version":3,"file":"getNodeType.js","sourceRoot":"","sources":["../getNodeType.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAqCG;AACH,SAAgB,WAAW,CAAC,IAAsB,EAAE,IAA2B;IAC3E,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAElB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,0CAA0C,EAAE;QACrE,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;QACzC,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;QACzC,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,qBAAqB,EAAE,IAAI,CAAC,mBAAmB;QAC/C,qBAAqB,EAAE,IAAI,CAAC,mBAAmB;QAC/C,uBAAuB,EAAE,IAAI,CAAC,qBAAqB;KACtD,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AApBD,kCAoBC;AA0FD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAqCG;AACH,SAAgB,iBAAiB,CAAC,IAA4B,EAAE,IAA2B;IACvF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,WAAW,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACtE,CAAC;AAFD,8CAEC"}
|
package/getServicePrincipal.d.ts
CHANGED
|
@@ -23,7 +23,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
23
23
|
*
|
|
24
24
|
* The following resources are used in the same context:
|
|
25
25
|
*
|
|
26
|
-
* * End to end workspace management guide
|
|
26
|
+
* * End to end workspace management guide.
|
|
27
27
|
* * databricks.getCurrentUser data to retrieve information about databricks.User or databricks_service_principal, that is calling Databricks REST API.
|
|
28
28
|
* * databricks.Group to manage [groups in Databricks Workspace](https://docs.databricks.com/administration-guide/users-groups/groups.html) or [Account Console](https://accounts.cloud.databricks.com/) (for AWS deployments).
|
|
29
29
|
* * databricks.Group data to retrieve information about databricks.Group members, entitlements and instance profiles.
|
|
@@ -122,7 +122,7 @@ export interface GetServicePrincipalResult {
|
|
|
122
122
|
*
|
|
123
123
|
* The following resources are used in the same context:
|
|
124
124
|
*
|
|
125
|
-
* * End to end workspace management guide
|
|
125
|
+
* * End to end workspace management guide.
|
|
126
126
|
* * databricks.getCurrentUser data to retrieve information about databricks.User or databricks_service_principal, that is calling Databricks REST API.
|
|
127
127
|
* * databricks.Group to manage [groups in Databricks Workspace](https://docs.databricks.com/administration-guide/users-groups/groups.html) or [Account Console](https://accounts.cloud.databricks.com/) (for AWS deployments).
|
|
128
128
|
* * databricks.Group data to retrieve information about databricks.Group members, entitlements and instance profiles.
|
package/getServicePrincipal.js
CHANGED
|
@@ -29,7 +29,7 @@ const utilities = require("./utilities");
|
|
|
29
29
|
*
|
|
30
30
|
* The following resources are used in the same context:
|
|
31
31
|
*
|
|
32
|
-
* * End to end workspace management guide
|
|
32
|
+
* * End to end workspace management guide.
|
|
33
33
|
* * databricks.getCurrentUser data to retrieve information about databricks.User or databricks_service_principal, that is calling Databricks REST API.
|
|
34
34
|
* * databricks.Group to manage [groups in Databricks Workspace](https://docs.databricks.com/administration-guide/users-groups/groups.html) or [Account Console](https://accounts.cloud.databricks.com/) (for AWS deployments).
|
|
35
35
|
* * databricks.Group data to retrieve information about databricks.Group members, entitlements and instance profiles.
|
|
@@ -77,7 +77,7 @@ exports.getServicePrincipal = getServicePrincipal;
|
|
|
77
77
|
*
|
|
78
78
|
* The following resources are used in the same context:
|
|
79
79
|
*
|
|
80
|
-
* * End to end workspace management guide
|
|
80
|
+
* * End to end workspace management guide.
|
|
81
81
|
* * databricks.getCurrentUser data to retrieve information about databricks.User or databricks_service_principal, that is calling Databricks REST API.
|
|
82
82
|
* * databricks.Group to manage [groups in Databricks Workspace](https://docs.databricks.com/administration-guide/users-groups/groups.html) or [Account Console](https://accounts.cloud.databricks.com/) (for AWS deployments).
|
|
83
83
|
* * databricks.Group data to retrieve information about databricks.Group members, entitlements and instance profiles.
|
|
@@ -4,7 +4,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
4
4
|
*
|
|
5
5
|
* The following resources are used in the same context:
|
|
6
6
|
*
|
|
7
|
-
* * End to end workspace management guide
|
|
7
|
+
* * End to end workspace management guide.
|
|
8
8
|
* * databricks.getCurrentUser data to retrieve information about databricks.User or databricks_service_principal, that is calling Databricks REST API.
|
|
9
9
|
* * databricks.Group to manage [groups in Databricks Workspace](https://docs.databricks.com/administration-guide/users-groups/groups.html) or [Account Console](https://accounts.cloud.databricks.com/) (for AWS deployments).
|
|
10
10
|
* * databricks.Group data to retrieve information about databricks.Group members, entitlements and instance profiles.
|
|
@@ -46,7 +46,7 @@ export interface GetServicePrincipalsResult {
|
|
|
46
46
|
*
|
|
47
47
|
* The following resources are used in the same context:
|
|
48
48
|
*
|
|
49
|
-
* * End to end workspace management guide
|
|
49
|
+
* * End to end workspace management guide.
|
|
50
50
|
* * databricks.getCurrentUser data to retrieve information about databricks.User or databricks_service_principal, that is calling Databricks REST API.
|
|
51
51
|
* * databricks.Group to manage [groups in Databricks Workspace](https://docs.databricks.com/administration-guide/users-groups/groups.html) or [Account Console](https://accounts.cloud.databricks.com/) (for AWS deployments).
|
|
52
52
|
* * databricks.Group data to retrieve information about databricks.Group members, entitlements and instance profiles.
|
package/getServicePrincipals.js
CHANGED
|
@@ -10,7 +10,7 @@ const utilities = require("./utilities");
|
|
|
10
10
|
*
|
|
11
11
|
* The following resources are used in the same context:
|
|
12
12
|
*
|
|
13
|
-
* * End to end workspace management guide
|
|
13
|
+
* * End to end workspace management guide.
|
|
14
14
|
* * databricks.getCurrentUser data to retrieve information about databricks.User or databricks_service_principal, that is calling Databricks REST API.
|
|
15
15
|
* * databricks.Group to manage [groups in Databricks Workspace](https://docs.databricks.com/administration-guide/users-groups/groups.html) or [Account Console](https://accounts.cloud.databricks.com/) (for AWS deployments).
|
|
16
16
|
* * databricks.Group data to retrieve information about databricks.Group members, entitlements and instance profiles.
|
|
@@ -33,7 +33,7 @@ exports.getServicePrincipals = getServicePrincipals;
|
|
|
33
33
|
*
|
|
34
34
|
* The following resources are used in the same context:
|
|
35
35
|
*
|
|
36
|
-
* * End to end workspace management guide
|
|
36
|
+
* * End to end workspace management guide.
|
|
37
37
|
* * databricks.getCurrentUser data to retrieve information about databricks.User or databricks_service_principal, that is calling Databricks REST API.
|
|
38
38
|
* * databricks.Group to manage [groups in Databricks Workspace](https://docs.databricks.com/administration-guide/users-groups/groups.html) or [Account Console](https://accounts.cloud.databricks.com/) (for AWS deployments).
|
|
39
39
|
* * databricks.Group data to retrieve information about databricks.Group members, entitlements and instance profiles.
|
package/getSparkVersion.d.ts
CHANGED
|
@@ -31,7 +31,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
31
31
|
*
|
|
32
32
|
* The following resources are used in the same context:
|
|
33
33
|
*
|
|
34
|
-
* * End to end workspace management guide
|
|
34
|
+
* * End to end workspace management guide.
|
|
35
35
|
* * databricks.Cluster to create [Databricks Clusters](https://docs.databricks.com/clusters/index.html).
|
|
36
36
|
* * databricks.ClusterPolicy to create a databricks.Cluster policy, which limits the ability to create clusters based on a set of rules.
|
|
37
37
|
* * databricks.InstancePool to manage [instance pools](https://docs.databricks.com/clusters/instance-pools/index.html) to reduce cluster start and auto-scaling times by maintaining a set of idle, ready-to-use instances.
|
|
@@ -134,7 +134,7 @@ export interface GetSparkVersionResult {
|
|
|
134
134
|
*
|
|
135
135
|
* The following resources are used in the same context:
|
|
136
136
|
*
|
|
137
|
-
* * End to end workspace management guide
|
|
137
|
+
* * End to end workspace management guide.
|
|
138
138
|
* * databricks.Cluster to create [Databricks Clusters](https://docs.databricks.com/clusters/index.html).
|
|
139
139
|
* * databricks.ClusterPolicy to create a databricks.Cluster policy, which limits the ability to create clusters based on a set of rules.
|
|
140
140
|
* * databricks.InstancePool to manage [instance pools](https://docs.databricks.com/clusters/instance-pools/index.html) to reduce cluster start and auto-scaling times by maintaining a set of idle, ready-to-use instances.
|
package/getSparkVersion.js
CHANGED
|
@@ -37,7 +37,7 @@ const utilities = require("./utilities");
|
|
|
37
37
|
*
|
|
38
38
|
* The following resources are used in the same context:
|
|
39
39
|
*
|
|
40
|
-
* * End to end workspace management guide
|
|
40
|
+
* * End to end workspace management guide.
|
|
41
41
|
* * databricks.Cluster to create [Databricks Clusters](https://docs.databricks.com/clusters/index.html).
|
|
42
42
|
* * databricks.ClusterPolicy to create a databricks.Cluster policy, which limits the ability to create clusters based on a set of rules.
|
|
43
43
|
* * databricks.InstancePool to manage [instance pools](https://docs.databricks.com/clusters/instance-pools/index.html) to reduce cluster start and auto-scaling times by maintaining a set of idle, ready-to-use instances.
|
|
@@ -92,7 +92,7 @@ exports.getSparkVersion = getSparkVersion;
|
|
|
92
92
|
*
|
|
93
93
|
* The following resources are used in the same context:
|
|
94
94
|
*
|
|
95
|
-
* * End to end workspace management guide
|
|
95
|
+
* * End to end workspace management guide.
|
|
96
96
|
* * databricks.Cluster to create [Databricks Clusters](https://docs.databricks.com/clusters/index.html).
|
|
97
97
|
* * databricks.ClusterPolicy to create a databricks.Cluster policy, which limits the ability to create clusters based on a set of rules.
|
|
98
98
|
* * databricks.InstancePool to manage [instance pools](https://docs.databricks.com/clusters/instance-pools/index.html) to reduce cluster start and auto-scaling times by maintaining a set of idle, ready-to-use instances.
|
package/getUser.d.ts
CHANGED
|
@@ -23,7 +23,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
23
23
|
*
|
|
24
24
|
* The following resources are used in the same context:
|
|
25
25
|
*
|
|
26
|
-
* * End to end workspace management guide
|
|
26
|
+
* * End to end workspace management guide.
|
|
27
27
|
* * databricks.getCurrentUser data to retrieve information about databricks.User or databricks_service_principal, that is calling Databricks REST API.
|
|
28
28
|
* * databricks.Group to manage [groups in Databricks Workspace](https://docs.databricks.com/administration-guide/users-groups/groups.html) or [Account Console](https://accounts.cloud.databricks.com/) (for AWS deployments).
|
|
29
29
|
* * databricks.Group data to retrieve information about databricks.Group members, entitlements and instance profiles.
|
|
@@ -106,7 +106,7 @@ export interface GetUserResult {
|
|
|
106
106
|
*
|
|
107
107
|
* The following resources are used in the same context:
|
|
108
108
|
*
|
|
109
|
-
* * End to end workspace management guide
|
|
109
|
+
* * End to end workspace management guide.
|
|
110
110
|
* * databricks.getCurrentUser data to retrieve information about databricks.User or databricks_service_principal, that is calling Databricks REST API.
|
|
111
111
|
* * databricks.Group to manage [groups in Databricks Workspace](https://docs.databricks.com/administration-guide/users-groups/groups.html) or [Account Console](https://accounts.cloud.databricks.com/) (for AWS deployments).
|
|
112
112
|
* * databricks.Group data to retrieve information about databricks.Group members, entitlements and instance profiles.
|
package/getUser.js
CHANGED
|
@@ -29,7 +29,7 @@ const utilities = require("./utilities");
|
|
|
29
29
|
*
|
|
30
30
|
* The following resources are used in the same context:
|
|
31
31
|
*
|
|
32
|
-
* * End to end workspace management guide
|
|
32
|
+
* * End to end workspace management guide.
|
|
33
33
|
* * databricks.getCurrentUser data to retrieve information about databricks.User or databricks_service_principal, that is calling Databricks REST API.
|
|
34
34
|
* * databricks.Group to manage [groups in Databricks Workspace](https://docs.databricks.com/administration-guide/users-groups/groups.html) or [Account Console](https://accounts.cloud.databricks.com/) (for AWS deployments).
|
|
35
35
|
* * databricks.Group data to retrieve information about databricks.Group members, entitlements and instance profiles.
|
|
@@ -72,7 +72,7 @@ exports.getUser = getUser;
|
|
|
72
72
|
*
|
|
73
73
|
* The following resources are used in the same context:
|
|
74
74
|
*
|
|
75
|
-
* * End to end workspace management guide
|
|
75
|
+
* * End to end workspace management guide.
|
|
76
76
|
* * databricks.getCurrentUser data to retrieve information about databricks.User or databricks_service_principal, that is calling Databricks REST API.
|
|
77
77
|
* * databricks.Group to manage [groups in Databricks Workspace](https://docs.databricks.com/administration-guide/users-groups/groups.html) or [Account Console](https://accounts.cloud.databricks.com/) (for AWS deployments).
|
|
78
78
|
* * databricks.Group data to retrieve information about databricks.Group members, entitlements and instance profiles.
|