@pulumi/databricks 1.77.0-alpha.1761975834 → 1.77.0-alpha.1762276204
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/accountFederationPolicy.d.ts +9 -7
- package/accountFederationPolicy.js +3 -1
- package/accountFederationPolicy.js.map +1 -1
- package/accountNetworkPolicy.d.ts +3 -1
- package/accountNetworkPolicy.js +3 -1
- package/accountNetworkPolicy.js.map +1 -1
- package/accountSettingV2.d.ts +24 -16
- package/accountSettingV2.js +24 -5
- package/accountSettingV2.js.map +1 -1
- package/alertV2.d.ts +16 -26
- package/alertV2.js +18 -3
- package/alertV2.js.map +1 -1
- package/app.d.ts +21 -0
- package/app.js +4 -0
- package/app.js.map +1 -1
- package/appsSettingsCustomTemplate.d.ts +3 -13
- package/appsSettingsCustomTemplate.js +3 -3
- package/appsSettingsCustomTemplate.js.map +1 -1
- package/budgetPolicy.d.ts +3 -1
- package/budgetPolicy.js +3 -1
- package/budgetPolicy.js.map +1 -1
- package/catalog.d.ts +43 -2
- package/catalog.js +1 -1
- package/catalog.js.map +1 -1
- package/cluster.d.ts +12 -87
- package/cluster.js +2 -0
- package/cluster.js.map +1 -1
- package/dataQualityMonitor.d.ts +165 -0
- package/dataQualityMonitor.js +113 -0
- package/dataQualityMonitor.js.map +1 -0
- package/dataQualityRefresh.d.ts +169 -0
- package/dataQualityRefresh.js +106 -0
- package/dataQualityRefresh.js.map +1 -0
- package/databaseDatabaseCatalog.d.ts +3 -13
- package/databaseDatabaseCatalog.js +3 -3
- package/databaseDatabaseCatalog.js.map +1 -1
- package/databaseInstance.d.ts +97 -50
- package/databaseInstance.js +38 -3
- package/databaseInstance.js.map +1 -1
- package/databaseSyncedDatabaseTable.d.ts +12 -13
- package/databaseSyncedDatabaseTable.js +12 -3
- package/databaseSyncedDatabaseTable.js.map +1 -1
- package/entitlements.d.ts +9 -9
- package/entityTagAssignment.d.ts +45 -13
- package/entityTagAssignment.js +45 -3
- package/entityTagAssignment.js.map +1 -1
- package/externalMetadata.d.ts +6 -16
- package/externalMetadata.js +3 -3
- package/externalMetadata.js.map +1 -1
- package/featureEngineeringFeature.d.ts +145 -0
- package/featureEngineeringFeature.js +99 -0
- package/featureEngineeringFeature.js.map +1 -0
- package/featureEngineeringMaterializedFeature.d.ts +117 -0
- package/featureEngineeringMaterializedFeature.js +87 -0
- package/featureEngineeringMaterializedFeature.js.map +1 -0
- package/getAccountFederationPolicies.d.ts +19 -2
- package/getAccountFederationPolicies.js +14 -4
- package/getAccountFederationPolicies.js.map +1 -1
- package/getAccountFederationPolicy.d.ts +14 -35
- package/getAccountFederationPolicy.js +4 -8
- package/getAccountFederationPolicy.js.map +1 -1
- package/getAccountNetworkPolicies.d.ts +4 -0
- package/getAccountNetworkPolicies.js +4 -0
- package/getAccountNetworkPolicies.js.map +1 -1
- package/getAccountNetworkPolicy.d.ts +11 -24
- package/getAccountNetworkPolicy.js +4 -6
- package/getAccountNetworkPolicy.js.map +1 -1
- package/getAccountSettingV2.d.ts +37 -148
- package/getAccountSettingV2.js +18 -32
- package/getAccountSettingV2.js.map +1 -1
- package/getAlertV2.d.ts +39 -111
- package/getAlertV2.js +24 -24
- package/getAlertV2.js.map +1 -1
- package/getAlertsV2.d.ts +8 -10
- package/getAlertsV2.js +6 -2
- package/getAlertsV2.js.map +1 -1
- package/getApp.d.ts +5 -1
- package/getApp.js +2 -0
- package/getApp.js.map +1 -1
- package/getApps.d.ts +16 -2
- package/getApps.js +10 -4
- package/getApps.js.map +1 -1
- package/getAppsSettingsCustomTemplate.d.ts +5 -51
- package/getAppsSettingsCustomTemplate.js +4 -12
- package/getAppsSettingsCustomTemplate.js.map +1 -1
- package/getAppsSettingsCustomTemplates.d.ts +9 -5
- package/getAppsSettingsCustomTemplates.js +6 -2
- package/getAppsSettingsCustomTemplates.js.map +1 -1
- package/getAwsBucketPolicy.d.ts +6 -6
- package/getAwsBucketPolicy.js +6 -6
- package/getBudgetPolicies.d.ts +48 -2
- package/getBudgetPolicies.js +18 -4
- package/getBudgetPolicies.js.map +1 -1
- package/getBudgetPolicy.d.ts +11 -40
- package/getBudgetPolicy.js +4 -8
- package/getBudgetPolicy.js.map +1 -1
- package/getCatalog.d.ts +9 -0
- package/getCatalog.js +2 -0
- package/getCatalog.js.map +1 -1
- package/getCatalogs.d.ts +11 -0
- package/getCatalogs.js +2 -0
- package/getCatalogs.js.map +1 -1
- package/getCluster.d.ts +9 -0
- package/getCluster.js +2 -0
- package/getCluster.js.map +1 -1
- package/getClusterPolicy.d.ts +11 -0
- package/getClusterPolicy.js +2 -0
- package/getClusterPolicy.js.map +1 -1
- package/getClusters.d.ts +9 -0
- package/getClusters.js +2 -0
- package/getClusters.js.map +1 -1
- package/getCurrentMetastore.d.ts +9 -0
- package/getCurrentMetastore.js +2 -0
- package/getCurrentMetastore.js.map +1 -1
- package/getDashboards.d.ts +4 -0
- package/getDashboards.js +2 -0
- package/getDashboards.js.map +1 -1
- package/getDataQualityMonitor.d.ts +136 -0
- package/getDataQualityMonitor.js +88 -0
- package/getDataQualityMonitor.js.map +1 -0
- package/getDataQualityMonitors.d.ts +79 -0
- package/getDataQualityMonitors.js +76 -0
- package/getDataQualityMonitors.js.map +1 -0
- package/getDataQualityRefresh.d.ts +158 -0
- package/getDataQualityRefresh.js +90 -0
- package/getDataQualityRefresh.js.map +1 -0
- package/getDataQualityRefreshes.d.ts +131 -0
- package/getDataQualityRefreshes.js +90 -0
- package/getDataQualityRefreshes.js.map +1 -0
- package/getDatabaseDatabaseCatalog.d.ts +4 -33
- package/getDatabaseDatabaseCatalog.js +4 -8
- package/getDatabaseDatabaseCatalog.js.map +1 -1
- package/getDatabaseDatabaseCatalogs.d.ts +22 -7
- package/getDatabaseDatabaseCatalogs.js +10 -4
- package/getDatabaseDatabaseCatalogs.js.map +1 -1
- package/getDatabaseInstance.d.ts +40 -102
- package/getDatabaseInstance.js +4 -16
- package/getDatabaseInstance.js.map +1 -1
- package/getDatabaseInstances.d.ts +9 -5
- package/getDatabaseInstances.js +6 -2
- package/getDatabaseInstances.js.map +1 -1
- package/getDatabaseSyncedDatabaseTable.d.ts +5 -41
- package/getDatabaseSyncedDatabaseTable.js +4 -8
- package/getDatabaseSyncedDatabaseTable.js.map +1 -1
- package/getDatabaseSyncedDatabaseTables.d.ts +22 -7
- package/getDatabaseSyncedDatabaseTables.js +10 -4
- package/getDatabaseSyncedDatabaseTables.js.map +1 -1
- package/getDirectory.d.ts +11 -0
- package/getDirectory.js +2 -0
- package/getDirectory.js.map +1 -1
- package/getEntityTagAssignment.d.ts +81 -18
- package/getEntityTagAssignment.js +80 -4
- package/getEntityTagAssignment.js.map +1 -1
- package/getEntityTagAssignments.d.ts +75 -5
- package/getEntityTagAssignments.js +72 -2
- package/getEntityTagAssignments.js.map +1 -1
- package/getExternalLocation.d.ts +9 -0
- package/getExternalLocation.js +2 -0
- package/getExternalLocation.js.map +1 -1
- package/getExternalLocations.d.ts +11 -0
- package/getExternalLocations.js +2 -0
- package/getExternalLocations.js.map +1 -1
- package/getExternalMetadata.d.ts +10 -75
- package/getExternalMetadata.js +4 -16
- package/getExternalMetadata.js.map +1 -1
- package/getExternalMetadatas.d.ts +11 -5
- package/getExternalMetadatas.js +6 -2
- package/getExternalMetadatas.js.map +1 -1
- package/getFeatureEngineeringFeature.d.ts +65 -0
- package/getFeatureEngineeringFeature.js +28 -0
- package/getFeatureEngineeringFeature.js.map +1 -0
- package/getFeatureEngineeringFeatures.d.ts +39 -0
- package/getFeatureEngineeringFeatures.js +30 -0
- package/getFeatureEngineeringFeatures.js.map +1 -0
- package/getFeatureEngineeringMaterializedFeature.d.ts +66 -0
- package/getFeatureEngineeringMaterializedFeature.js +28 -0
- package/getFeatureEngineeringMaterializedFeature.js.map +1 -0
- package/getFeatureEngineeringMaterializedFeatures.d.ts +51 -0
- package/getFeatureEngineeringMaterializedFeatures.js +32 -0
- package/getFeatureEngineeringMaterializedFeatures.js.map +1 -0
- package/getFunctions.d.ts +3 -0
- package/getFunctions.js +2 -0
- package/getFunctions.js.map +1 -1
- package/getInstanceProfiles.d.ts +9 -0
- package/getInstanceProfiles.js +2 -0
- package/getInstanceProfiles.js.map +1 -1
- package/getJobs.d.ts +11 -0
- package/getJobs.js +2 -0
- package/getJobs.js.map +1 -1
- package/getMaterializedFeaturesFeatureTag.d.ts +7 -18
- package/getMaterializedFeaturesFeatureTag.js +6 -4
- package/getMaterializedFeaturesFeatureTag.js.map +1 -1
- package/getMaterializedFeaturesFeatureTags.d.ts +19 -7
- package/getMaterializedFeaturesFeatureTags.js +12 -4
- package/getMaterializedFeaturesFeatureTags.js.map +1 -1
- package/getMetastore.d.ts +2 -2
- package/getMetastore.js +2 -2
- package/getMlflowExperiment.d.ts +9 -0
- package/getMlflowExperiment.js +2 -0
- package/getMlflowExperiment.js.map +1 -1
- package/getMlflowModel.d.ts +9 -0
- package/getMlflowModel.js +2 -0
- package/getMlflowModel.js.map +1 -1
- package/getMlflowModels.d.ts +11 -0
- package/getMlflowModels.js +2 -0
- package/getMlflowModels.js.map +1 -1
- package/getNodeType.d.ts +29 -2
- package/getNodeType.js +4 -0
- package/getNodeType.js.map +1 -1
- package/getNotificationDestinations.d.ts +4 -0
- package/getNotificationDestinations.js +2 -0
- package/getNotificationDestinations.js.map +1 -1
- package/getOnlineStore.d.ts +7 -26
- package/getOnlineStore.js +6 -6
- package/getOnlineStore.js.map +1 -1
- package/getOnlineStores.d.ts +11 -5
- package/getOnlineStores.js +8 -2
- package/getOnlineStores.js.map +1 -1
- package/getPipelines.d.ts +11 -0
- package/getPipelines.js +2 -0
- package/getPipelines.js.map +1 -1
- package/getPolicyInfo.d.ts +21 -115
- package/getPolicyInfo.js +6 -20
- package/getPolicyInfo.js.map +1 -1
- package/getPolicyInfos.d.ts +30 -9
- package/getPolicyInfos.js +10 -2
- package/getPolicyInfos.js.map +1 -1
- package/getQualityMonitorV2.d.ts +4 -9
- package/getQualityMonitorV2.js +4 -2
- package/getQualityMonitorV2.js.map +1 -1
- package/getQualityMonitorsV2.d.ts +7 -9
- package/getQualityMonitorsV2.js +6 -2
- package/getQualityMonitorsV2.js.map +1 -1
- package/getRegisteredModel.d.ts +3 -0
- package/getRegisteredModel.js +2 -0
- package/getRegisteredModel.js.map +1 -1
- package/getRegisteredModelVersions.d.ts +3 -0
- package/getRegisteredModelVersions.js +2 -0
- package/getRegisteredModelVersions.js.map +1 -1
- package/getRfaAccessRequestDestinations.d.ts +44 -0
- package/getRfaAccessRequestDestinations.js +36 -0
- package/getRfaAccessRequestDestinations.js.map +1 -0
- package/getSchema.d.ts +9 -0
- package/getSchema.js +2 -0
- package/getSchema.js.map +1 -1
- package/getSchemas.d.ts +11 -0
- package/getSchemas.js +2 -0
- package/getSchemas.js.map +1 -1
- package/getServicePrincipalFederationPolicies.d.ts +8 -1
- package/getServicePrincipalFederationPolicies.js +6 -0
- package/getServicePrincipalFederationPolicies.js.map +1 -1
- package/getServicePrincipalFederationPolicy.d.ts +18 -31
- package/getServicePrincipalFederationPolicy.js +4 -6
- package/getServicePrincipalFederationPolicy.js.map +1 -1
- package/getServingEndpoints.d.ts +3 -0
- package/getServingEndpoints.js +2 -0
- package/getServingEndpoints.js.map +1 -1
- package/getShare.d.ts +29 -14
- package/getShare.js +8 -4
- package/getShare.js.map +1 -1
- package/getShares.d.ts +11 -0
- package/getShares.js +2 -0
- package/getShares.js.map +1 -1
- package/getSparkVersion.d.ts +11 -0
- package/getSparkVersion.js +2 -0
- package/getSparkVersion.js.map +1 -1
- package/getSqlWarehouse.d.ts +3 -0
- package/getSqlWarehouse.js +2 -0
- package/getSqlWarehouse.js.map +1 -1
- package/getSqlWarehouses.d.ts +11 -0
- package/getSqlWarehouses.js +2 -0
- package/getSqlWarehouses.js.map +1 -1
- package/getStorageCredential.d.ts +9 -0
- package/getStorageCredential.js +2 -0
- package/getStorageCredential.js.map +1 -1
- package/getStorageCredentials.d.ts +11 -0
- package/getStorageCredentials.js +2 -0
- package/getStorageCredentials.js.map +1 -1
- package/getTable.d.ts +9 -0
- package/getTable.js +2 -0
- package/getTable.js.map +1 -1
- package/getTables.d.ts +11 -0
- package/getTables.js +2 -0
- package/getTables.js.map +1 -1
- package/getTagPolicies.d.ts +39 -7
- package/getTagPolicies.js +32 -4
- package/getTagPolicies.js.map +1 -1
- package/getTagPolicy.d.ts +42 -30
- package/getTagPolicy.js +32 -8
- package/getTagPolicy.js.map +1 -1
- package/getViews.d.ts +11 -0
- package/getViews.js +2 -0
- package/getViews.js.map +1 -1
- package/getVolume.d.ts +9 -0
- package/getVolume.js +2 -0
- package/getVolume.js.map +1 -1
- package/getVolumes.d.ts +11 -0
- package/getVolumes.js +2 -0
- package/getVolumes.js.map +1 -1
- package/getWorkspaceNetworkOption.d.ts +10 -20
- package/getWorkspaceNetworkOption.js +4 -4
- package/getWorkspaceNetworkOption.js.map +1 -1
- package/getWorkspaceSettingV2.d.ts +37 -157
- package/getWorkspaceSettingV2.js +18 -34
- package/getWorkspaceSettingV2.js.map +1 -1
- package/getZones.d.ts +11 -0
- package/getZones.js +2 -0
- package/getZones.js.map +1 -1
- package/gitCredential.d.ts +15 -3
- package/gitCredential.js +2 -0
- package/gitCredential.js.map +1 -1
- package/group.d.ts +9 -9
- package/index.d.ts +45 -45
- package/index.js +59 -57
- package/index.js.map +1 -1
- package/job.d.ts +12 -0
- package/job.js +2 -0
- package/job.js.map +1 -1
- package/library.d.ts +87 -0
- package/library.js +2 -0
- package/library.js.map +1 -1
- package/materializedFeaturesFeatureTag.d.ts +3 -13
- package/materializedFeaturesFeatureTag.js +3 -3
- package/materializedFeaturesFeatureTag.js.map +1 -1
- package/mwsStorageConfigurations.d.ts +3 -3
- package/mwsStorageConfigurations.js +3 -3
- package/mwsWorkspaces.d.ts +25 -13
- package/mwsWorkspaces.js +6 -4
- package/mwsWorkspaces.js.map +1 -1
- package/onlineStore.d.ts +3 -13
- package/onlineStore.js +3 -3
- package/onlineStore.js.map +1 -1
- package/package.json +2 -2
- package/permissionAssignment.d.ts +85 -1
- package/permissionAssignment.js +48 -3
- package/permissionAssignment.js.map +1 -1
- package/pipeline.d.ts +3 -0
- package/pipeline.js +2 -0
- package/pipeline.js.map +1 -1
- package/policyInfo.d.ts +3 -13
- package/policyInfo.js +3 -3
- package/policyInfo.js.map +1 -1
- package/qualityMonitor.d.ts +12 -0
- package/qualityMonitor.js +2 -0
- package/qualityMonitor.js.map +1 -1
- package/qualityMonitorV2.d.ts +3 -13
- package/qualityMonitorV2.js +3 -3
- package/qualityMonitorV2.js.map +1 -1
- package/registeredModel.d.ts +31 -5
- package/registeredModel.js +16 -6
- package/registeredModel.js.map +1 -1
- package/rfaAccessRequestDestinations.d.ts +101 -0
- package/rfaAccessRequestDestinations.js +88 -0
- package/rfaAccessRequestDestinations.js.map +1 -0
- package/servicePrincipalFederationPolicy.d.ts +9 -7
- package/servicePrincipalFederationPolicy.js +3 -1
- package/servicePrincipalFederationPolicy.js.map +1 -1
- package/share.d.ts +15 -12
- package/share.js +9 -5
- package/share.js.map +1 -1
- package/sqlTable.d.ts +11 -3
- package/sqlTable.js +2 -0
- package/sqlTable.js.map +1 -1
- package/storageCredential.d.ts +10 -1
- package/storageCredential.js +1 -1
- package/storageCredential.js.map +1 -1
- package/tagPolicy.d.ts +41 -12
- package/tagPolicy.js +31 -4
- package/tagPolicy.js.map +1 -1
- package/types/input.d.ts +2292 -5271
- package/types/output.d.ts +3530 -4275
- package/user.d.ts +9 -9
- package/workspaceBinding.d.ts +0 -26
- package/workspaceBinding.js +0 -26
- package/workspaceBinding.js.map +1 -1
- package/workspaceNetworkOption.d.ts +3 -1
- package/workspaceNetworkOption.js +3 -1
- package/workspaceNetworkOption.js.map +1 -1
- package/workspaceSettingV2.d.ts +24 -28
- package/workspaceSettingV2.js +24 -7
- package/workspaceSettingV2.js.map +1 -1
- package/cleanRoomAsset.d.ts +0 -294
- package/cleanRoomAsset.js +0 -123
- package/cleanRoomAsset.js.map +0 -1
- package/cleanRoomAutoApprovalRule.d.ts +0 -147
- package/cleanRoomAutoApprovalRule.js +0 -84
- package/cleanRoomAutoApprovalRule.js.map +0 -1
- package/cleanRoomsCleanRoom.d.ts +0 -175
- package/cleanRoomsCleanRoom.js +0 -96
- package/cleanRoomsCleanRoom.js.map +0 -1
- package/getCleanRoomAsset.d.ts +0 -244
- package/getCleanRoomAsset.js +0 -72
- package/getCleanRoomAsset.js.map +0 -1
- package/getCleanRoomAssetRevisionsCleanRoomAsset.d.ts +0 -216
- package/getCleanRoomAssetRevisionsCleanRoomAsset.js +0 -44
- package/getCleanRoomAssetRevisionsCleanRoomAsset.js.map +0 -1
- package/getCleanRoomAssetRevisionsCleanRoomAssets.d.ts +0 -45
- package/getCleanRoomAssetRevisionsCleanRoomAssets.js +0 -24
- package/getCleanRoomAssetRevisionsCleanRoomAssets.js.map +0 -1
- package/getCleanRoomAssets.d.ts +0 -74
- package/getCleanRoomAssets.js +0 -52
- package/getCleanRoomAssets.js.map +0 -1
- package/getCleanRoomAutoApprovalRule.d.ts +0 -97
- package/getCleanRoomAutoApprovalRule.js +0 -32
- package/getCleanRoomAutoApprovalRule.js.map +0 -1
- package/getCleanRoomAutoApprovalRules.d.ts +0 -33
- package/getCleanRoomAutoApprovalRules.js +0 -24
- package/getCleanRoomAutoApprovalRules.js.map +0 -1
- package/getCleanRoomsCleanRoom.d.ts +0 -147
- package/getCleanRoomsCleanRoom.js +0 -64
- package/getCleanRoomsCleanRoom.js.map +0 -1
- package/getCleanRoomsCleanRooms.d.ts +0 -61
- package/getCleanRoomsCleanRooms.js +0 -52
- package/getCleanRoomsCleanRooms.js.map +0 -1
- package/getRecipientFederationPolicies.d.ts +0 -33
- package/getRecipientFederationPolicies.js +0 -24
- package/getRecipientFederationPolicies.js.map +0 -1
- package/getRecipientFederationPolicy.d.ts +0 -80
- package/getRecipientFederationPolicy.js +0 -30
- package/getRecipientFederationPolicy.js.map +0 -1
- package/recipientFederationPolicy.d.ts +0 -126
- package/recipientFederationPolicy.js +0 -80
- package/recipientFederationPolicy.js.map +0 -1
package/getFunctions.d.ts
CHANGED
|
@@ -44,6 +44,7 @@ export interface GetFunctionsArgs {
|
|
|
44
44
|
* flag to specify if include UDFs in the response for which the principal can only access selective metadata for.
|
|
45
45
|
*/
|
|
46
46
|
includeBrowse?: boolean;
|
|
47
|
+
providerConfig?: inputs.GetFunctionsProviderConfig;
|
|
47
48
|
/**
|
|
48
49
|
* Name of databricks_schema.
|
|
49
50
|
*/
|
|
@@ -66,6 +67,7 @@ export interface GetFunctionsResult {
|
|
|
66
67
|
*/
|
|
67
68
|
readonly id: string;
|
|
68
69
|
readonly includeBrowse?: boolean;
|
|
70
|
+
readonly providerConfig?: outputs.GetFunctionsProviderConfig;
|
|
69
71
|
/**
|
|
70
72
|
* Name of parent schema relative to its parent catalog.
|
|
71
73
|
*/
|
|
@@ -114,6 +116,7 @@ export interface GetFunctionsOutputArgs {
|
|
|
114
116
|
* flag to specify if include UDFs in the response for which the principal can only access selective metadata for.
|
|
115
117
|
*/
|
|
116
118
|
includeBrowse?: pulumi.Input<boolean>;
|
|
119
|
+
providerConfig?: pulumi.Input<inputs.GetFunctionsProviderConfigArgs>;
|
|
117
120
|
/**
|
|
118
121
|
* Name of databricks_schema.
|
|
119
122
|
*/
|
package/getFunctions.js
CHANGED
|
@@ -37,6 +37,7 @@ function getFunctions(args, opts) {
|
|
|
37
37
|
"catalogName": args.catalogName,
|
|
38
38
|
"functions": args.functions,
|
|
39
39
|
"includeBrowse": args.includeBrowse,
|
|
40
|
+
"providerConfig": args.providerConfig,
|
|
40
41
|
"schemaName": args.schemaName,
|
|
41
42
|
}, opts);
|
|
42
43
|
}
|
|
@@ -73,6 +74,7 @@ function getFunctionsOutput(args, opts) {
|
|
|
73
74
|
"catalogName": args.catalogName,
|
|
74
75
|
"functions": args.functions,
|
|
75
76
|
"includeBrowse": args.includeBrowse,
|
|
77
|
+
"providerConfig": args.providerConfig,
|
|
76
78
|
"schemaName": args.schemaName,
|
|
77
79
|
}, opts);
|
|
78
80
|
}
|
package/getFunctions.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getFunctions.js","sourceRoot":"","sources":["../getFunctions.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;AACH,SAAgB,YAAY,CAAC,IAAsB,EAAE,IAA2B;IAC5E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,4CAA4C,EAAE;QACvE,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;
|
|
1
|
+
{"version":3,"file":"getFunctions.js","sourceRoot":"","sources":["../getFunctions.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;AACH,SAAgB,YAAY,CAAC,IAAsB,EAAE,IAA2B;IAC5E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,4CAA4C,EAAE;QACvE,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,oCASC;AAgDD;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;AACH,SAAgB,kBAAkB,CAAC,IAA4B,EAAE,IAAiC;IAC9F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,4CAA4C,EAAE;QAC7E,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,gDASC"}
|
package/getInstanceProfiles.d.ts
CHANGED
|
@@ -27,6 +27,10 @@ export interface GetInstanceProfilesArgs {
|
|
|
27
27
|
* Set of objects for a databricks_instance_profile. This contains the following attributes:
|
|
28
28
|
*/
|
|
29
29
|
instanceProfiles?: inputs.GetInstanceProfilesInstanceProfile[];
|
|
30
|
+
/**
|
|
31
|
+
* Configure the provider for management through account provider. This block consists of the following fields:
|
|
32
|
+
*/
|
|
33
|
+
providerConfig?: inputs.GetInstanceProfilesProviderConfig;
|
|
30
34
|
}
|
|
31
35
|
/**
|
|
32
36
|
* A collection of values returned by getInstanceProfiles.
|
|
@@ -40,6 +44,7 @@ export interface GetInstanceProfilesResult {
|
|
|
40
44
|
* Set of objects for a databricks_instance_profile. This contains the following attributes:
|
|
41
45
|
*/
|
|
42
46
|
readonly instanceProfiles: outputs.GetInstanceProfilesInstanceProfile[];
|
|
47
|
+
readonly providerConfig?: outputs.GetInstanceProfilesProviderConfig;
|
|
43
48
|
}
|
|
44
49
|
/**
|
|
45
50
|
* Lists all available databricks_instance_profiles.
|
|
@@ -67,4 +72,8 @@ export interface GetInstanceProfilesOutputArgs {
|
|
|
67
72
|
* Set of objects for a databricks_instance_profile. This contains the following attributes:
|
|
68
73
|
*/
|
|
69
74
|
instanceProfiles?: pulumi.Input<pulumi.Input<inputs.GetInstanceProfilesInstanceProfileArgs>[]>;
|
|
75
|
+
/**
|
|
76
|
+
* Configure the provider for management through account provider. This block consists of the following fields:
|
|
77
|
+
*/
|
|
78
|
+
providerConfig?: pulumi.Input<inputs.GetInstanceProfilesProviderConfigArgs>;
|
|
70
79
|
}
|
package/getInstanceProfiles.js
CHANGED
|
@@ -27,6 +27,7 @@ function getInstanceProfiles(args, opts) {
|
|
|
27
27
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
28
28
|
return pulumi.runtime.invoke("databricks:index/getInstanceProfiles:getInstanceProfiles", {
|
|
29
29
|
"instanceProfiles": args.instanceProfiles,
|
|
30
|
+
"providerConfig": args.providerConfig,
|
|
30
31
|
}, opts);
|
|
31
32
|
}
|
|
32
33
|
exports.getInstanceProfiles = getInstanceProfiles;
|
|
@@ -52,6 +53,7 @@ function getInstanceProfilesOutput(args, opts) {
|
|
|
52
53
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
53
54
|
return pulumi.runtime.invokeOutput("databricks:index/getInstanceProfiles:getInstanceProfiles", {
|
|
54
55
|
"instanceProfiles": args.instanceProfiles,
|
|
56
|
+
"providerConfig": args.providerConfig,
|
|
55
57
|
}, opts);
|
|
56
58
|
}
|
|
57
59
|
exports.getInstanceProfilesOutput = getInstanceProfilesOutput;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getInstanceProfiles.js","sourceRoot":"","sources":["../getInstanceProfiles.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;GAgBG;AACH,SAAgB,mBAAmB,CAAC,IAA8B,EAAE,IAA2B;IAC3F,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,0DAA0D,EAAE;QACrF,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;
|
|
1
|
+
{"version":3,"file":"getInstanceProfiles.js","sourceRoot":"","sources":["../getInstanceProfiles.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;GAgBG;AACH,SAAgB,mBAAmB,CAAC,IAA8B,EAAE,IAA2B;IAC3F,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,0DAA0D,EAAE;QACrF,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;QACzC,gBAAgB,EAAE,IAAI,CAAC,cAAc;KACxC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,kDAOC;AA8BD;;;;;;;;;;;;;;;;GAgBG;AACH,SAAgB,yBAAyB,CAAC,IAAoC,EAAE,IAAiC;IAC7G,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,0DAA0D,EAAE;QAC3F,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;QACzC,gBAAgB,EAAE,IAAI,CAAC,cAAc;KACxC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,8DAOC"}
|
package/getJobs.d.ts
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "./types/input";
|
|
3
|
+
import * as outputs from "./types/output";
|
|
2
4
|
/**
|
|
3
5
|
* Retrieves a list of databricks.Job ids, that were created by Pulumi or manually, so that special handling could be applied.
|
|
4
6
|
*
|
|
@@ -89,6 +91,10 @@ export interface GetJobsArgs {
|
|
|
89
91
|
* Attribute to use for keys in the returned map of databricks.Job ids by. Possible values are `name` (default) or `id`. Setting to `id` uses the job ID as the map key, allowing duplicate job names.
|
|
90
92
|
*/
|
|
91
93
|
key?: string;
|
|
94
|
+
/**
|
|
95
|
+
* Configure the provider for management through account provider. This block consists of the following fields:
|
|
96
|
+
*/
|
|
97
|
+
providerConfig?: inputs.GetJobsProviderConfig;
|
|
92
98
|
}
|
|
93
99
|
/**
|
|
94
100
|
* A collection of values returned by getJobs.
|
|
@@ -106,6 +112,7 @@ export interface GetJobsResult {
|
|
|
106
112
|
};
|
|
107
113
|
readonly jobNameContains?: string;
|
|
108
114
|
readonly key?: string;
|
|
115
|
+
readonly providerConfig?: outputs.GetJobsProviderConfig;
|
|
109
116
|
}
|
|
110
117
|
/**
|
|
111
118
|
* Retrieves a list of databricks.Job ids, that were created by Pulumi or manually, so that special handling could be applied.
|
|
@@ -197,4 +204,8 @@ export interface GetJobsOutputArgs {
|
|
|
197
204
|
* Attribute to use for keys in the returned map of databricks.Job ids by. Possible values are `name` (default) or `id`. Setting to `id` uses the job ID as the map key, allowing duplicate job names.
|
|
198
205
|
*/
|
|
199
206
|
key?: pulumi.Input<string>;
|
|
207
|
+
/**
|
|
208
|
+
* Configure the provider for management through account provider. This block consists of the following fields:
|
|
209
|
+
*/
|
|
210
|
+
providerConfig?: pulumi.Input<inputs.GetJobsProviderConfigArgs>;
|
|
200
211
|
}
|
package/getJobs.js
CHANGED
|
@@ -83,6 +83,7 @@ function getJobs(args, opts) {
|
|
|
83
83
|
"ids": args.ids,
|
|
84
84
|
"jobNameContains": args.jobNameContains,
|
|
85
85
|
"key": args.key,
|
|
86
|
+
"providerConfig": args.providerConfig,
|
|
86
87
|
}, opts);
|
|
87
88
|
}
|
|
88
89
|
exports.getJobs = getJobs;
|
|
@@ -164,6 +165,7 @@ function getJobsOutput(args, opts) {
|
|
|
164
165
|
"ids": args.ids,
|
|
165
166
|
"jobNameContains": args.jobNameContains,
|
|
166
167
|
"key": args.key,
|
|
168
|
+
"providerConfig": args.providerConfig,
|
|
167
169
|
}, opts);
|
|
168
170
|
}
|
|
169
171
|
exports.getJobsOutput = getJobsOutput;
|
package/getJobs.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getJobs.js","sourceRoot":"","sources":["../getJobs.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;
|
|
1
|
+
{"version":3,"file":"getJobs.js","sourceRoot":"","sources":["../getJobs.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAsEG;AACH,SAAgB,OAAO,CAAC,IAAkB,EAAE,IAA2B;IACnE,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,kCAAkC,EAAE;QAC7D,KAAK,EAAE,IAAI,CAAC,GAAG;QACf,iBAAiB,EAAE,IAAI,CAAC,eAAe;QACvC,KAAK,EAAE,IAAI,CAAC,GAAG;QACf,gBAAgB,EAAE,IAAI,CAAC,cAAc;KACxC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,0BASC;AAwCD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAsEG;AACH,SAAgB,aAAa,CAAC,IAAwB,EAAE,IAAiC;IACrF,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,kCAAkC,EAAE;QACnE,KAAK,EAAE,IAAI,CAAC,GAAG;QACf,iBAAiB,EAAE,IAAI,CAAC,eAAe;QACvC,KAAK,EAAE,IAAI,CAAC,GAAG;QACf,gBAAgB,EAAE,IAAI,CAAC,cAAc;KACxC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,sCASC"}
|
|
@@ -1,18 +1,13 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
4
|
+
*/
|
|
2
5
|
export declare function getMaterializedFeaturesFeatureTag(args: GetMaterializedFeaturesFeatureTagArgs, opts?: pulumi.InvokeOptions): Promise<GetMaterializedFeaturesFeatureTagResult>;
|
|
3
6
|
/**
|
|
4
7
|
* A collection of arguments for invoking getMaterializedFeaturesFeatureTag.
|
|
5
8
|
*/
|
|
6
9
|
export interface GetMaterializedFeaturesFeatureTagArgs {
|
|
7
10
|
key: string;
|
|
8
|
-
/**
|
|
9
|
-
* (string)
|
|
10
|
-
*/
|
|
11
|
-
value?: string;
|
|
12
|
-
/**
|
|
13
|
-
* Workspace ID of the resource
|
|
14
|
-
*/
|
|
15
|
-
workspaceId?: string;
|
|
16
11
|
}
|
|
17
12
|
/**
|
|
18
13
|
* A collection of values returned by getMaterializedFeaturesFeatureTag.
|
|
@@ -29,21 +24,15 @@ export interface GetMaterializedFeaturesFeatureTagResult {
|
|
|
29
24
|
/**
|
|
30
25
|
* (string)
|
|
31
26
|
*/
|
|
32
|
-
readonly value
|
|
33
|
-
readonly workspaceId?: string;
|
|
27
|
+
readonly value: string;
|
|
34
28
|
}
|
|
29
|
+
/**
|
|
30
|
+
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
31
|
+
*/
|
|
35
32
|
export declare function getMaterializedFeaturesFeatureTagOutput(args: GetMaterializedFeaturesFeatureTagOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetMaterializedFeaturesFeatureTagResult>;
|
|
36
33
|
/**
|
|
37
34
|
* A collection of arguments for invoking getMaterializedFeaturesFeatureTag.
|
|
38
35
|
*/
|
|
39
36
|
export interface GetMaterializedFeaturesFeatureTagOutputArgs {
|
|
40
37
|
key: pulumi.Input<string>;
|
|
41
|
-
/**
|
|
42
|
-
* (string)
|
|
43
|
-
*/
|
|
44
|
-
value?: pulumi.Input<string>;
|
|
45
|
-
/**
|
|
46
|
-
* Workspace ID of the resource
|
|
47
|
-
*/
|
|
48
|
-
workspaceId?: pulumi.Input<string>;
|
|
49
38
|
}
|
|
@@ -5,21 +5,23 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
5
5
|
exports.getMaterializedFeaturesFeatureTagOutput = exports.getMaterializedFeaturesFeatureTag = void 0;
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
|
+
/**
|
|
9
|
+
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
10
|
+
*/
|
|
8
11
|
function getMaterializedFeaturesFeatureTag(args, opts) {
|
|
9
12
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
10
13
|
return pulumi.runtime.invoke("databricks:index/getMaterializedFeaturesFeatureTag:getMaterializedFeaturesFeatureTag", {
|
|
11
14
|
"key": args.key,
|
|
12
|
-
"value": args.value,
|
|
13
|
-
"workspaceId": args.workspaceId,
|
|
14
15
|
}, opts);
|
|
15
16
|
}
|
|
16
17
|
exports.getMaterializedFeaturesFeatureTag = getMaterializedFeaturesFeatureTag;
|
|
18
|
+
/**
|
|
19
|
+
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
20
|
+
*/
|
|
17
21
|
function getMaterializedFeaturesFeatureTagOutput(args, opts) {
|
|
18
22
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
19
23
|
return pulumi.runtime.invokeOutput("databricks:index/getMaterializedFeaturesFeatureTag:getMaterializedFeaturesFeatureTag", {
|
|
20
24
|
"key": args.key,
|
|
21
|
-
"value": args.value,
|
|
22
|
-
"workspaceId": args.workspaceId,
|
|
23
25
|
}, opts);
|
|
24
26
|
}
|
|
25
27
|
exports.getMaterializedFeaturesFeatureTagOutput = getMaterializedFeaturesFeatureTagOutput;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getMaterializedFeaturesFeatureTag.js","sourceRoot":"","sources":["../getMaterializedFeaturesFeatureTag.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC,SAAgB,iCAAiC,CAAC,IAA2C,EAAE,IAA2B;IACtH,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,sFAAsF,EAAE;QACjH,KAAK,EAAE,IAAI,CAAC,GAAG;
|
|
1
|
+
{"version":3,"file":"getMaterializedFeaturesFeatureTag.js","sourceRoot":"","sources":["../getMaterializedFeaturesFeatureTag.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;GAEG;AACH,SAAgB,iCAAiC,CAAC,IAA2C,EAAE,IAA2B;IACtH,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,sFAAsF,EAAE;QACjH,KAAK,EAAE,IAAI,CAAC,GAAG;KAClB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,8EAKC;AA0BD;;GAEG;AACH,SAAgB,uCAAuC,CAAC,IAAiD,EAAE,IAAiC;IACxI,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,sFAAsF,EAAE;QACvH,KAAK,EAAE,IAAI,CAAC,GAAG;KAClB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,0FAKC"}
|
|
@@ -1,33 +1,45 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
import * as outputs from "./types/output";
|
|
3
|
-
|
|
3
|
+
/**
|
|
4
|
+
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
5
|
+
*/
|
|
6
|
+
export declare function getMaterializedFeaturesFeatureTags(args: GetMaterializedFeaturesFeatureTagsArgs, opts?: pulumi.InvokeOptions): Promise<GetMaterializedFeaturesFeatureTagsResult>;
|
|
4
7
|
/**
|
|
5
8
|
* A collection of arguments for invoking getMaterializedFeaturesFeatureTags.
|
|
6
9
|
*/
|
|
7
10
|
export interface GetMaterializedFeaturesFeatureTagsArgs {
|
|
11
|
+
featureName: string;
|
|
8
12
|
/**
|
|
9
|
-
*
|
|
13
|
+
* The maximum number of results to return
|
|
10
14
|
*/
|
|
11
|
-
|
|
15
|
+
pageSize?: number;
|
|
16
|
+
tableName: string;
|
|
12
17
|
}
|
|
13
18
|
/**
|
|
14
19
|
* A collection of values returned by getMaterializedFeaturesFeatureTags.
|
|
15
20
|
*/
|
|
16
21
|
export interface GetMaterializedFeaturesFeatureTagsResult {
|
|
22
|
+
readonly featureName: string;
|
|
17
23
|
readonly featureTags: outputs.GetMaterializedFeaturesFeatureTagsFeatureTag[];
|
|
18
24
|
/**
|
|
19
25
|
* The provider-assigned unique ID for this managed resource.
|
|
20
26
|
*/
|
|
21
27
|
readonly id: string;
|
|
22
|
-
readonly
|
|
28
|
+
readonly pageSize?: number;
|
|
29
|
+
readonly tableName: string;
|
|
23
30
|
}
|
|
24
|
-
|
|
31
|
+
/**
|
|
32
|
+
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
33
|
+
*/
|
|
34
|
+
export declare function getMaterializedFeaturesFeatureTagsOutput(args: GetMaterializedFeaturesFeatureTagsOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetMaterializedFeaturesFeatureTagsResult>;
|
|
25
35
|
/**
|
|
26
36
|
* A collection of arguments for invoking getMaterializedFeaturesFeatureTags.
|
|
27
37
|
*/
|
|
28
38
|
export interface GetMaterializedFeaturesFeatureTagsOutputArgs {
|
|
39
|
+
featureName: pulumi.Input<string>;
|
|
29
40
|
/**
|
|
30
|
-
*
|
|
41
|
+
* The maximum number of results to return
|
|
31
42
|
*/
|
|
32
|
-
|
|
43
|
+
pageSize?: pulumi.Input<number>;
|
|
44
|
+
tableName: pulumi.Input<string>;
|
|
33
45
|
}
|
|
@@ -5,19 +5,27 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
5
5
|
exports.getMaterializedFeaturesFeatureTagsOutput = exports.getMaterializedFeaturesFeatureTags = void 0;
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
|
+
/**
|
|
9
|
+
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
10
|
+
*/
|
|
8
11
|
function getMaterializedFeaturesFeatureTags(args, opts) {
|
|
9
|
-
args = args || {};
|
|
10
12
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
11
13
|
return pulumi.runtime.invoke("databricks:index/getMaterializedFeaturesFeatureTags:getMaterializedFeaturesFeatureTags", {
|
|
12
|
-
"
|
|
14
|
+
"featureName": args.featureName,
|
|
15
|
+
"pageSize": args.pageSize,
|
|
16
|
+
"tableName": args.tableName,
|
|
13
17
|
}, opts);
|
|
14
18
|
}
|
|
15
19
|
exports.getMaterializedFeaturesFeatureTags = getMaterializedFeaturesFeatureTags;
|
|
20
|
+
/**
|
|
21
|
+
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
22
|
+
*/
|
|
16
23
|
function getMaterializedFeaturesFeatureTagsOutput(args, opts) {
|
|
17
|
-
args = args || {};
|
|
18
24
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
19
25
|
return pulumi.runtime.invokeOutput("databricks:index/getMaterializedFeaturesFeatureTags:getMaterializedFeaturesFeatureTags", {
|
|
20
|
-
"
|
|
26
|
+
"featureName": args.featureName,
|
|
27
|
+
"pageSize": args.pageSize,
|
|
28
|
+
"tableName": args.tableName,
|
|
21
29
|
}, opts);
|
|
22
30
|
}
|
|
23
31
|
exports.getMaterializedFeaturesFeatureTagsOutput = getMaterializedFeaturesFeatureTagsOutput;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getMaterializedFeaturesFeatureTags.js","sourceRoot":"","sources":["../getMaterializedFeaturesFeatureTags.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC,SAAgB,kCAAkC,CAAC,
|
|
1
|
+
{"version":3,"file":"getMaterializedFeaturesFeatureTags.js","sourceRoot":"","sources":["../getMaterializedFeaturesFeatureTags.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;GAEG;AACH,SAAgB,kCAAkC,CAAC,IAA4C,EAAE,IAA2B;IACxH,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,wFAAwF,EAAE;QACnH,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,gFAOC;AA2BD;;GAEG;AACH,SAAgB,wCAAwC,CAAC,IAAkD,EAAE,IAAiC;IAC1I,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,wFAAwF,EAAE;QACzH,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,4FAOC"}
|
package/getMetastore.d.ts
CHANGED
|
@@ -15,7 +15,7 @@ import * as outputs from "./types/output";
|
|
|
15
15
|
* import * as aws from "@pulumi/aws";
|
|
16
16
|
* import * as databricks from "@pulumi/databricks";
|
|
17
17
|
*
|
|
18
|
-
* const metastore = new aws.s3.
|
|
18
|
+
* const metastore = new aws.s3.Bucket("metastore", {
|
|
19
19
|
* bucket: `${prefix}-metastore`,
|
|
20
20
|
* forceDestroy: true,
|
|
21
21
|
* });
|
|
@@ -98,7 +98,7 @@ export interface GetMetastoreResult {
|
|
|
98
98
|
* import * as aws from "@pulumi/aws";
|
|
99
99
|
* import * as databricks from "@pulumi/databricks";
|
|
100
100
|
*
|
|
101
|
-
* const metastore = new aws.s3.
|
|
101
|
+
* const metastore = new aws.s3.Bucket("metastore", {
|
|
102
102
|
* bucket: `${prefix}-metastore`,
|
|
103
103
|
* forceDestroy: true,
|
|
104
104
|
* });
|
package/getMetastore.js
CHANGED
|
@@ -19,7 +19,7 @@ const utilities = require("./utilities");
|
|
|
19
19
|
* import * as aws from "@pulumi/aws";
|
|
20
20
|
* import * as databricks from "@pulumi/databricks";
|
|
21
21
|
*
|
|
22
|
-
* const metastore = new aws.s3.
|
|
22
|
+
* const metastore = new aws.s3.Bucket("metastore", {
|
|
23
23
|
* bucket: `${prefix}-metastore`,
|
|
24
24
|
* forceDestroy: true,
|
|
25
25
|
* });
|
|
@@ -69,7 +69,7 @@ exports.getMetastore = getMetastore;
|
|
|
69
69
|
* import * as aws from "@pulumi/aws";
|
|
70
70
|
* import * as databricks from "@pulumi/databricks";
|
|
71
71
|
*
|
|
72
|
-
* const metastore = new aws.s3.
|
|
72
|
+
* const metastore = new aws.s3.Bucket("metastore", {
|
|
73
73
|
* bucket: `${prefix}-metastore`,
|
|
74
74
|
* forceDestroy: true,
|
|
75
75
|
* });
|
package/getMlflowExperiment.d.ts
CHANGED
|
@@ -39,6 +39,10 @@ export interface GetMlflowExperimentArgs {
|
|
|
39
39
|
* Path to experiment.
|
|
40
40
|
*/
|
|
41
41
|
name?: string;
|
|
42
|
+
/**
|
|
43
|
+
* Configure the provider for management through account provider. This block consists of the following fields:
|
|
44
|
+
*/
|
|
45
|
+
providerConfig?: inputs.GetMlflowExperimentProviderConfig;
|
|
42
46
|
/**
|
|
43
47
|
* Additional metadata key-value pairs.
|
|
44
48
|
*/
|
|
@@ -76,6 +80,7 @@ export interface GetMlflowExperimentResult {
|
|
|
76
80
|
* Path to experiment.
|
|
77
81
|
*/
|
|
78
82
|
readonly name: string;
|
|
83
|
+
readonly providerConfig?: outputs.GetMlflowExperimentProviderConfig;
|
|
79
84
|
/**
|
|
80
85
|
* Additional metadata key-value pairs.
|
|
81
86
|
*/
|
|
@@ -119,6 +124,10 @@ export interface GetMlflowExperimentOutputArgs {
|
|
|
119
124
|
* Path to experiment.
|
|
120
125
|
*/
|
|
121
126
|
name?: pulumi.Input<string>;
|
|
127
|
+
/**
|
|
128
|
+
* Configure the provider for management through account provider. This block consists of the following fields:
|
|
129
|
+
*/
|
|
130
|
+
providerConfig?: pulumi.Input<inputs.GetMlflowExperimentProviderConfigArgs>;
|
|
122
131
|
/**
|
|
123
132
|
* Additional metadata key-value pairs.
|
|
124
133
|
*/
|
package/getMlflowExperiment.js
CHANGED
|
@@ -21,6 +21,7 @@ function getMlflowExperiment(args, opts) {
|
|
|
21
21
|
"lastUpdateTime": args.lastUpdateTime,
|
|
22
22
|
"lifecycleStage": args.lifecycleStage,
|
|
23
23
|
"name": args.name,
|
|
24
|
+
"providerConfig": args.providerConfig,
|
|
24
25
|
"tags": args.tags,
|
|
25
26
|
}, opts);
|
|
26
27
|
}
|
|
@@ -41,6 +42,7 @@ function getMlflowExperimentOutput(args, opts) {
|
|
|
41
42
|
"lastUpdateTime": args.lastUpdateTime,
|
|
42
43
|
"lifecycleStage": args.lifecycleStage,
|
|
43
44
|
"name": args.name,
|
|
45
|
+
"providerConfig": args.providerConfig,
|
|
44
46
|
"tags": args.tags,
|
|
45
47
|
}, opts);
|
|
46
48
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getMlflowExperiment.js","sourceRoot":"","sources":["../getMlflowExperiment.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;GAIG;AACH,SAAgB,mBAAmB,CAAC,IAA8B,EAAE,IAA2B;IAC3F,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,0DAA0D,EAAE;QACrF,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;QACzC,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;
|
|
1
|
+
{"version":3,"file":"getMlflowExperiment.js","sourceRoot":"","sources":["../getMlflowExperiment.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;GAIG;AACH,SAAgB,mBAAmB,CAAC,IAA8B,EAAE,IAA2B;IAC3F,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,0DAA0D,EAAE;QACrF,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;QACzC,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAdD,kDAcC;AAkFD;;;;GAIG;AACH,SAAgB,yBAAyB,CAAC,IAAoC,EAAE,IAAiC;IAC7G,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,0DAA0D,EAAE;QAC3F,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;QACzC,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAdD,8DAcC"}
|
package/getMlflowModel.d.ts
CHANGED
|
@@ -74,6 +74,10 @@ export interface GetMlflowModelArgs {
|
|
|
74
74
|
* Permission level of the requesting user on the object. For what is allowed at each level, see MLflow Model permissions.
|
|
75
75
|
*/
|
|
76
76
|
permissionLevel?: string;
|
|
77
|
+
/**
|
|
78
|
+
* Configure the provider for management through account provider. This block consists of the following fields:
|
|
79
|
+
*/
|
|
80
|
+
providerConfig?: inputs.GetMlflowModelProviderConfig;
|
|
77
81
|
/**
|
|
78
82
|
* Array of tags associated with the model.
|
|
79
83
|
*/
|
|
@@ -107,6 +111,7 @@ export interface GetMlflowModelResult {
|
|
|
107
111
|
* Permission level of the requesting user on the object. For what is allowed at each level, see MLflow Model permissions.
|
|
108
112
|
*/
|
|
109
113
|
readonly permissionLevel: string;
|
|
114
|
+
readonly providerConfig?: outputs.GetMlflowModelProviderConfig;
|
|
110
115
|
/**
|
|
111
116
|
* Array of tags associated with the model.
|
|
112
117
|
*/
|
|
@@ -189,6 +194,10 @@ export interface GetMlflowModelOutputArgs {
|
|
|
189
194
|
* Permission level of the requesting user on the object. For what is allowed at each level, see MLflow Model permissions.
|
|
190
195
|
*/
|
|
191
196
|
permissionLevel?: pulumi.Input<string>;
|
|
197
|
+
/**
|
|
198
|
+
* Configure the provider for management through account provider. This block consists of the following fields:
|
|
199
|
+
*/
|
|
200
|
+
providerConfig?: pulumi.Input<inputs.GetMlflowModelProviderConfigArgs>;
|
|
192
201
|
/**
|
|
193
202
|
* Array of tags associated with the model.
|
|
194
203
|
*/
|
package/getMlflowModel.js
CHANGED
|
@@ -64,6 +64,7 @@ function getMlflowModel(args, opts) {
|
|
|
64
64
|
"latestVersions": args.latestVersions,
|
|
65
65
|
"name": args.name,
|
|
66
66
|
"permissionLevel": args.permissionLevel,
|
|
67
|
+
"providerConfig": args.providerConfig,
|
|
67
68
|
"tags": args.tags,
|
|
68
69
|
"userId": args.userId,
|
|
69
70
|
}, opts);
|
|
@@ -128,6 +129,7 @@ function getMlflowModelOutput(args, opts) {
|
|
|
128
129
|
"latestVersions": args.latestVersions,
|
|
129
130
|
"name": args.name,
|
|
130
131
|
"permissionLevel": args.permissionLevel,
|
|
132
|
+
"providerConfig": args.providerConfig,
|
|
131
133
|
"tags": args.tags,
|
|
132
134
|
"userId": args.userId,
|
|
133
135
|
}, opts);
|
package/getMlflowModel.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getMlflowModel.js","sourceRoot":"","sources":["../getMlflowModel.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAmDG;AACH,SAAgB,cAAc,CAAC,IAAwB,EAAE,IAA2B;IAChF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gDAAgD,EAAE;QAC3E,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,iBAAiB,EAAE,IAAI,CAAC,eAAe;QACvC,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;
|
|
1
|
+
{"version":3,"file":"getMlflowModel.js","sourceRoot":"","sources":["../getMlflowModel.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAmDG;AACH,SAAgB,cAAc,CAAC,IAAwB,EAAE,IAA2B;IAChF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gDAAgD,EAAE;QAC3E,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,iBAAiB,EAAE,IAAI,CAAC,eAAe;QACvC,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,wCAWC;AAsED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAmDG;AACH,SAAgB,oBAAoB,CAAC,IAA8B,EAAE,IAAiC;IAClG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,gDAAgD,EAAE;QACjF,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,iBAAiB,EAAE,IAAI,CAAC,eAAe;QACvC,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,oDAWC"}
|
package/getMlflowModels.d.ts
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "./types/input";
|
|
3
|
+
import * as outputs from "./types/output";
|
|
2
4
|
/**
|
|
3
5
|
* Retrieves a list of databricks.MlflowModel objects, that were created by Pulumi or manually, so that special handling could be applied.
|
|
4
6
|
*
|
|
@@ -23,6 +25,10 @@ export interface GetMlflowModelsArgs {
|
|
|
23
25
|
* List of names of databricks_mlflow_model
|
|
24
26
|
*/
|
|
25
27
|
names?: string[];
|
|
28
|
+
/**
|
|
29
|
+
* Configure the provider for management through account provider. This block consists of the following fields:
|
|
30
|
+
*/
|
|
31
|
+
providerConfig?: inputs.GetMlflowModelsProviderConfig;
|
|
26
32
|
}
|
|
27
33
|
/**
|
|
28
34
|
* A collection of values returned by getMlflowModels.
|
|
@@ -36,6 +42,7 @@ export interface GetMlflowModelsResult {
|
|
|
36
42
|
* List of names of databricks_mlflow_model
|
|
37
43
|
*/
|
|
38
44
|
readonly names: string[];
|
|
45
|
+
readonly providerConfig?: outputs.GetMlflowModelsProviderConfig;
|
|
39
46
|
}
|
|
40
47
|
/**
|
|
41
48
|
* Retrieves a list of databricks.MlflowModel objects, that were created by Pulumi or manually, so that special handling could be applied.
|
|
@@ -61,4 +68,8 @@ export interface GetMlflowModelsOutputArgs {
|
|
|
61
68
|
* List of names of databricks_mlflow_model
|
|
62
69
|
*/
|
|
63
70
|
names?: pulumi.Input<pulumi.Input<string>[]>;
|
|
71
|
+
/**
|
|
72
|
+
* Configure the provider for management through account provider. This block consists of the following fields:
|
|
73
|
+
*/
|
|
74
|
+
providerConfig?: pulumi.Input<inputs.GetMlflowModelsProviderConfigArgs>;
|
|
64
75
|
}
|
package/getMlflowModels.js
CHANGED
|
@@ -25,6 +25,7 @@ function getMlflowModels(args, opts) {
|
|
|
25
25
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
26
26
|
return pulumi.runtime.invoke("databricks:index/getMlflowModels:getMlflowModels", {
|
|
27
27
|
"names": args.names,
|
|
28
|
+
"providerConfig": args.providerConfig,
|
|
28
29
|
}, opts);
|
|
29
30
|
}
|
|
30
31
|
exports.getMlflowModels = getMlflowModels;
|
|
@@ -48,6 +49,7 @@ function getMlflowModelsOutput(args, opts) {
|
|
|
48
49
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
49
50
|
return pulumi.runtime.invokeOutput("databricks:index/getMlflowModels:getMlflowModels", {
|
|
50
51
|
"names": args.names,
|
|
52
|
+
"providerConfig": args.providerConfig,
|
|
51
53
|
}, opts);
|
|
52
54
|
}
|
|
53
55
|
exports.getMlflowModelsOutput = getMlflowModelsOutput;
|
package/getMlflowModels.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getMlflowModels.js","sourceRoot":"","sources":["../getMlflowModels.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;
|
|
1
|
+
{"version":3,"file":"getMlflowModels.js","sourceRoot":"","sources":["../getMlflowModels.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;GAcG;AACH,SAAgB,eAAe,CAAC,IAA0B,EAAE,IAA2B;IACnF,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,kDAAkD,EAAE;QAC7E,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,gBAAgB,EAAE,IAAI,CAAC,cAAc;KACxC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,0CAOC;AA8BD;;;;;;;;;;;;;;GAcG;AACH,SAAgB,qBAAqB,CAAC,IAAgC,EAAE,IAAiC;IACrG,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,kDAAkD,EAAE;QACnF,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,gBAAgB,EAAE,IAAI,CAAC,cAAc;KACxC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,sDAOC"}
|
package/getNodeType.d.ts
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "./types/input";
|
|
3
|
+
import * as outputs from "./types/output";
|
|
2
4
|
/**
|
|
3
5
|
* Gets the smallest node type for databricks.Cluster that fits search criteria, like amount of RAM or number of cores. [AWS](https://databricks.com/product/aws-pricing/instance-types) or [Azure](https://azure.microsoft.com/en-us/pricing/details/databricks/). Internally data source fetches [node types](https://docs.databricks.com/dev-tools/api/latest/clusters.html#list-node-types) available per cloud, similar to executing `databricks clusters list-node-types`, and filters it to return the smallest possible node with criteria.
|
|
4
6
|
*
|
|
@@ -49,6 +51,10 @@ export declare function getNodeType(args?: GetNodeTypeArgs, opts?: pulumi.Invoke
|
|
|
49
51
|
* A collection of arguments for invoking getNodeType.
|
|
50
52
|
*/
|
|
51
53
|
export interface GetNodeTypeArgs {
|
|
54
|
+
/**
|
|
55
|
+
* if we should limit the search only to nodes with AWS Graviton or Azure Cobalt CPUs. Default to _false_.
|
|
56
|
+
*/
|
|
57
|
+
arm?: boolean;
|
|
52
58
|
/**
|
|
53
59
|
* Node category, which can be one of (depending on the cloud environment, could be checked with `databricks clusters list-node-types -o json|jq '.node_types[]|.category'|sort |uniq`):
|
|
54
60
|
* * `General Purpose` (all clouds)
|
|
@@ -69,7 +75,9 @@ export interface GetNodeTypeArgs {
|
|
|
69
75
|
*/
|
|
70
76
|
gbPerCore?: number;
|
|
71
77
|
/**
|
|
72
|
-
* if we should limit the search only to nodes with AWS Graviton or Azure Cobalt CPUs. Default to _false_.
|
|
78
|
+
* if we should limit the search only to nodes with AWS Graviton or Azure Cobalt CPUs. Default to _false_. *Use `arm` instead!*
|
|
79
|
+
*
|
|
80
|
+
* @deprecated Use `arm` instead
|
|
73
81
|
*/
|
|
74
82
|
graviton?: boolean;
|
|
75
83
|
/**
|
|
@@ -108,6 +116,10 @@ export interface GetNodeTypeArgs {
|
|
|
108
116
|
* Pick only nodes that can run Photon workers. Defaults to _false_.
|
|
109
117
|
*/
|
|
110
118
|
photonWorkerCapable?: boolean;
|
|
119
|
+
/**
|
|
120
|
+
* Configure the provider for management through account provider. This block consists of the following fields:
|
|
121
|
+
*/
|
|
122
|
+
providerConfig?: inputs.GetNodeTypeProviderConfig;
|
|
111
123
|
/**
|
|
112
124
|
* Pick only nodes that support port forwarding. Defaults to _false_.
|
|
113
125
|
*/
|
|
@@ -117,9 +129,13 @@ export interface GetNodeTypeArgs {
|
|
|
117
129
|
* A collection of values returned by getNodeType.
|
|
118
130
|
*/
|
|
119
131
|
export interface GetNodeTypeResult {
|
|
132
|
+
readonly arm?: boolean;
|
|
120
133
|
readonly category?: string;
|
|
121
134
|
readonly fleet?: boolean;
|
|
122
135
|
readonly gbPerCore?: number;
|
|
136
|
+
/**
|
|
137
|
+
* @deprecated Use `arm` instead
|
|
138
|
+
*/
|
|
123
139
|
readonly graviton?: boolean;
|
|
124
140
|
/**
|
|
125
141
|
* node type, that can be used for databricks_job, databricks_cluster, or databricks_instance_pool.
|
|
@@ -133,6 +149,7 @@ export interface GetNodeTypeResult {
|
|
|
133
149
|
readonly minMemoryGb?: number;
|
|
134
150
|
readonly photonDriverCapable?: boolean;
|
|
135
151
|
readonly photonWorkerCapable?: boolean;
|
|
152
|
+
readonly providerConfig?: outputs.GetNodeTypeProviderConfig;
|
|
136
153
|
readonly supportPortForwarding?: boolean;
|
|
137
154
|
}
|
|
138
155
|
/**
|
|
@@ -185,6 +202,10 @@ export declare function getNodeTypeOutput(args?: GetNodeTypeOutputArgs, opts?: p
|
|
|
185
202
|
* A collection of arguments for invoking getNodeType.
|
|
186
203
|
*/
|
|
187
204
|
export interface GetNodeTypeOutputArgs {
|
|
205
|
+
/**
|
|
206
|
+
* if we should limit the search only to nodes with AWS Graviton or Azure Cobalt CPUs. Default to _false_.
|
|
207
|
+
*/
|
|
208
|
+
arm?: pulumi.Input<boolean>;
|
|
188
209
|
/**
|
|
189
210
|
* Node category, which can be one of (depending on the cloud environment, could be checked with `databricks clusters list-node-types -o json|jq '.node_types[]|.category'|sort |uniq`):
|
|
190
211
|
* * `General Purpose` (all clouds)
|
|
@@ -205,7 +226,9 @@ export interface GetNodeTypeOutputArgs {
|
|
|
205
226
|
*/
|
|
206
227
|
gbPerCore?: pulumi.Input<number>;
|
|
207
228
|
/**
|
|
208
|
-
* if we should limit the search only to nodes with AWS Graviton or Azure Cobalt CPUs. Default to _false_.
|
|
229
|
+
* if we should limit the search only to nodes with AWS Graviton or Azure Cobalt CPUs. Default to _false_. *Use `arm` instead!*
|
|
230
|
+
*
|
|
231
|
+
* @deprecated Use `arm` instead
|
|
209
232
|
*/
|
|
210
233
|
graviton?: pulumi.Input<boolean>;
|
|
211
234
|
/**
|
|
@@ -244,6 +267,10 @@ export interface GetNodeTypeOutputArgs {
|
|
|
244
267
|
* Pick only nodes that can run Photon workers. Defaults to _false_.
|
|
245
268
|
*/
|
|
246
269
|
photonWorkerCapable?: pulumi.Input<boolean>;
|
|
270
|
+
/**
|
|
271
|
+
* Configure the provider for management through account provider. This block consists of the following fields:
|
|
272
|
+
*/
|
|
273
|
+
providerConfig?: pulumi.Input<inputs.GetNodeTypeProviderConfigArgs>;
|
|
247
274
|
/**
|
|
248
275
|
* Pick only nodes that support port forwarding. Defaults to _false_.
|
|
249
276
|
*/
|