@pulumi/databricks 1.50.0-alpha.1726205574 → 1.50.0-alpha.1726827873

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.
Files changed (88) hide show
  1. package/accessControlRuleSet.d.ts +1 -1
  2. package/accessControlRuleSet.js +1 -1
  3. package/artifactAllowlist.d.ts +1 -1
  4. package/artifactAllowlist.js +1 -1
  5. package/catalog.d.ts +1 -1
  6. package/catalog.js +1 -1
  7. package/cluster.d.ts +18 -6
  8. package/cluster.js +2 -0
  9. package/cluster.js.map +1 -1
  10. package/connection.d.ts +4 -4
  11. package/connection.js +1 -1
  12. package/defaultNamespaceSetting.d.ts +1 -1
  13. package/defaultNamespaceSetting.js +1 -1
  14. package/externalLocation.d.ts +1 -1
  15. package/externalLocation.js +1 -1
  16. package/getAwsCrossAccountPolicy.d.ts +2 -2
  17. package/getAwsCrossAccountPolicy.js +2 -2
  18. package/getAwsUnityCatalogAssumeRolePolicy.d.ts +2 -2
  19. package/getAwsUnityCatalogAssumeRolePolicy.js +2 -2
  20. package/getCatalog.d.ts +2 -2
  21. package/getCatalog.js +2 -2
  22. package/getCatalogs.d.ts +2 -2
  23. package/getCatalogs.js +2 -2
  24. package/getClusters.d.ts +11 -0
  25. package/getClusters.js +1 -0
  26. package/getClusters.js.map +1 -1
  27. package/getExternalLocation.d.ts +2 -2
  28. package/getExternalLocation.js +2 -2
  29. package/getExternalLocations.d.ts +2 -2
  30. package/getExternalLocations.js +2 -2
  31. package/getMetastore.d.ts +2 -2
  32. package/getMetastore.js +2 -2
  33. package/getMetastores.d.ts +2 -2
  34. package/getMetastores.js +2 -2
  35. package/getSchemas.d.ts +2 -2
  36. package/getSchemas.js +2 -2
  37. package/getStorageCredential.d.ts +2 -2
  38. package/getStorageCredential.js +2 -2
  39. package/getStorageCredentials.d.ts +2 -2
  40. package/getStorageCredentials.js +2 -2
  41. package/getTable.d.ts +2 -2
  42. package/getTable.js +2 -2
  43. package/getTables.d.ts +2 -2
  44. package/getTables.js +2 -2
  45. package/getVolumes.d.ts +2 -2
  46. package/getVolumes.js +2 -2
  47. package/metastore.d.ts +1 -1
  48. package/metastore.js +1 -1
  49. package/metastoreAssignment.d.ts +1 -1
  50. package/metastoreAssignment.js +1 -1
  51. package/metastoreDataAccess.d.ts +1 -1
  52. package/metastoreDataAccess.js +1 -1
  53. package/metastoreProvider.d.ts +1 -1
  54. package/metastoreProvider.js +1 -1
  55. package/mwsCredentials.d.ts +3 -4
  56. package/mwsCredentials.js +0 -1
  57. package/mwsCredentials.js.map +1 -1
  58. package/onlineTable.d.ts +1 -1
  59. package/onlineTable.js +1 -1
  60. package/package.json +2 -2
  61. package/recipient.d.ts +1 -1
  62. package/recipient.js +1 -1
  63. package/registeredModel.d.ts +1 -1
  64. package/registeredModel.js +1 -1
  65. package/restrictWorkspaceAdminsSetting.d.ts +1 -1
  66. package/restrictWorkspaceAdminsSetting.js +1 -1
  67. package/schema.d.ts +1 -1
  68. package/schema.js +1 -1
  69. package/share.d.ts +16 -1
  70. package/share.js +11 -1
  71. package/share.js.map +1 -1
  72. package/sqlTable.d.ts +7 -1
  73. package/sqlTable.js +2 -0
  74. package/sqlTable.js.map +1 -1
  75. package/storageCredential.d.ts +1 -1
  76. package/storageCredential.js +1 -1
  77. package/systemSchema.d.ts +1 -1
  78. package/systemSchema.js +1 -1
  79. package/types/input.d.ts +72 -22
  80. package/types/output.d.ts +49 -19
  81. package/vectorSearchEndpoint.d.ts +9 -9
  82. package/vectorSearchEndpoint.js +3 -3
  83. package/vectorSearchIndex.d.ts +12 -12
  84. package/vectorSearchIndex.js +3 -3
  85. package/volume.d.ts +1 -1
  86. package/volume.js +1 -1
  87. package/workspaceBinding.d.ts +4 -4
  88. package/workspaceBinding.js +1 -1
