@pulumi/databricks 1.50.0-alpha.1725600668 → 1.50.0-alpha.1725644892
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/cluster.d.ts +0 -54
- package/cluster.js +0 -54
- package/cluster.js.map +1 -1
- package/getAwsAssumeRolePolicy.d.ts +2 -2
- package/getAwsAssumeRolePolicy.js +2 -2
- package/getCatalog.d.ts +2 -2
- package/getCatalog.js +2 -2
- package/getCatalogs.d.ts +2 -2
- package/getCatalogs.js +2 -2
- package/getCluster.d.ts +2 -2
- package/getCluster.js +2 -2
- package/getClusterPolicy.d.ts +2 -2
- package/getClusterPolicy.js +2 -2
- package/getClusters.d.ts +2 -2
- package/getClusters.js +2 -2
- package/getCurrentMetastore.d.ts +2 -2
- package/getCurrentMetastore.js +2 -2
- package/getCurrentUser.d.ts +2 -2
- package/getCurrentUser.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/getDirectory.d.ts +2 -2
- package/getDirectory.js +2 -2
- package/getGroup.d.ts +2 -2
- package/getGroup.js +2 -2
- package/getInstancePool.d.ts +2 -2
- package/getInstancePool.js +2 -2
- package/getJob.d.ts +2 -2
- package/getJob.js +2 -2
- package/getJobs.d.ts +2 -2
- package/getJobs.js +2 -2
- package/getMetastore.d.ts +2 -2
- package/getMetastore.js +2 -2
- package/getMlflowExperiment.d.ts +2 -2
- package/getMlflowExperiment.js +2 -2
- package/getMlflowModel.d.ts +2 -2
- package/getMlflowModel.js +2 -2
- package/getMwsCredentials.d.ts +2 -2
- package/getMwsCredentials.js +2 -2
- package/getMwsWorkspaces.d.ts +4 -4
- package/getMwsWorkspaces.js +4 -4
- package/getNodeType.d.ts +2 -2
- package/getNodeType.js +2 -2
- package/getNotebook.d.ts +2 -2
- package/getNotebook.js +2 -2
- package/getNotebookPaths.d.ts +2 -2
- package/getNotebookPaths.js +2 -2
- package/getPipelines.d.ts +2 -2
- package/getPipelines.js +2 -2
- package/getSchemas.d.ts +2 -2
- package/getSchemas.js +2 -2
- 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/getSqlWarehouse.d.ts +2 -2
- package/getSqlWarehouse.js +2 -2
- package/getSqlWarehouses.d.ts +2 -2
- package/getSqlWarehouses.js +2 -2
- package/getTable.d.ts +2 -2
- package/getTable.js +2 -2
- package/getTables.d.ts +2 -2
- package/getTables.js +2 -2
- package/getUser.d.ts +2 -2
- package/getUser.js +2 -2
- package/getViews.d.ts +2 -2
- package/getViews.js +2 -2
- package/getZones.d.ts +2 -2
- package/getZones.js +2 -2
- package/gitCredential.d.ts +3 -3
- package/mount.d.ts +0 -315
- package/mount.js +0 -315
- package/mount.js.map +1 -1
- package/mwsCredentials.d.ts +52 -5
- package/mwsCredentials.js +28 -5
- package/mwsCredentials.js.map +1 -1
- package/mwsCustomerManagedKeys.d.ts +0 -9
- package/mwsCustomerManagedKeys.js +0 -9
- package/mwsCustomerManagedKeys.js.map +1 -1
- package/mwsNetworks.d.ts +78 -43
- package/mwsNetworks.js +80 -45
- package/mwsNetworks.js.map +1 -1
- package/mwsPrivateAccessSettings.d.ts +1 -1
- package/mwsPrivateAccessSettings.js +1 -1
- package/mwsStorageConfigurations.d.ts +51 -6
- package/mwsStorageConfigurations.js +24 -6
- package/mwsStorageConfigurations.js.map +1 -1
- package/mwsVpcEndpoint.d.ts +1 -1
- package/mwsVpcEndpoint.js +1 -1
- package/package.json +2 -2
- package/sqlPermissions.d.ts +0 -9
- package/sqlPermissions.js.map +1 -1
- package/types/input.d.ts +2 -2
- package/types/output.d.ts +2 -2
package/cluster.d.ts
CHANGED
|
@@ -2,60 +2,6 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
2
2
|
import * as inputs from "./types/input";
|
|
3
3
|
import * as outputs from "./types/output";
|
|
4
4
|
/**
|
|
5
|
-
* This resource allows you to manage [Databricks Clusters](https://docs.databricks.com/clusters/index.html).
|
|
6
|
-
*
|
|
7
|
-
* > **Note** In case of `Cannot access cluster ####-######-####### that was terminated or unpinned more than 30 days ago` command.
|
|
8
|
-
*
|
|
9
|
-
* ```typescript
|
|
10
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
11
|
-
* import * as databricks from "@pulumi/databricks";
|
|
12
|
-
*
|
|
13
|
-
* const smallest = databricks.getNodeType({
|
|
14
|
-
* localDisk: true,
|
|
15
|
-
* });
|
|
16
|
-
* const latestLts = databricks.getSparkVersion({
|
|
17
|
-
* longTermSupport: true,
|
|
18
|
-
* });
|
|
19
|
-
* const sharedAutoscaling = new databricks.Cluster("shared_autoscaling", {
|
|
20
|
-
* clusterName: "Shared Autoscaling",
|
|
21
|
-
* sparkVersion: latestLts.then(latestLts => latestLts.id),
|
|
22
|
-
* nodeTypeId: smallest.then(smallest => smallest.id),
|
|
23
|
-
* autoterminationMinutes: 20,
|
|
24
|
-
* autoscale: {
|
|
25
|
-
* minWorkers: 1,
|
|
26
|
-
* maxWorkers: 50,
|
|
27
|
-
* },
|
|
28
|
-
* });
|
|
29
|
-
* ```
|
|
30
|
-
*
|
|
31
|
-
* ## Access Control
|
|
32
|
-
*
|
|
33
|
-
* * databricks.Group and databricks.User can control which groups or individual users can create clusters.
|
|
34
|
-
* * databricks.ClusterPolicy can control which kinds of clusters users can create.
|
|
35
|
-
* * Users, who have access to Cluster Policy, but do not have an `allowClusterCreate` argument set would still be able to create clusters, but within the boundary of the policy.
|
|
36
|
-
* * databricks.Permissions can control which groups or individual users can *Manage*, *Restart* or *Attach to* individual clusters.
|
|
37
|
-
* * `instanceProfileArn` *(AWS only)* can control which data a given cluster can access through cloud-native controls.
|
|
38
|
-
*
|
|
39
|
-
* ## Related Resources
|
|
40
|
-
*
|
|
41
|
-
* The following resources are often used in the same context:
|
|
42
|
-
*
|
|
43
|
-
* * Dynamic Passthrough Clusters for a Group guide.
|
|
44
|
-
* * End to end workspace management guide.
|
|
45
|
-
* * databricks.getClusters data to retrieve a list of databricks.Cluster ids.
|
|
46
|
-
* * databricks.ClusterPolicy to create a databricks.Cluster policy, which limits the ability to create clusters based on a set of rules.
|
|
47
|
-
* * databricks.getCurrentUser data to retrieve information about databricks.User or databricks_service_principal, that is calling Databricks REST API.
|
|
48
|
-
* * databricks.GlobalInitScript to manage [global init scripts](https://docs.databricks.com/clusters/init-scripts.html#global-init-scripts), which are run on all databricks.Cluster and databricks_job.
|
|
49
|
-
* * 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.
|
|
50
|
-
* * databricks.InstanceProfile to manage AWS EC2 instance profiles that users can launch databricks.Cluster and access data, like databricks_mount.
|
|
51
|
-
* * databricks.Job to manage [Databricks Jobs](https://docs.databricks.com/jobs.html) to run non-interactive code in a databricks_cluster.
|
|
52
|
-
* * databricks.Library to install a [library](https://docs.databricks.com/libraries/index.html) on databricks_cluster.
|
|
53
|
-
* * 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
|
-
* * databricks.getNodeType data to get the smallest node type for databricks.Cluster that fits search criteria, like amount of RAM or number of cores.
|
|
55
|
-
* * databricks.Pipeline to deploy [Delta Live Tables](https://docs.databricks.com/data-engineering/delta-live-tables/index.html).
|
|
56
|
-
* * databricks.getSparkVersion data to get [Databricks Runtime (DBR)](https://docs.databricks.com/runtime/dbr.html) version that could be used for `sparkVersion` parameter in databricks.Cluster and other resources.
|
|
57
|
-
* * databricks.getZones data to fetch all available AWS availability zones on your workspace on AWS.
|
|
58
|
-
*
|
|
59
5
|
* ## Import
|
|
60
6
|
*
|
|
61
7
|
* The resource cluster can be imported using cluster id.
|
package/cluster.js
CHANGED
|
@@ -6,60 +6,6 @@ exports.Cluster = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
* This resource allows you to manage [Databricks Clusters](https://docs.databricks.com/clusters/index.html).
|
|
10
|
-
*
|
|
11
|
-
* > **Note** In case of `Cannot access cluster ####-######-####### that was terminated or unpinned more than 30 days ago` command.
|
|
12
|
-
*
|
|
13
|
-
* ```typescript
|
|
14
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
15
|
-
* import * as databricks from "@pulumi/databricks";
|
|
16
|
-
*
|
|
17
|
-
* const smallest = databricks.getNodeType({
|
|
18
|
-
* localDisk: true,
|
|
19
|
-
* });
|
|
20
|
-
* const latestLts = databricks.getSparkVersion({
|
|
21
|
-
* longTermSupport: true,
|
|
22
|
-
* });
|
|
23
|
-
* const sharedAutoscaling = new databricks.Cluster("shared_autoscaling", {
|
|
24
|
-
* clusterName: "Shared Autoscaling",
|
|
25
|
-
* sparkVersion: latestLts.then(latestLts => latestLts.id),
|
|
26
|
-
* nodeTypeId: smallest.then(smallest => smallest.id),
|
|
27
|
-
* autoterminationMinutes: 20,
|
|
28
|
-
* autoscale: {
|
|
29
|
-
* minWorkers: 1,
|
|
30
|
-
* maxWorkers: 50,
|
|
31
|
-
* },
|
|
32
|
-
* });
|
|
33
|
-
* ```
|
|
34
|
-
*
|
|
35
|
-
* ## Access Control
|
|
36
|
-
*
|
|
37
|
-
* * databricks.Group and databricks.User can control which groups or individual users can create clusters.
|
|
38
|
-
* * databricks.ClusterPolicy can control which kinds of clusters users can create.
|
|
39
|
-
* * Users, who have access to Cluster Policy, but do not have an `allowClusterCreate` argument set would still be able to create clusters, but within the boundary of the policy.
|
|
40
|
-
* * databricks.Permissions can control which groups or individual users can *Manage*, *Restart* or *Attach to* individual clusters.
|
|
41
|
-
* * `instanceProfileArn` *(AWS only)* can control which data a given cluster can access through cloud-native controls.
|
|
42
|
-
*
|
|
43
|
-
* ## Related Resources
|
|
44
|
-
*
|
|
45
|
-
* The following resources are often used in the same context:
|
|
46
|
-
*
|
|
47
|
-
* * Dynamic Passthrough Clusters for a Group guide.
|
|
48
|
-
* * End to end workspace management guide.
|
|
49
|
-
* * databricks.getClusters data to retrieve a list of databricks.Cluster ids.
|
|
50
|
-
* * databricks.ClusterPolicy to create a databricks.Cluster policy, which limits the ability to create clusters based on a set of rules.
|
|
51
|
-
* * databricks.getCurrentUser data to retrieve information about databricks.User or databricks_service_principal, that is calling Databricks REST API.
|
|
52
|
-
* * databricks.GlobalInitScript to manage [global init scripts](https://docs.databricks.com/clusters/init-scripts.html#global-init-scripts), which are run on all databricks.Cluster and databricks_job.
|
|
53
|
-
* * 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.
|
|
54
|
-
* * databricks.InstanceProfile to manage AWS EC2 instance profiles that users can launch databricks.Cluster and access data, like databricks_mount.
|
|
55
|
-
* * databricks.Job to manage [Databricks Jobs](https://docs.databricks.com/jobs.html) to run non-interactive code in a databricks_cluster.
|
|
56
|
-
* * databricks.Library to install a [library](https://docs.databricks.com/libraries/index.html) on databricks_cluster.
|
|
57
|
-
* * 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`.
|
|
58
|
-
* * databricks.getNodeType data to get the smallest node type for databricks.Cluster that fits search criteria, like amount of RAM or number of cores.
|
|
59
|
-
* * databricks.Pipeline to deploy [Delta Live Tables](https://docs.databricks.com/data-engineering/delta-live-tables/index.html).
|
|
60
|
-
* * databricks.getSparkVersion data to get [Databricks Runtime (DBR)](https://docs.databricks.com/runtime/dbr.html) version that could be used for `sparkVersion` parameter in databricks.Cluster and other resources.
|
|
61
|
-
* * databricks.getZones data to fetch all available AWS availability zones on your workspace on AWS.
|
|
62
|
-
*
|
|
63
9
|
* ## Import
|
|
64
10
|
*
|
|
65
11
|
* The resource cluster can be imported using cluster id.
|
package/cluster.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cluster.js","sourceRoot":"","sources":["../cluster.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"cluster.js","sourceRoot":"","sources":["../cluster.ts"],"names":[],"mappings":"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"}
|
|
@@ -4,7 +4,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
4
4
|
*
|
|
5
5
|
* ## Example Usage
|
|
6
6
|
*
|
|
7
|
-
* End-to-end example of provisioning Cross-account IAM role with
|
|
7
|
+
* End-to-end example of provisioning Cross-account IAM role with databricks.MwsCredentials and aws_iam_role:
|
|
8
8
|
*
|
|
9
9
|
* ```typescript
|
|
10
10
|
* import * as pulumi from "@pulumi/pulumi";
|
|
@@ -83,7 +83,7 @@ export interface GetAwsAssumeRolePolicyResult {
|
|
|
83
83
|
*
|
|
84
84
|
* ## Example Usage
|
|
85
85
|
*
|
|
86
|
-
* End-to-end example of provisioning Cross-account IAM role with
|
|
86
|
+
* End-to-end example of provisioning Cross-account IAM role with databricks.MwsCredentials and aws_iam_role:
|
|
87
87
|
*
|
|
88
88
|
* ```typescript
|
|
89
89
|
* import * as pulumi from "@pulumi/pulumi";
|
|
@@ -10,7 +10,7 @@ const utilities = require("./utilities");
|
|
|
10
10
|
*
|
|
11
11
|
* ## Example Usage
|
|
12
12
|
*
|
|
13
|
-
* End-to-end example of provisioning Cross-account IAM role with
|
|
13
|
+
* End-to-end example of provisioning Cross-account IAM role with databricks.MwsCredentials and aws_iam_role:
|
|
14
14
|
*
|
|
15
15
|
* ```typescript
|
|
16
16
|
* import * as pulumi from "@pulumi/pulumi";
|
|
@@ -67,7 +67,7 @@ exports.getAwsAssumeRolePolicy = getAwsAssumeRolePolicy;
|
|
|
67
67
|
*
|
|
68
68
|
* ## Example Usage
|
|
69
69
|
*
|
|
70
|
-
* End-to-end example of provisioning Cross-account IAM role with
|
|
70
|
+
* End-to-end example of provisioning Cross-account IAM role with databricks.MwsCredentials and aws_iam_role:
|
|
71
71
|
*
|
|
72
72
|
* ```typescript
|
|
73
73
|
* import * as pulumi from "@pulumi/pulumi";
|
package/getCatalog.d.ts
CHANGED
|
@@ -4,7 +4,7 @@ import * as outputs from "./types/output";
|
|
|
4
4
|
/**
|
|
5
5
|
* > **Note** This data source could be only used with workspace-level provider!
|
|
6
6
|
*
|
|
7
|
-
* > **Note** If you have a fully automated setup with workspaces created by
|
|
7
|
+
* > **Note** If you have a fully automated setup with workspaces created by databricks.MwsWorkspaces or azurerm_databricks_workspace, please make sure to add dependsOn attribute in order to prevent _default auth: cannot configure default credentials_ errors.
|
|
8
8
|
*
|
|
9
9
|
* Retrieves details of a specific catalog in Unity Catalog, that were created by Pulumi or manually. Use databricks.getCatalogs to retrieve IDs of multiple catalogs from Unity Catalog
|
|
10
10
|
*
|
|
@@ -73,7 +73,7 @@ export interface GetCatalogResult {
|
|
|
73
73
|
/**
|
|
74
74
|
* > **Note** This data source could be only used with workspace-level provider!
|
|
75
75
|
*
|
|
76
|
-
* > **Note** If you have a fully automated setup with workspaces created by
|
|
76
|
+
* > **Note** If you have a fully automated setup with workspaces created by databricks.MwsWorkspaces or azurerm_databricks_workspace, please make sure to add dependsOn attribute in order to prevent _default auth: cannot configure default credentials_ errors.
|
|
77
77
|
*
|
|
78
78
|
* Retrieves details of a specific catalog in Unity Catalog, that were created by Pulumi or manually. Use databricks.getCatalogs to retrieve IDs of multiple catalogs from Unity Catalog
|
|
79
79
|
*
|
package/getCatalog.js
CHANGED
|
@@ -8,7 +8,7 @@ const utilities = require("./utilities");
|
|
|
8
8
|
/**
|
|
9
9
|
* > **Note** This data source could be only used with workspace-level provider!
|
|
10
10
|
*
|
|
11
|
-
* > **Note** If you have a fully automated setup with workspaces created by
|
|
11
|
+
* > **Note** If you have a fully automated setup with workspaces created by databricks.MwsWorkspaces or azurerm_databricks_workspace, please make sure to add dependsOn attribute in order to prevent _default auth: cannot configure default credentials_ errors.
|
|
12
12
|
*
|
|
13
13
|
* Retrieves details of a specific catalog in Unity Catalog, that were created by Pulumi or manually. Use databricks.getCatalogs to retrieve IDs of multiple catalogs from Unity Catalog
|
|
14
14
|
*
|
|
@@ -51,7 +51,7 @@ exports.getCatalog = getCatalog;
|
|
|
51
51
|
/**
|
|
52
52
|
* > **Note** This data source could be only used with workspace-level provider!
|
|
53
53
|
*
|
|
54
|
-
* > **Note** If you have a fully automated setup with workspaces created by
|
|
54
|
+
* > **Note** If you have a fully automated setup with workspaces created by databricks.MwsWorkspaces or azurerm_databricks_workspace, please make sure to add dependsOn attribute in order to prevent _default auth: cannot configure default credentials_ errors.
|
|
55
55
|
*
|
|
56
56
|
* Retrieves details of a specific catalog in Unity Catalog, that were created by Pulumi or manually. Use databricks.getCatalogs to retrieve IDs of multiple catalogs from Unity Catalog
|
|
57
57
|
*
|
package/getCatalogs.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
2
2
|
/**
|
|
3
3
|
* > **Note** This data source could be only used with workspace-level provider!
|
|
4
4
|
*
|
|
5
|
-
* > **Note** If you have a fully automated setup with workspaces created by
|
|
5
|
+
* > **Note** If you have a fully automated setup with workspaces created by databricks.MwsWorkspaces or azurerm_databricks_workspace, please make sure to add dependsOn attribute in order to prevent _default auth: cannot configure default credentials_ errors.
|
|
6
6
|
*
|
|
7
7
|
* Retrieves a list of databricks.Catalog ids, that were created by Pulumi or manually, so that special handling could be applied.
|
|
8
8
|
*
|
|
@@ -51,7 +51,7 @@ export interface GetCatalogsResult {
|
|
|
51
51
|
/**
|
|
52
52
|
* > **Note** This data source could be only used with workspace-level provider!
|
|
53
53
|
*
|
|
54
|
-
* > **Note** If you have a fully automated setup with workspaces created by
|
|
54
|
+
* > **Note** If you have a fully automated setup with workspaces created by databricks.MwsWorkspaces or azurerm_databricks_workspace, please make sure to add dependsOn attribute in order to prevent _default auth: cannot configure default credentials_ errors.
|
|
55
55
|
*
|
|
56
56
|
* Retrieves a list of databricks.Catalog ids, that were created by Pulumi or manually, so that special handling could be applied.
|
|
57
57
|
*
|
package/getCatalogs.js
CHANGED
|
@@ -8,7 +8,7 @@ const utilities = require("./utilities");
|
|
|
8
8
|
/**
|
|
9
9
|
* > **Note** This data source could be only used with workspace-level provider!
|
|
10
10
|
*
|
|
11
|
-
* > **Note** If you have a fully automated setup with workspaces created by
|
|
11
|
+
* > **Note** If you have a fully automated setup with workspaces created by databricks.MwsWorkspaces or azurerm_databricks_workspace, please make sure to add dependsOn attribute in order to prevent _default auth: cannot configure default credentials_ errors.
|
|
12
12
|
*
|
|
13
13
|
* Retrieves a list of databricks.Catalog ids, that were created by Pulumi or manually, so that special handling could be applied.
|
|
14
14
|
*
|
|
@@ -42,7 +42,7 @@ exports.getCatalogs = getCatalogs;
|
|
|
42
42
|
/**
|
|
43
43
|
* > **Note** This data source could be only used with workspace-level provider!
|
|
44
44
|
*
|
|
45
|
-
* > **Note** If you have a fully automated setup with workspaces created by
|
|
45
|
+
* > **Note** If you have a fully automated setup with workspaces created by databricks.MwsWorkspaces or azurerm_databricks_workspace, please make sure to add dependsOn attribute in order to prevent _default auth: cannot configure default credentials_ errors.
|
|
46
46
|
*
|
|
47
47
|
* Retrieves a list of databricks.Catalog ids, that were created by Pulumi or manually, so that special handling could be applied.
|
|
48
48
|
*
|
package/getCluster.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
2
2
|
import * as inputs from "./types/input";
|
|
3
3
|
import * as outputs from "./types/output";
|
|
4
4
|
/**
|
|
5
|
-
* > **Note** If you have a fully automated setup with workspaces created by
|
|
5
|
+
* > **Note** If you have a fully automated setup with workspaces created by databricks.MwsWorkspaces or azurerm_databricks_workspace, please make sure to add dependsOn attribute in order to prevent _default auth: cannot configure default credentials_ errors.
|
|
6
6
|
*
|
|
7
7
|
* Retrieves information about a databricks.Cluster using its id. This could be retrieved programmatically using databricks.getClusters data source.
|
|
8
8
|
*
|
|
@@ -73,7 +73,7 @@ export interface GetClusterResult {
|
|
|
73
73
|
readonly id: string;
|
|
74
74
|
}
|
|
75
75
|
/**
|
|
76
|
-
* > **Note** If you have a fully automated setup with workspaces created by
|
|
76
|
+
* > **Note** If you have a fully automated setup with workspaces created by databricks.MwsWorkspaces or azurerm_databricks_workspace, please make sure to add dependsOn attribute in order to prevent _default auth: cannot configure default credentials_ errors.
|
|
77
77
|
*
|
|
78
78
|
* Retrieves information about a databricks.Cluster using its id. This could be retrieved programmatically using databricks.getClusters data source.
|
|
79
79
|
*
|
package/getCluster.js
CHANGED
|
@@ -6,7 +6,7 @@ exports.getClusterOutput = exports.getCluster = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
* > **Note** If you have a fully automated setup with workspaces created by
|
|
9
|
+
* > **Note** If you have a fully automated setup with workspaces created by databricks.MwsWorkspaces or azurerm_databricks_workspace, please make sure to add dependsOn attribute in order to prevent _default auth: cannot configure default credentials_ errors.
|
|
10
10
|
*
|
|
11
11
|
* Retrieves information about a databricks.Cluster using its id. This could be retrieved programmatically using databricks.getClusters data source.
|
|
12
12
|
*
|
|
@@ -48,7 +48,7 @@ function getCluster(args, opts) {
|
|
|
48
48
|
}
|
|
49
49
|
exports.getCluster = getCluster;
|
|
50
50
|
/**
|
|
51
|
-
* > **Note** If you have a fully automated setup with workspaces created by
|
|
51
|
+
* > **Note** If you have a fully automated setup with workspaces created by databricks.MwsWorkspaces or azurerm_databricks_workspace, please make sure to add dependsOn attribute in order to prevent _default auth: cannot configure default credentials_ errors.
|
|
52
52
|
*
|
|
53
53
|
* Retrieves information about a databricks.Cluster using its id. This could be retrieved programmatically using databricks.getClusters data source.
|
|
54
54
|
*
|
package/getClusterPolicy.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
/**
|
|
3
|
-
* > **Note** If you have a fully automated setup with workspaces created by
|
|
3
|
+
* > **Note** If you have a fully automated setup with workspaces created by databricks.MwsWorkspaces or azurerm_databricks_workspace, please make sure to add dependsOn attribute in order to prevent _default auth: cannot configure default credentials_ errors.
|
|
4
4
|
*
|
|
5
5
|
* Retrieves information about databricks_cluster_policy.
|
|
6
6
|
*
|
|
@@ -91,7 +91,7 @@ export interface GetClusterPolicyResult {
|
|
|
91
91
|
readonly policyFamilyId: string;
|
|
92
92
|
}
|
|
93
93
|
/**
|
|
94
|
-
* > **Note** If you have a fully automated setup with workspaces created by
|
|
94
|
+
* > **Note** If you have a fully automated setup with workspaces created by databricks.MwsWorkspaces or azurerm_databricks_workspace, please make sure to add dependsOn attribute in order to prevent _default auth: cannot configure default credentials_ errors.
|
|
95
95
|
*
|
|
96
96
|
* Retrieves information about databricks_cluster_policy.
|
|
97
97
|
*
|
package/getClusterPolicy.js
CHANGED
|
@@ -6,7 +6,7 @@ exports.getClusterPolicyOutput = exports.getClusterPolicy = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
* > **Note** If you have a fully automated setup with workspaces created by
|
|
9
|
+
* > **Note** If you have a fully automated setup with workspaces created by databricks.MwsWorkspaces or azurerm_databricks_workspace, please make sure to add dependsOn attribute in order to prevent _default auth: cannot configure default credentials_ errors.
|
|
10
10
|
*
|
|
11
11
|
* Retrieves information about databricks_cluster_policy.
|
|
12
12
|
*
|
|
@@ -40,7 +40,7 @@ function getClusterPolicy(args, opts) {
|
|
|
40
40
|
}
|
|
41
41
|
exports.getClusterPolicy = getClusterPolicy;
|
|
42
42
|
/**
|
|
43
|
-
* > **Note** If you have a fully automated setup with workspaces created by
|
|
43
|
+
* > **Note** If you have a fully automated setup with workspaces created by databricks.MwsWorkspaces or azurerm_databricks_workspace, please make sure to add dependsOn attribute in order to prevent _default auth: cannot configure default credentials_ errors.
|
|
44
44
|
*
|
|
45
45
|
* Retrieves information about databricks_cluster_policy.
|
|
46
46
|
*
|
package/getClusters.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
/**
|
|
3
|
-
* > **Note** If you have a fully automated setup with workspaces created by
|
|
3
|
+
* > **Note** If you have a fully automated setup with workspaces created by databricks.MwsWorkspaces or azurerm_databricks_workspace, please make sure to add dependsOn attribute in order to prevent _default auth: cannot configure default credentials_ errors.
|
|
4
4
|
*
|
|
5
5
|
* Retrieves a list of databricks.Cluster ids, that were created by Pulumi or manually, with or without databricks_cluster_policy.
|
|
6
6
|
*
|
|
@@ -65,7 +65,7 @@ export interface GetClustersResult {
|
|
|
65
65
|
readonly ids: string[];
|
|
66
66
|
}
|
|
67
67
|
/**
|
|
68
|
-
* > **Note** If you have a fully automated setup with workspaces created by
|
|
68
|
+
* > **Note** If you have a fully automated setup with workspaces created by databricks.MwsWorkspaces or azurerm_databricks_workspace, please make sure to add dependsOn attribute in order to prevent _default auth: cannot configure default credentials_ errors.
|
|
69
69
|
*
|
|
70
70
|
* Retrieves a list of databricks.Cluster ids, that were created by Pulumi or manually, with or without databricks_cluster_policy.
|
|
71
71
|
*
|
package/getClusters.js
CHANGED
|
@@ -6,7 +6,7 @@ exports.getClustersOutput = exports.getClusters = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
* > **Note** If you have a fully automated setup with workspaces created by
|
|
9
|
+
* > **Note** If you have a fully automated setup with workspaces created by databricks.MwsWorkspaces or azurerm_databricks_workspace, please make sure to add dependsOn attribute in order to prevent _default auth: cannot configure default credentials_ errors.
|
|
10
10
|
*
|
|
11
11
|
* Retrieves a list of databricks.Cluster ids, that were created by Pulumi or manually, with or without databricks_cluster_policy.
|
|
12
12
|
*
|
|
@@ -55,7 +55,7 @@ function getClusters(args, opts) {
|
|
|
55
55
|
}
|
|
56
56
|
exports.getClusters = getClusters;
|
|
57
57
|
/**
|
|
58
|
-
* > **Note** If you have a fully automated setup with workspaces created by
|
|
58
|
+
* > **Note** If you have a fully automated setup with workspaces created by databricks.MwsWorkspaces or azurerm_databricks_workspace, please make sure to add dependsOn attribute in order to prevent _default auth: cannot configure default credentials_ errors.
|
|
59
59
|
*
|
|
60
60
|
* Retrieves a list of databricks.Cluster ids, that were created by Pulumi or manually, with or without databricks_cluster_policy.
|
|
61
61
|
*
|
package/getCurrentMetastore.d.ts
CHANGED
|
@@ -6,7 +6,7 @@ import * as outputs from "./types/output";
|
|
|
6
6
|
*
|
|
7
7
|
* > **Note** This is the workspace-level data source.
|
|
8
8
|
*
|
|
9
|
-
* > **Note** If you have a fully automated setup with workspaces created by
|
|
9
|
+
* > **Note** If you have a fully automated setup with workspaces created by databricks.MwsWorkspaces or azurerm_databricks_workspace, please make sure to add dependsOn attribute to prevent _authentication is not configured for provider_ errors.
|
|
10
10
|
*
|
|
11
11
|
* ## Example Usage
|
|
12
12
|
*
|
|
@@ -61,7 +61,7 @@ export interface GetCurrentMetastoreResult {
|
|
|
61
61
|
*
|
|
62
62
|
* > **Note** This is the workspace-level data source.
|
|
63
63
|
*
|
|
64
|
-
* > **Note** If you have a fully automated setup with workspaces created by
|
|
64
|
+
* > **Note** If you have a fully automated setup with workspaces created by databricks.MwsWorkspaces or azurerm_databricks_workspace, please make sure to add dependsOn attribute to prevent _authentication is not configured for provider_ errors.
|
|
65
65
|
*
|
|
66
66
|
* ## Example Usage
|
|
67
67
|
*
|
package/getCurrentMetastore.js
CHANGED
|
@@ -10,7 +10,7 @@ const utilities = require("./utilities");
|
|
|
10
10
|
*
|
|
11
11
|
* > **Note** This is the workspace-level data source.
|
|
12
12
|
*
|
|
13
|
-
* > **Note** If you have a fully automated setup with workspaces created by
|
|
13
|
+
* > **Note** If you have a fully automated setup with workspaces created by databricks.MwsWorkspaces or azurerm_databricks_workspace, please make sure to add dependsOn attribute to prevent _authentication is not configured for provider_ errors.
|
|
14
14
|
*
|
|
15
15
|
* ## Example Usage
|
|
16
16
|
*
|
|
@@ -47,7 +47,7 @@ exports.getCurrentMetastore = getCurrentMetastore;
|
|
|
47
47
|
*
|
|
48
48
|
* > **Note** This is the workspace-level data source.
|
|
49
49
|
*
|
|
50
|
-
* > **Note** If you have a fully automated setup with workspaces created by
|
|
50
|
+
* > **Note** If you have a fully automated setup with workspaces created by databricks.MwsWorkspaces or azurerm_databricks_workspace, please make sure to add dependsOn attribute to prevent _authentication is not configured for provider_ errors.
|
|
51
51
|
*
|
|
52
52
|
* ## Example Usage
|
|
53
53
|
*
|
package/getCurrentUser.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
/**
|
|
3
|
-
* > **Note** If you have a fully automated setup with workspaces created by
|
|
3
|
+
* > **Note** If you have a fully automated setup with workspaces created by databricks.MwsWorkspaces or azurerm_databricks_workspace, please make sure to add dependsOn attribute in order to prevent _default auth: cannot configure default credentials_ errors.
|
|
4
4
|
*
|
|
5
5
|
* Retrieves information about databricks.User or databricks_service_principal, that is calling Databricks REST API. Might be useful in applying the same Pulumi by different users in the shared workspace for testing purposes.
|
|
6
6
|
*/
|
|
@@ -22,7 +22,7 @@ export interface GetCurrentUserResult {
|
|
|
22
22
|
readonly workspaceUrl: string;
|
|
23
23
|
}
|
|
24
24
|
/**
|
|
25
|
-
* > **Note** If you have a fully automated setup with workspaces created by
|
|
25
|
+
* > **Note** If you have a fully automated setup with workspaces created by databricks.MwsWorkspaces or azurerm_databricks_workspace, please make sure to add dependsOn attribute in order to prevent _default auth: cannot configure default credentials_ errors.
|
|
26
26
|
*
|
|
27
27
|
* Retrieves information about databricks.User or databricks_service_principal, that is calling Databricks REST API. Might be useful in applying the same Pulumi by different users in the shared workspace for testing purposes.
|
|
28
28
|
*/
|
package/getCurrentUser.js
CHANGED
|
@@ -6,7 +6,7 @@ exports.getCurrentUserOutput = exports.getCurrentUser = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
* > **Note** If you have a fully automated setup with workspaces created by
|
|
9
|
+
* > **Note** If you have a fully automated setup with workspaces created by databricks.MwsWorkspaces or azurerm_databricks_workspace, please make sure to add dependsOn attribute in order to prevent _default auth: cannot configure default credentials_ errors.
|
|
10
10
|
*
|
|
11
11
|
* Retrieves information about databricks.User or databricks_service_principal, that is calling Databricks REST API. Might be useful in applying the same Pulumi by different users in the shared workspace for testing purposes.
|
|
12
12
|
*/
|
|
@@ -16,7 +16,7 @@ function getCurrentUser(opts) {
|
|
|
16
16
|
}
|
|
17
17
|
exports.getCurrentUser = getCurrentUser;
|
|
18
18
|
/**
|
|
19
|
-
* > **Note** If you have a fully automated setup with workspaces created by
|
|
19
|
+
* > **Note** If you have a fully automated setup with workspaces created by databricks.MwsWorkspaces or azurerm_databricks_workspace, please make sure to add dependsOn attribute in order to prevent _default auth: cannot configure default credentials_ errors.
|
|
20
20
|
*
|
|
21
21
|
* Retrieves information about databricks.User or databricks_service_principal, that is calling Databricks REST API. Might be useful in applying the same Pulumi by different users in the shared workspace for testing purposes.
|
|
22
22
|
*/
|
package/getDbfsFile.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
/**
|
|
3
|
-
* > **Note** If you have a fully automated setup with workspaces created by
|
|
3
|
+
* > **Note** If you have a fully automated setup with workspaces created by databricks.MwsWorkspaces or azurerm_databricks_workspace, please make sure to add dependsOn attribute in order to prevent _default auth: cannot configure default credentials_ errors.
|
|
4
4
|
*
|
|
5
5
|
* This data source allows to get file content from [Databricks File System (DBFS)](https://docs.databricks.com/data/databricks-file-system.html).
|
|
6
6
|
*
|
|
@@ -59,7 +59,7 @@ export interface GetDbfsFileResult {
|
|
|
59
59
|
readonly path: string;
|
|
60
60
|
}
|
|
61
61
|
/**
|
|
62
|
-
* > **Note** If you have a fully automated setup with workspaces created by
|
|
62
|
+
* > **Note** If you have a fully automated setup with workspaces created by databricks.MwsWorkspaces or azurerm_databricks_workspace, please make sure to add dependsOn attribute in order to prevent _default auth: cannot configure default credentials_ errors.
|
|
63
63
|
*
|
|
64
64
|
* This data source allows to get file content from [Databricks File System (DBFS)](https://docs.databricks.com/data/databricks-file-system.html).
|
|
65
65
|
*
|
package/getDbfsFile.js
CHANGED
|
@@ -6,7 +6,7 @@ exports.getDbfsFileOutput = exports.getDbfsFile = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
* > **Note** If you have a fully automated setup with workspaces created by
|
|
9
|
+
* > **Note** If you have a fully automated setup with workspaces created by databricks.MwsWorkspaces or azurerm_databricks_workspace, please make sure to add dependsOn attribute in order to prevent _default auth: cannot configure default credentials_ errors.
|
|
10
10
|
*
|
|
11
11
|
* This data source allows to get file content from [Databricks File System (DBFS)](https://docs.databricks.com/data/databricks-file-system.html).
|
|
12
12
|
*
|
|
@@ -40,7 +40,7 @@ function getDbfsFile(args, opts) {
|
|
|
40
40
|
}
|
|
41
41
|
exports.getDbfsFile = getDbfsFile;
|
|
42
42
|
/**
|
|
43
|
-
* > **Note** If you have a fully automated setup with workspaces created by
|
|
43
|
+
* > **Note** If you have a fully automated setup with workspaces created by databricks.MwsWorkspaces or azurerm_databricks_workspace, please make sure to add dependsOn attribute in order to prevent _default auth: cannot configure default credentials_ errors.
|
|
44
44
|
*
|
|
45
45
|
* This data source allows to get file content from [Databricks File System (DBFS)](https://docs.databricks.com/data/databricks-file-system.html).
|
|
46
46
|
*
|
package/getDbfsFilePaths.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
import * as outputs from "./types/output";
|
|
3
3
|
/**
|
|
4
|
-
* > **Note** If you have a fully automated setup with workspaces created by
|
|
4
|
+
* > **Note** If you have a fully automated setup with workspaces created by databricks.MwsWorkspaces or azurerm_databricks_workspace, please make sure to add dependsOn attribute in order to prevent _default auth: cannot configure default credentials_ errors.
|
|
5
5
|
*
|
|
6
6
|
* This data source allows to get list of file names from get file content from [Databricks File System (DBFS)](https://docs.databricks.com/data/databricks-file-system.html).
|
|
7
7
|
*
|
|
@@ -58,7 +58,7 @@ export interface GetDbfsFilePathsResult {
|
|
|
58
58
|
readonly recursive: boolean;
|
|
59
59
|
}
|
|
60
60
|
/**
|
|
61
|
-
* > **Note** If you have a fully automated setup with workspaces created by
|
|
61
|
+
* > **Note** If you have a fully automated setup with workspaces created by databricks.MwsWorkspaces or azurerm_databricks_workspace, please make sure to add dependsOn attribute in order to prevent _default auth: cannot configure default credentials_ errors.
|
|
62
62
|
*
|
|
63
63
|
* This data source allows to get list of file names from get file content from [Databricks File System (DBFS)](https://docs.databricks.com/data/databricks-file-system.html).
|
|
64
64
|
*
|
package/getDbfsFilePaths.js
CHANGED
|
@@ -6,7 +6,7 @@ exports.getDbfsFilePathsOutput = exports.getDbfsFilePaths = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
* > **Note** If you have a fully automated setup with workspaces created by
|
|
9
|
+
* > **Note** If you have a fully automated setup with workspaces created by databricks.MwsWorkspaces or azurerm_databricks_workspace, please make sure to add dependsOn attribute in order to prevent _default auth: cannot configure default credentials_ errors.
|
|
10
10
|
*
|
|
11
11
|
* This data source allows to get list of file names from get file content from [Databricks File System (DBFS)](https://docs.databricks.com/data/databricks-file-system.html).
|
|
12
12
|
*
|
|
@@ -42,7 +42,7 @@ function getDbfsFilePaths(args, opts) {
|
|
|
42
42
|
}
|
|
43
43
|
exports.getDbfsFilePaths = getDbfsFilePaths;
|
|
44
44
|
/**
|
|
45
|
-
* > **Note** If you have a fully automated setup with workspaces created by
|
|
45
|
+
* > **Note** If you have a fully automated setup with workspaces created by databricks.MwsWorkspaces or azurerm_databricks_workspace, please make sure to add dependsOn attribute in order to prevent _default auth: cannot configure default credentials_ errors.
|
|
46
46
|
*
|
|
47
47
|
* This data source allows to get list of file names from get file content from [Databricks File System (DBFS)](https://docs.databricks.com/data/databricks-file-system.html).
|
|
48
48
|
*
|
package/getDirectory.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
/**
|
|
3
|
-
* > **Note** If you have a fully automated setup with workspaces created by
|
|
3
|
+
* > **Note** If you have a fully automated setup with workspaces created by databricks.MwsWorkspaces or azurerm_databricks_workspace, please make sure to add dependsOn attribute in order to prevent _default auth: cannot configure default credentials_ errors.
|
|
4
4
|
*
|
|
5
5
|
* This data source allows to get information about a directory in a Databricks Workspace.
|
|
6
6
|
*
|
|
@@ -50,7 +50,7 @@ export interface GetDirectoryResult {
|
|
|
50
50
|
readonly workspacePath: string;
|
|
51
51
|
}
|
|
52
52
|
/**
|
|
53
|
-
* > **Note** If you have a fully automated setup with workspaces created by
|
|
53
|
+
* > **Note** If you have a fully automated setup with workspaces created by databricks.MwsWorkspaces or azurerm_databricks_workspace, please make sure to add dependsOn attribute in order to prevent _default auth: cannot configure default credentials_ errors.
|
|
54
54
|
*
|
|
55
55
|
* This data source allows to get information about a directory in a Databricks Workspace.
|
|
56
56
|
*
|
package/getDirectory.js
CHANGED
|
@@ -6,7 +6,7 @@ exports.getDirectoryOutput = exports.getDirectory = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
* > **Note** If you have a fully automated setup with workspaces created by
|
|
9
|
+
* > **Note** If you have a fully automated setup with workspaces created by databricks.MwsWorkspaces or azurerm_databricks_workspace, please make sure to add dependsOn attribute in order to prevent _default auth: cannot configure default credentials_ errors.
|
|
10
10
|
*
|
|
11
11
|
* This data source allows to get information about a directory in a Databricks Workspace.
|
|
12
12
|
*
|
|
@@ -32,7 +32,7 @@ function getDirectory(args, opts) {
|
|
|
32
32
|
}
|
|
33
33
|
exports.getDirectory = getDirectory;
|
|
34
34
|
/**
|
|
35
|
-
* > **Note** If you have a fully automated setup with workspaces created by
|
|
35
|
+
* > **Note** If you have a fully automated setup with workspaces created by databricks.MwsWorkspaces or azurerm_databricks_workspace, please make sure to add dependsOn attribute in order to prevent _default auth: cannot configure default credentials_ errors.
|
|
36
36
|
*
|
|
37
37
|
* This data source allows to get information about a directory in a Databricks Workspace.
|
|
38
38
|
*
|
package/getGroup.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
/**
|
|
3
|
-
* > **Note** If you have a fully automated setup with workspaces created by
|
|
3
|
+
* > **Note** If you have a fully automated setup with workspaces created by databricks.MwsWorkspaces or azurerm_databricks_workspace, please make sure to add dependsOn attribute in order to prevent _default auth: cannot configure default credentials_ errors.
|
|
4
4
|
*
|
|
5
5
|
* Retrieves information about databricks.Group members, entitlements and instance profiles.
|
|
6
6
|
*
|
|
@@ -143,7 +143,7 @@ export interface GetGroupResult {
|
|
|
143
143
|
readonly workspaceAccess?: boolean;
|
|
144
144
|
}
|
|
145
145
|
/**
|
|
146
|
-
* > **Note** If you have a fully automated setup with workspaces created by
|
|
146
|
+
* > **Note** If you have a fully automated setup with workspaces created by databricks.MwsWorkspaces or azurerm_databricks_workspace, please make sure to add dependsOn attribute in order to prevent _default auth: cannot configure default credentials_ errors.
|
|
147
147
|
*
|
|
148
148
|
* Retrieves information about databricks.Group members, entitlements and instance profiles.
|
|
149
149
|
*
|
package/getGroup.js
CHANGED
|
@@ -6,7 +6,7 @@ exports.getGroupOutput = exports.getGroup = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
* > **Note** If you have a fully automated setup with workspaces created by
|
|
9
|
+
* > **Note** If you have a fully automated setup with workspaces created by databricks.MwsWorkspaces or azurerm_databricks_workspace, please make sure to add dependsOn attribute in order to prevent _default auth: cannot configure default credentials_ errors.
|
|
10
10
|
*
|
|
11
11
|
* Retrieves information about databricks.Group members, entitlements and instance profiles.
|
|
12
12
|
*
|
|
@@ -60,7 +60,7 @@ function getGroup(args, opts) {
|
|
|
60
60
|
}
|
|
61
61
|
exports.getGroup = getGroup;
|
|
62
62
|
/**
|
|
63
|
-
* > **Note** If you have a fully automated setup with workspaces created by
|
|
63
|
+
* > **Note** If you have a fully automated setup with workspaces created by databricks.MwsWorkspaces or azurerm_databricks_workspace, please make sure to add dependsOn attribute in order to prevent _default auth: cannot configure default credentials_ errors.
|
|
64
64
|
*
|
|
65
65
|
* Retrieves information about databricks.Group members, entitlements and instance profiles.
|
|
66
66
|
*
|