package/getSchemas.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
2
  /**
3
- * > **Note** This data source could be only used with workspace-level provider!
3
+ * > **Note** This data source can only be used with a workspace-level provider!
4
4
  *
5
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
  *
@@ -56,7 +56,7 @@ export interface GetSchemasResult {
56
56
  readonly ids: string[];
57
57
  }
58
58
  /**
59
- * > **Note** This data source could be only used with workspace-level provider!
59
+ * > **Note** This data source can only be used with a workspace-level provider!
60
60
  *
61
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
  *
package/getSchemas.js CHANGED
@@ -6,7 +6,7 @@ exports.getSchemasOutput = exports.getSchemas = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("./utilities");
8
8
  /**
9
- * > **Note** This data source could be only used with workspace-level provider!
9
+ * > **Note** This data source can only be used with a workspace-level provider!
10
10
  *
11
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
  *
@@ -42,7 +42,7 @@ function getSchemas(args, opts) {
42
42
  }
43
43
  exports.getSchemas = getSchemas;
44
44
  /**
45
- * > **Note** This data source could be only used with workspace-level provider!
45
+ * > **Note** This data source can only be used with a workspace-level provider!
46
46
  *
47
47
  * > **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.
48
48
  *
@@ -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** This data source could be only used with workspace-level provider!
5
+ * > **Note** This data source can only be used with a workspace-level provider!
6
6
  *
7
7
  * Retrieves details about a databricks.StorageCredential that were created by Pulumi or manually.
8
8
  *
@@ -60,7 +60,7 @@ export interface GetStorageCredentialResult {
60
60
  readonly storageCredentialInfo: outputs.GetStorageCredentialStorageCredentialInfo;
61
61
  }
62
62
  /**
63
- * > **Note** This data source could be only used with workspace-level provider!
63
+ * > **Note** This data source can only be used with a workspace-level provider!
64
64
  *
65
65
  * Retrieves details about a databricks.StorageCredential that were created by Pulumi or manually.
66
66
  *
@@ -6,7 +6,7 @@ exports.getStorageCredentialOutput = exports.getStorageCredential = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("./utilities");
8
8
  /**
9
- * > **Note** This data source could be only used with workspace-level provider!
9
+ * > **Note** This data source can only be used with a workspace-level provider!
10
10
  *
11
11
  * Retrieves details about a databricks.StorageCredential that were created by Pulumi or manually.
12
12
  *
@@ -41,7 +41,7 @@ function getStorageCredential(args, opts) {
41
41
  }
42
42
  exports.getStorageCredential = getStorageCredential;
43
43
  /**
44
- * > **Note** This data source could be only used with workspace-level provider!
44
+ * > **Note** This data source can only be used with a workspace-level provider!
45
45
  *
46
46
  * Retrieves details about a databricks.StorageCredential that were created by Pulumi or manually.
47
47
  *
@@ -1,6 +1,6 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
2
  /**
3
- * > **Note** This data source could be only used with workspace-level provider!
3
+ * > **Note** This data source can only be used with a workspace-level provider!
4
4
  *
5
5
  * Retrieves a list of databricks.StorageCredential objects, that were created by Pulumi or manually, so that special handling could be applied.
6
6
  *
@@ -47,7 +47,7 @@ export interface GetStorageCredentialsResult {
47
47
  readonly names: string[];
48
48
  }
49
49
  /**
50
- * > **Note** This data source could be only used with workspace-level provider!
50
+ * > **Note** This data source can only be used with a workspace-level provider!
51
51
  *
52
52
  * Retrieves a list of databricks.StorageCredential objects, that were created by Pulumi or manually, so that special handling could be applied.
53
53
  *
@@ -6,7 +6,7 @@ exports.getStorageCredentialsOutput = exports.getStorageCredentials = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("./utilities");
8
8
  /**
9
- * > **Note** This data source could be only used with workspace-level provider!
9
+ * > **Note** This data source can only be used with a workspace-level provider!
10
10
  *
11
11
  * Retrieves a list of databricks.StorageCredential objects, that were created by Pulumi or manually, so that special handling could be applied.
12
12
  *
@@ -38,7 +38,7 @@ function getStorageCredentials(args, opts) {
38
38
  }
39
39
  exports.getStorageCredentials = getStorageCredentials;
40
40
  /**
41
- * > **Note** This data source could be only used with workspace-level provider!
41
+ * > **Note** This data source can only be used with a workspace-level provider!
42
42
  *
43
43
  * Retrieves a list of databricks.StorageCredential objects, that were created by Pulumi or manually, so that special handling could be applied.
44
44
  *
package/getTable.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** This data source could be only used with workspace-level provider!
5
+ * > **Note** This data source can only be used with a workspace-level provider!
6
6
  *
7
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
  *
@@ -68,7 +68,7 @@ export interface GetTableResult {
68
68
  readonly tableInfo: outputs.GetTableTableInfo;
69
69
  }
70
70
  /**
71
- * > **Note** This data source could be only used with workspace-level provider!
71
+ * > **Note** This data source can only be used with a workspace-level provider!
72
72
  *
73
73
  * > **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.
74
74
  *
package/getTable.js CHANGED
@@ -6,7 +6,7 @@ exports.getTableOutput = exports.getTable = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("./utilities");
8
8
  /**
9
- * > **Note** This data source could be only used with workspace-level provider!
9
+ * > **Note** This data source can only be used with a workspace-level provider!
10
10
  *
11
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
  *
@@ -52,7 +52,7 @@ function getTable(args, opts) {
52
52
  }
53
53
  exports.getTable = getTable;
54
54
  /**
55
- * > **Note** This data source could be only used with workspace-level provider!
55
+ * > **Note** This data source can only be used with a workspace-level provider!
56
56
  *
57
57
  * > **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.
58
58
  *
package/getTables.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
2
  /**
3
- * > **Note** This data source could be only used with workspace-level provider!
3
+ * > **Note** This data source can only be used with a workspace-level provider!
4
4
  *
5
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
  *
@@ -76,7 +76,7 @@ export interface GetTablesResult {
76
76
  readonly schemaName: string;
77
77
  }
78
78
  /**
79
- * > **Note** This data source could be only used with workspace-level provider!
79
+ * > **Note** This data source can only be used with a workspace-level provider!
80
80
  *
81
81
  * > **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.
82
82
  *
package/getTables.js CHANGED
@@ -6,7 +6,7 @@ exports.getTablesOutput = exports.getTables = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("./utilities");
8
8
  /**
9
- * > **Note** This data source could be only used with workspace-level provider!
9
+ * > **Note** This data source can only be used with a workspace-level provider!
10
10
  *
11
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
  *
@@ -58,7 +58,7 @@ function getTables(args, opts) {
58
58
  }
59
59
  exports.getTables = getTables;
60
60
  /**
61
- * > **Note** This data source could be only used with workspace-level provider!
61
+ * > **Note** This data source can only be used with a workspace-level provider!
62
62
  *
63
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
  *
package/getVolumes.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
2
  /**
3
- * > **Note** This data source could be only used with workspace-level provider!
3
+ * > **Note** This data source can only be used with a workspace-level provider!
4
4
  *
5
5
  * Retrieves a list of databricks.Volume ids (full names), that were created by Pulumi or manually.
6
6
  *
@@ -61,7 +61,7 @@ export interface GetVolumesResult {
61
61
  readonly schemaName: string;
62
62
  }
63
63
  /**
64
- * > **Note** This data source could be only used with workspace-level provider!
64
+ * > **Note** This data source can only be used with a workspace-level provider!
65
65
  *
66
66
  * Retrieves a list of databricks.Volume ids (full names), that were created by Pulumi or manually.
67
67
  *
package/getVolumes.js CHANGED
@@ -6,7 +6,7 @@ exports.getVolumesOutput = exports.getVolumes = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("./utilities");
8
8
  /**
9
- * > **Note** This data source could be only used with workspace-level provider!
9
+ * > **Note** This data source can only be used with a workspace-level provider!
10
10
  *
11
11
  * Retrieves a list of databricks.Volume ids (full names), that were created by Pulumi or manually.
12
12
  *
@@ -43,7 +43,7 @@ function getVolumes(args, opts) {
43
43
  }
44
44
  exports.getVolumes = getVolumes;
45
45
  /**
46
- * > **Note** This data source could be only used with workspace-level provider!
46
+ * > **Note** This data source can only be used with a workspace-level provider!
47
47
  *
48
48
  * Retrieves a list of databricks.Volume ids (full names), that were created by Pulumi or manually.
49
49
  *
package/metastore.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
2
  /**
3
- * > **Note** This resource could be used with account or workspace-level provider.
3
+ * > **Note** This resource can be used with an account or workspace-level provider.
4
4
  *
5
5
  * A metastore is the top-level container of objects in Unity Catalog. It stores data assets (tables and views) and the permissions that govern access to them. Databricks account admins can create metastores and assign them to Databricks workspaces in order to control which workloads use each metastore.
6
6
  *
package/metastore.js CHANGED
@@ -6,7 +6,7 @@ exports.Metastore = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("./utilities");
8
8
  /**
9
- * > **Note** This resource could be used with account or workspace-level provider.
9
+ * > **Note** This resource can be used with an account or workspace-level provider.
10
10
  *
11
11
  * A metastore is the top-level container of objects in Unity Catalog. It stores data assets (tables and views) and the permissions that govern access to them. Databricks account admins can create metastores and assign them to Databricks workspaces in order to control which workloads use each metastore.
12
12
  *
@@ -1,6 +1,6 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
2
  /**
3
- * > **Note** This resource could be only used with account-level provider!
3
+ * > **Note** This resource can be used with an account or workspace-level provider.
4
4
  *
5
5
  * A single databricks.Metastore can be shared across Databricks workspaces, and each linked workspace has a consistent view of the data and a single set of access policies. You can only create a single metastore for each region in which your organization operates.
6
6
  *
@@ -6,7 +6,7 @@ exports.MetastoreAssignment = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("./utilities");
8
8
  /**
9
- * > **Note** This resource could be only used with account-level provider!
9
+ * > **Note** This resource can be used with an account or workspace-level provider.
10
10
  *
11
11
  * A single databricks.Metastore can be shared across Databricks workspaces, and each linked workspace has a consistent view of the data and a single set of access policies. You can only create a single metastore for each region in which your organization operates.
12
12
  *
@@ -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** This resource could be used with account or workspace-level provider.
5
+ * > **Note** This resource can be used with an account or workspace-level provider.
6
6
  *
7
7
  * Optionally, each databricks.Metastore can have a default databricks.StorageCredential defined as `databricks.MetastoreDataAccess`. This will be used by Unity Catalog to access data in the root storage location if defined.
8
8
  *
@@ -6,7 +6,7 @@ exports.MetastoreDataAccess = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("./utilities");
8
8
  /**
9
- * > **Note** This resource could be used with account or workspace-level provider.
9
+ * > **Note** This resource can be used with an account or workspace-level provider.
10
10
  *
11
11
  * Optionally, each databricks.Metastore can have a default databricks.StorageCredential defined as `databricks.MetastoreDataAccess`. This will be used by Unity Catalog to access data in the root storage location if defined.
12
12
  *
@@ -1,6 +1,6 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
2
  /**
3
- * > **Note** This resource could be only used with workspace-level provider!
3
+ * > **Note** This resource can only be used with a workspace-level provider!
4
4
  *
5
5
  * In Delta Sharing, a provider is an entity that shares data with a recipient. Within a metastore, Unity Catalog provides the ability to create a provider which contains a list of shares that have been shared with you.
6
6
  *
@@ -6,7 +6,7 @@ exports.MetastoreProvider = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("./utilities");
8
8
  /**
9
- * > **Note** This resource could be only used with workspace-level provider!
9
+ * > **Note** This resource can only be used with a workspace-level provider!
10
10
  *
11
11
  * In Delta Sharing, a provider is an entity that shares data with a recipient. Within a metastore, Unity Catalog provides the ability to create a provider which contains a list of shares that have been shared with you.
12
12
  *
@@ -25,7 +25,6 @@ import * as pulumi from "@pulumi/pulumi";
25
25
  * policy: thisGetAwsCrossAccountPolicy.then(thisGetAwsCrossAccountPolicy => thisGetAwsCrossAccountPolicy.json),
26
26
  * });
27
27
  * const thisMwsCredentials = new databricks.MwsCredentials("this", {
28
- * accountId: databricksAccountId,
29
28
  * credentialsName: `${prefix}-creds`,
30
29
  * roleArn: crossAccountRole.arn,
31
30
  * });
@@ -69,7 +68,7 @@ export declare class MwsCredentials extends pulumi.CustomResource {
69
68
  */
70
69
  static isInstance(obj: any): obj is MwsCredentials;
71
70
  /**
72
- * Account Id that could be found in the top right corner of [Accounts Console](https://accounts.cloud.databricks.com/)
71
+ * **(Deprecated)** Maintained for backwards compatibility and will be removed in a later version. It should now be specified under a provider instance where `host = "https://accounts.cloud.databricks.com"`
73
72
  *
74
73
  * @deprecated `accountId` should be set as part of the Databricks Config, not in the resource.
75
74
  */
@@ -105,7 +104,7 @@ export declare class MwsCredentials extends pulumi.CustomResource {
105
104
  */
106
105
  export interface MwsCredentialsState {
107
106
  /**
108
- * Account Id that could be found in the top right corner of [Accounts Console](https://accounts.cloud.databricks.com/)
107
+ * **(Deprecated)** Maintained for backwards compatibility and will be removed in a later version. It should now be specified under a provider instance where `host = "https://accounts.cloud.databricks.com"`
109
108
  *
110
109
  * @deprecated `accountId` should be set as part of the Databricks Config, not in the resource.
111
110
  */
@@ -133,7 +132,7 @@ export interface MwsCredentialsState {
133
132
  */
134
133
  export interface MwsCredentialsArgs {
135
134
  /**
136
- * Account Id that could be found in the top right corner of [Accounts Console](https://accounts.cloud.databricks.com/)
135
+ * **(Deprecated)** Maintained for backwards compatibility and will be removed in a later version. It should now be specified under a provider instance where `host = "https://accounts.cloud.databricks.com"`
137
136
  *
138
137
  * @deprecated `accountId` should be set as part of the Databricks Config, not in the resource.
139
138
  */
package/mwsCredentials.js CHANGED
@@ -31,7 +31,6 @@ const utilities = require("./utilities");
31
31
  * policy: thisGetAwsCrossAccountPolicy.then(thisGetAwsCrossAccountPolicy => thisGetAwsCrossAccountPolicy.json),
32
32
  * });
33
33
  * const thisMwsCredentials = new databricks.MwsCredentials("this", {
34
- * accountId: databricksAccountId,
35
34
  * credentialsName: `${prefix}-creds`,
36
35
  * roleArn: crossAccountRole.arn,
37
36
  * });
@@ -1 +1 @@
1
- {"version":3,"file":"mwsCredentials.js","sourceRoot":"","sources":["../mwsCredentials.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"mwsCredentials.js","sourceRoot":"","sources":["../mwsCredentials.ts"],"names":[],"mappings":"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"}
package/onlineTable.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** This resource could be only used on Unity Catalog-enabled workspace!
5
+ * > **Note** This resource can only be used on a Unity Catalog-enabled workspace!
6
6
  *
7
7
  * This resource allows you to create [Online Table](https://docs.databricks.com/en/machine-learning/feature-store/online-tables.html) in Databricks. An online table is a read-only copy of a Delta Table that is stored in row-oriented format optimized for online access. Online tables are fully serverless tables that auto-scale throughput capacity with the request load and provide low latency and high throughput access to data of any scale. Online tables are designed to work with Databricks Model Serving, Feature Serving, and retrieval-augmented generation (RAG) applications where they are used for fast data lookups.
8
8
  *
package/onlineTable.js CHANGED
@@ -6,7 +6,7 @@ exports.OnlineTable = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("./utilities");
8
8
  /**
9
- * > **Note** This resource could be only used on Unity Catalog-enabled workspace!
9
+ * > **Note** This resource can only be used on a Unity Catalog-enabled workspace!
10
10
  *
11
11
  * This resource allows you to create [Online Table](https://docs.databricks.com/en/machine-learning/feature-store/online-tables.html) in Databricks. An online table is a read-only copy of a Delta Table that is stored in row-oriented format optimized for online access. Online tables are fully serverless tables that auto-scale throughput capacity with the request load and provide low latency and high throughput access to data of any scale. Online tables are designed to work with Databricks Model Serving, Feature Serving, and retrieval-augmented generation (RAG) applications where they are used for fast data lookups.
12
12
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/databricks",
3
- "version": "1.50.0-alpha.1726205574",
3
+ "version": "1.50.0-alpha.1726827873",
4
4
  "description": "A Pulumi package for creating and managing databricks cloud resources.",
5
5
  "keywords": [
6
6
  "pulumi",
@@ -24,6 +24,6 @@
24
24
  "pulumi": {
25
25
  "resource": true,
26
26
  "name": "databricks",
27
- "version": "1.50.0-alpha.1726205574"
27
+ "version": "1.50.0-alpha.1726827873"
28
28
  }
29
29
  }
package/recipient.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** This resource could be only used with workspace-level provider!
5
+ * > **Note** This resource can only be used with a workspace-level provider!
6
6
  *
7
7
  * In Delta Sharing, a recipient is an entity that receives shares from a provider. In Unity Catalog, a share is a securable object that represents an organization and associates it with a credential or secure sharing identifier that allows that organization to access one or more shares.
8
8
  *
package/recipient.js CHANGED
@@ -6,7 +6,7 @@ exports.Recipient = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("./utilities");
8
8
  /**
9
- * > **Note** This resource could be only used with workspace-level provider!
9
+ * > **Note** This resource can only be used with a workspace-level provider!
10
10
  *
11
11
  * In Delta Sharing, a recipient is an entity that receives shares from a provider. In Unity Catalog, a share is a securable object that represents an organization and associates it with a credential or secure sharing identifier that allows that organization to access one or more shares.
12
12
  *
@@ -1,6 +1,6 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
2
  /**
3
- * > **Note** This resource could be only used with workspace-level provider!
3
+ * > **Note** This resource can only be used with a workspace-level provider!
4
4
  *
5
5
  * This resource allows you to create [Models in Unity Catalog](https://docs.databricks.com/en/mlflow/models-in-uc.html) in Databricks.
6
6
  *
@@ -6,7 +6,7 @@ exports.RegisteredModel = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("./utilities");
8
8
  /**
9
- * > **Note** This resource could be only used with workspace-level provider!
9
+ * > **Note** This resource can only be used with a workspace-level provider!
10
10
  *
11
11
  * This resource allows you to create [Models in Unity Catalog](https://docs.databricks.com/en/mlflow/models-in-uc.html) in Databricks.
12
12
  *
@@ -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** This resource could be only used with workspace-level provider!
5
+ * > **Note** This resource can only be used with a workspace-level provider!
6
6
  *
7
7
  * The `databricks.RestrictWorkspaceAdminsSetting` resource lets you control the capabilities of workspace admins.
8
8
  *
@@ -6,7 +6,7 @@ exports.RestrictWorkspaceAdminsSetting = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("./utilities");
8
8
  /**
9
- * > **Note** This resource could be only used with workspace-level provider!
9
+ * > **Note** This resource can only be used with a workspace-level provider!
10
10
  *
11
11
  * The `databricks.RestrictWorkspaceAdminsSetting` resource lets you control the capabilities of workspace admins.
12
12
  *
package/schema.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
2
  /**
3
- * > **Note** This resource could be only used with workspace-level provider!
3
+ * > **Note** This resource can only be used with a workspace-level provider!
4
4
  *
5
5
  * Within a metastore, Unity Catalog provides a 3-level namespace for organizing data: Catalogs, Databases (also called Schemas), and Tables / Views.
6
6
  *
package/schema.js CHANGED
@@ -6,7 +6,7 @@ exports.Schema = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("./utilities");
8
8
  /**
9
- * > **Note** This resource could be only used with workspace-level provider!
9
+ * > **Note** This resource can only be used with a workspace-level provider!
10
10
  *
11
11
  * Within a metastore, Unity Catalog provides a 3-level namespace for organizing data: Catalogs, Databases (also called Schemas), and Tables / Views.
12
12
  *
package/share.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** This resource could be only used with workspace-level provider!
5
+ * > **Note** This resource can only be used with a workspace-level provider!
6
6
  *
7
7
  * In Delta Sharing, a share is a read-only collection of tables and table partitions that a provider wants to share with one or more recipients. If your recipient uses a Unity Catalog-enabled Databricks workspace, you can also include notebook files, views (including dynamic views that restrict access at the row and column level), Unity Catalog volumes, and Unity Catalog models in a share.
8
8
  *
@@ -110,6 +110,7 @@ export declare class Share extends pulumi.CustomResource {
110
110
  * when multiple copies of the Pulumi SDK have been loaded into the same process.
111
111
  */
112
112
  static isInstance(obj: any): obj is Share;
113
+ readonly comment: pulumi.Output<string | undefined>;
113
114
  /**
114
115
  * Time when the share was created.
115
116
  */
@@ -127,6 +128,10 @@ export declare class Share extends pulumi.CustomResource {
127
128
  * User name/group name/sp applicationId of the share owner.
128
129
  */
129
130
  readonly owner: pulumi.Output<string | undefined>;
131
+ readonly storageLocation: pulumi.Output<string | undefined>;
132
+ readonly storageRoot: pulumi.Output<string | undefined>;
133
+ readonly updatedAt: pulumi.Output<number>;
134
+ readonly updatedBy: pulumi.Output<string>;
130
135
  /**
131
136
  * Create a Share resource with the given unique name, arguments, and options.
132
137
  *
@@ -140,6 +145,7 @@ export declare class Share extends pulumi.CustomResource {
140
145
  * Input properties used for looking up and filtering Share resources.
141
146
  */
142
147
  export interface ShareState {
148
+ comment?: pulumi.Input<string>;
143
149
  /**
144
150
  * Time when the share was created.
145
151
  */
@@ -157,11 +163,16 @@ export interface ShareState {
157
163
  * User name/group name/sp applicationId of the share owner.
158
164
  */
159
165
  owner?: pulumi.Input<string>;
166
+ storageLocation?: pulumi.Input<string>;
167
+ storageRoot?: pulumi.Input<string>;
168
+ updatedAt?: pulumi.Input<number>;
169
+ updatedBy?: pulumi.Input<string>;
160
170
  }
161
171
  /**
162
172
  * The set of arguments for constructing a Share resource.
163
173
  */
164
174
  export interface ShareArgs {
175
+ comment?: pulumi.Input<string>;
165
176
  /**
166
177
  * Time when the share was created.
167
178
  */
@@ -179,4 +190,8 @@ export interface ShareArgs {
179
190
  * User name/group name/sp applicationId of the share owner.
180
191
  */
181
192
  owner?: pulumi.Input<string>;
193
+ storageLocation?: pulumi.Input<string>;
194
+ storageRoot?: pulumi.Input<string>;
195
+ updatedAt?: pulumi.Input<number>;
196
+ updatedBy?: pulumi.Input<string>;
182
197
  }
package/share.js CHANGED
@@ -6,7 +6,7 @@ exports.Share = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("./utilities");
8
8
  /**
9
- * > **Note** This resource could be only used with workspace-level provider!
9
+ * > **Note** This resource can only be used with a workspace-level provider!
10
10
  *
11
11
  * In Delta Sharing, a share is a read-only collection of tables and table partitions that a provider wants to share with one or more recipients. If your recipient uses a Unity Catalog-enabled Databricks workspace, you can also include notebook files, views (including dynamic views that restrict access at the row and column level), Unity Catalog volumes, and Unity Catalog models in a share.
12
12
  *
@@ -126,19 +126,29 @@ class Share extends pulumi.CustomResource {
126
126
  opts = opts || {};
127
127
  if (opts.id) {
128
128
  const state = argsOrState;
129
+ resourceInputs["comment"] = state ? state.comment : undefined;
129
130
  resourceInputs["createdAt"] = state ? state.createdAt : undefined;
130
131
  resourceInputs["createdBy"] = state ? state.createdBy : undefined;
131
132
  resourceInputs["name"] = state ? state.name : undefined;
132
133
  resourceInputs["objects"] = state ? state.objects : undefined;
133
134
  resourceInputs["owner"] = state ? state.owner : undefined;
135
+ resourceInputs["storageLocation"] = state ? state.storageLocation : undefined;
136
+ resourceInputs["storageRoot"] = state ? state.storageRoot : undefined;
137
+ resourceInputs["updatedAt"] = state ? state.updatedAt : undefined;
138
+ resourceInputs["updatedBy"] = state ? state.updatedBy : undefined;
134
139
  }
135
140
  else {
136
141
  const args = argsOrState;
142
+ resourceInputs["comment"] = args ? args.comment : undefined;
137
143
  resourceInputs["createdAt"] = args ? args.createdAt : undefined;
138
144
  resourceInputs["createdBy"] = args ? args.createdBy : undefined;
139
145
  resourceInputs["name"] = args ? args.name : undefined;
140
146
  resourceInputs["objects"] = args ? args.objects : undefined;
141
147
  resourceInputs["owner"] = args ? args.owner : undefined;
148
+ resourceInputs["storageLocation"] = args ? args.storageLocation : undefined;
149
+ resourceInputs["storageRoot"] = args ? args.storageRoot : undefined;
150
+ resourceInputs["updatedAt"] = args ? args.updatedAt : undefined;
151
+ resourceInputs["updatedBy"] = args ? args.updatedBy : undefined;
142
152
  }
143
153
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
144
154
  super(Share.__pulumiType, name, resourceInputs, opts);
package/share.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"share.js","sourceRoot":"","sources":["../share.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4FG;AACH,MAAa,KAAM,SAAQ,MAAM,CAAC,cAAc;IAC5C;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAkB,EAAE,IAAmC;QAChH,OAAO,IAAI,KAAK,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC5D,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,KAAK,CAAC,YAAY,CAAC;IACtD,CAAC;IA4BD,YAAY,IAAY,EAAE,WAAoC,EAAE,IAAmC;QAC/F,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAqC,CAAC;YACpD,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;SAC7D;aAAM;YACH,MAAM,IAAI,GAAG,WAAoC,CAAC;YAClD,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,cAAc,CAAC,OAAO,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;SAC3D;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,KAAK,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC1D,CAAC;;AA1EL,sBA2EC;AA7DG,gBAAgB;AACO,kBAAY,GAAG,8BAA8B,CAAC"}
1
+ {"version":3,"file":"share.js","sourceRoot":"","sources":["../share.ts"],"names":[],"mappings":"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"}