@pulumi/databricks 1.77.0-alpha.1761975834 → 1.77.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/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/getDirectory.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getDirectory.js","sourceRoot":"","sources":["../getDirectory.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;
|
|
1
|
+
{"version":3,"file":"getDirectory.js","sourceRoot":"","sources":["../getDirectory.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;GAeG;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,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,eAAe,EAAE,IAAI,CAAC,aAAa;KACtC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,oCASC;AAyCD;;;;;;;;;;;;;;;GAeG;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,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,eAAe,EAAE,IAAI,CAAC,aAAa;KACtC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,gDASC"}
|
|
@@ -1,4 +1,44 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
4
|
+
*
|
|
5
|
+
* This data source allows you to get information about a tag assignment for a specific entity using the entity type, entity name, and tag key.
|
|
6
|
+
*
|
|
7
|
+
* ## Example Usage
|
|
8
|
+
*
|
|
9
|
+
* ### Get environment tag from a catalog
|
|
10
|
+
*
|
|
11
|
+
* ```typescript
|
|
12
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
13
|
+
* import * as databricks from "@pulumi/databricks";
|
|
14
|
+
*
|
|
15
|
+
* const catalogTag = databricks.getEntityTagAssignment({
|
|
16
|
+
* entityType: "catalogs",
|
|
17
|
+
* entityName: "production_catalog",
|
|
18
|
+
* tagKey: "environment",
|
|
19
|
+
* });
|
|
20
|
+
* const schemaTag = databricks.getEntityTagAssignment({
|
|
21
|
+
* entityType: "schemas",
|
|
22
|
+
* entityName: "production_catalog.analytics_data",
|
|
23
|
+
* tagKey: "cost_center",
|
|
24
|
+
* });
|
|
25
|
+
* const tableTag = databricks.getEntityTagAssignment({
|
|
26
|
+
* entityType: "tables",
|
|
27
|
+
* entityName: "production_catalog.sales_data.customer_orders",
|
|
28
|
+
* tagKey: "owner",
|
|
29
|
+
* });
|
|
30
|
+
* const columnTag = databricks.getEntityTagAssignment({
|
|
31
|
+
* entityType: "columns",
|
|
32
|
+
* entityName: "production_catalog.customer_data.users.email_address",
|
|
33
|
+
* tagKey: "pii_classification",
|
|
34
|
+
* });
|
|
35
|
+
* const volumeTag = databricks.getEntityTagAssignment({
|
|
36
|
+
* entityType: "volumes",
|
|
37
|
+
* entityName: "production_catalog.raw_data.landing_zone",
|
|
38
|
+
* tagKey: "purpose",
|
|
39
|
+
* });
|
|
40
|
+
* ```
|
|
41
|
+
*/
|
|
2
42
|
export declare function getEntityTagAssignment(args: GetEntityTagAssignmentArgs, opts?: pulumi.InvokeOptions): Promise<GetEntityTagAssignmentResult>;
|
|
3
43
|
/**
|
|
4
44
|
* A collection of arguments for invoking getEntityTagAssignment.
|
|
@@ -16,14 +56,6 @@ export interface GetEntityTagAssignmentArgs {
|
|
|
16
56
|
* The key of the tag
|
|
17
57
|
*/
|
|
18
58
|
tagKey: string;
|
|
19
|
-
/**
|
|
20
|
-
* (string) - The value of the tag
|
|
21
|
-
*/
|
|
22
|
-
tagValue?: string;
|
|
23
|
-
/**
|
|
24
|
-
* Workspace ID of the resource
|
|
25
|
-
*/
|
|
26
|
-
workspaceId?: string;
|
|
27
59
|
}
|
|
28
60
|
/**
|
|
29
61
|
* A collection of values returned by getEntityTagAssignment.
|
|
@@ -48,9 +80,48 @@ export interface GetEntityTagAssignmentResult {
|
|
|
48
80
|
/**
|
|
49
81
|
* (string) - The value of the tag
|
|
50
82
|
*/
|
|
51
|
-
readonly tagValue
|
|
52
|
-
readonly workspaceId?: string;
|
|
83
|
+
readonly tagValue: string;
|
|
53
84
|
}
|
|
85
|
+
/**
|
|
86
|
+
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
87
|
+
*
|
|
88
|
+
* This data source allows you to get information about a tag assignment for a specific entity using the entity type, entity name, and tag key.
|
|
89
|
+
*
|
|
90
|
+
* ## Example Usage
|
|
91
|
+
*
|
|
92
|
+
* ### Get environment tag from a catalog
|
|
93
|
+
*
|
|
94
|
+
* ```typescript
|
|
95
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
96
|
+
* import * as databricks from "@pulumi/databricks";
|
|
97
|
+
*
|
|
98
|
+
* const catalogTag = databricks.getEntityTagAssignment({
|
|
99
|
+
* entityType: "catalogs",
|
|
100
|
+
* entityName: "production_catalog",
|
|
101
|
+
* tagKey: "environment",
|
|
102
|
+
* });
|
|
103
|
+
* const schemaTag = databricks.getEntityTagAssignment({
|
|
104
|
+
* entityType: "schemas",
|
|
105
|
+
* entityName: "production_catalog.analytics_data",
|
|
106
|
+
* tagKey: "cost_center",
|
|
107
|
+
* });
|
|
108
|
+
* const tableTag = databricks.getEntityTagAssignment({
|
|
109
|
+
* entityType: "tables",
|
|
110
|
+
* entityName: "production_catalog.sales_data.customer_orders",
|
|
111
|
+
* tagKey: "owner",
|
|
112
|
+
* });
|
|
113
|
+
* const columnTag = databricks.getEntityTagAssignment({
|
|
114
|
+
* entityType: "columns",
|
|
115
|
+
* entityName: "production_catalog.customer_data.users.email_address",
|
|
116
|
+
* tagKey: "pii_classification",
|
|
117
|
+
* });
|
|
118
|
+
* const volumeTag = databricks.getEntityTagAssignment({
|
|
119
|
+
* entityType: "volumes",
|
|
120
|
+
* entityName: "production_catalog.raw_data.landing_zone",
|
|
121
|
+
* tagKey: "purpose",
|
|
122
|
+
* });
|
|
123
|
+
* ```
|
|
124
|
+
*/
|
|
54
125
|
export declare function getEntityTagAssignmentOutput(args: GetEntityTagAssignmentOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetEntityTagAssignmentResult>;
|
|
55
126
|
/**
|
|
56
127
|
* A collection of arguments for invoking getEntityTagAssignment.
|
|
@@ -68,12 +139,4 @@ export interface GetEntityTagAssignmentOutputArgs {
|
|
|
68
139
|
* The key of the tag
|
|
69
140
|
*/
|
|
70
141
|
tagKey: pulumi.Input<string>;
|
|
71
|
-
/**
|
|
72
|
-
* (string) - The value of the tag
|
|
73
|
-
*/
|
|
74
|
-
tagValue?: pulumi.Input<string>;
|
|
75
|
-
/**
|
|
76
|
-
* Workspace ID of the resource
|
|
77
|
-
*/
|
|
78
|
-
workspaceId?: pulumi.Input<string>;
|
|
79
142
|
}
|
|
@@ -5,25 +5,101 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
5
5
|
exports.getEntityTagAssignmentOutput = exports.getEntityTagAssignment = 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
|
+
*
|
|
11
|
+
* This data source allows you to get information about a tag assignment for a specific entity using the entity type, entity name, and tag key.
|
|
12
|
+
*
|
|
13
|
+
* ## Example Usage
|
|
14
|
+
*
|
|
15
|
+
* ### Get environment tag from a catalog
|
|
16
|
+
*
|
|
17
|
+
* ```typescript
|
|
18
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
19
|
+
* import * as databricks from "@pulumi/databricks";
|
|
20
|
+
*
|
|
21
|
+
* const catalogTag = databricks.getEntityTagAssignment({
|
|
22
|
+
* entityType: "catalogs",
|
|
23
|
+
* entityName: "production_catalog",
|
|
24
|
+
* tagKey: "environment",
|
|
25
|
+
* });
|
|
26
|
+
* const schemaTag = databricks.getEntityTagAssignment({
|
|
27
|
+
* entityType: "schemas",
|
|
28
|
+
* entityName: "production_catalog.analytics_data",
|
|
29
|
+
* tagKey: "cost_center",
|
|
30
|
+
* });
|
|
31
|
+
* const tableTag = databricks.getEntityTagAssignment({
|
|
32
|
+
* entityType: "tables",
|
|
33
|
+
* entityName: "production_catalog.sales_data.customer_orders",
|
|
34
|
+
* tagKey: "owner",
|
|
35
|
+
* });
|
|
36
|
+
* const columnTag = databricks.getEntityTagAssignment({
|
|
37
|
+
* entityType: "columns",
|
|
38
|
+
* entityName: "production_catalog.customer_data.users.email_address",
|
|
39
|
+
* tagKey: "pii_classification",
|
|
40
|
+
* });
|
|
41
|
+
* const volumeTag = databricks.getEntityTagAssignment({
|
|
42
|
+
* entityType: "volumes",
|
|
43
|
+
* entityName: "production_catalog.raw_data.landing_zone",
|
|
44
|
+
* tagKey: "purpose",
|
|
45
|
+
* });
|
|
46
|
+
* ```
|
|
47
|
+
*/
|
|
8
48
|
function getEntityTagAssignment(args, opts) {
|
|
9
49
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
10
50
|
return pulumi.runtime.invoke("databricks:index/getEntityTagAssignment:getEntityTagAssignment", {
|
|
11
51
|
"entityName": args.entityName,
|
|
12
52
|
"entityType": args.entityType,
|
|
13
53
|
"tagKey": args.tagKey,
|
|
14
|
-
"tagValue": args.tagValue,
|
|
15
|
-
"workspaceId": args.workspaceId,
|
|
16
54
|
}, opts);
|
|
17
55
|
}
|
|
18
56
|
exports.getEntityTagAssignment = getEntityTagAssignment;
|
|
57
|
+
/**
|
|
58
|
+
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
59
|
+
*
|
|
60
|
+
* This data source allows you to get information about a tag assignment for a specific entity using the entity type, entity name, and tag key.
|
|
61
|
+
*
|
|
62
|
+
* ## Example Usage
|
|
63
|
+
*
|
|
64
|
+
* ### Get environment tag from a catalog
|
|
65
|
+
*
|
|
66
|
+
* ```typescript
|
|
67
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
68
|
+
* import * as databricks from "@pulumi/databricks";
|
|
69
|
+
*
|
|
70
|
+
* const catalogTag = databricks.getEntityTagAssignment({
|
|
71
|
+
* entityType: "catalogs",
|
|
72
|
+
* entityName: "production_catalog",
|
|
73
|
+
* tagKey: "environment",
|
|
74
|
+
* });
|
|
75
|
+
* const schemaTag = databricks.getEntityTagAssignment({
|
|
76
|
+
* entityType: "schemas",
|
|
77
|
+
* entityName: "production_catalog.analytics_data",
|
|
78
|
+
* tagKey: "cost_center",
|
|
79
|
+
* });
|
|
80
|
+
* const tableTag = databricks.getEntityTagAssignment({
|
|
81
|
+
* entityType: "tables",
|
|
82
|
+
* entityName: "production_catalog.sales_data.customer_orders",
|
|
83
|
+
* tagKey: "owner",
|
|
84
|
+
* });
|
|
85
|
+
* const columnTag = databricks.getEntityTagAssignment({
|
|
86
|
+
* entityType: "columns",
|
|
87
|
+
* entityName: "production_catalog.customer_data.users.email_address",
|
|
88
|
+
* tagKey: "pii_classification",
|
|
89
|
+
* });
|
|
90
|
+
* const volumeTag = databricks.getEntityTagAssignment({
|
|
91
|
+
* entityType: "volumes",
|
|
92
|
+
* entityName: "production_catalog.raw_data.landing_zone",
|
|
93
|
+
* tagKey: "purpose",
|
|
94
|
+
* });
|
|
95
|
+
* ```
|
|
96
|
+
*/
|
|
19
97
|
function getEntityTagAssignmentOutput(args, opts) {
|
|
20
98
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
21
99
|
return pulumi.runtime.invokeOutput("databricks:index/getEntityTagAssignment:getEntityTagAssignment", {
|
|
22
100
|
"entityName": args.entityName,
|
|
23
101
|
"entityType": args.entityType,
|
|
24
102
|
"tagKey": args.tagKey,
|
|
25
|
-
"tagValue": args.tagValue,
|
|
26
|
-
"workspaceId": args.workspaceId,
|
|
27
103
|
}, opts);
|
|
28
104
|
}
|
|
29
105
|
exports.getEntityTagAssignmentOutput = getEntityTagAssignmentOutput;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getEntityTagAssignment.js","sourceRoot":"","sources":["../getEntityTagAssignment.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC,SAAgB,sBAAsB,CAAC,IAAgC,EAAE,IAA2B;IAChG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gEAAgE,EAAE;QAC3F,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,QAAQ,EAAE,IAAI,CAAC,MAAM;
|
|
1
|
+
{"version":3,"file":"getEntityTagAssignment.js","sourceRoot":"","sources":["../getEntityTagAssignment.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAuCG;AACH,SAAgB,sBAAsB,CAAC,IAAgC,EAAE,IAA2B;IAChG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gEAAgE,EAAE;QAC3F,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,wDAOC;AA6CD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAuCG;AACH,SAAgB,4BAA4B,CAAC,IAAsC,EAAE,IAAiC;IAClH,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,gEAAgE,EAAE;QACjG,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,oEAOC"}
|
|
@@ -1,5 +1,40 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
import * as outputs from "./types/output";
|
|
3
|
+
/**
|
|
4
|
+
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
5
|
+
*
|
|
6
|
+
* This data source allows you to retrieve tag assignments that have been applied to a particular entity in Unity Catalog.
|
|
7
|
+
*
|
|
8
|
+
* ## Example Usage
|
|
9
|
+
*
|
|
10
|
+
* ### Get all tag assignments for a catalog
|
|
11
|
+
*
|
|
12
|
+
* ```typescript
|
|
13
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
14
|
+
* import * as databricks from "@pulumi/databricks";
|
|
15
|
+
*
|
|
16
|
+
* const catalogTags = databricks.getEntityTagAssignments({
|
|
17
|
+
* entityType: "catalogs",
|
|
18
|
+
* entityName: "production_catalog",
|
|
19
|
+
* });
|
|
20
|
+
* const schemaTags = databricks.getEntityTagAssignments({
|
|
21
|
+
* entityType: "schemas",
|
|
22
|
+
* entityName: "production_catalog.sales_data",
|
|
23
|
+
* });
|
|
24
|
+
* const tableTags = databricks.getEntityTagAssignments({
|
|
25
|
+
* entityType: "tables",
|
|
26
|
+
* entityName: "production_catalog.sales_data.customer_orders",
|
|
27
|
+
* });
|
|
28
|
+
* const columnTags = databricks.getEntityTagAssignments({
|
|
29
|
+
* entityType: "columns",
|
|
30
|
+
* entityName: "production_catalog.customer_data.users.email_address",
|
|
31
|
+
* });
|
|
32
|
+
* const volumeTags = databricks.getEntityTagAssignments({
|
|
33
|
+
* entityType: "volumes",
|
|
34
|
+
* entityName: "production_catalog.raw_data.landing_zone",
|
|
35
|
+
* });
|
|
36
|
+
* ```
|
|
37
|
+
*/
|
|
3
38
|
export declare function getEntityTagAssignments(args: GetEntityTagAssignmentsArgs, opts?: pulumi.InvokeOptions): Promise<GetEntityTagAssignmentsResult>;
|
|
4
39
|
/**
|
|
5
40
|
* A collection of arguments for invoking getEntityTagAssignments.
|
|
@@ -14,9 +49,9 @@ export interface GetEntityTagAssignmentsArgs {
|
|
|
14
49
|
*/
|
|
15
50
|
entityType: string;
|
|
16
51
|
/**
|
|
17
|
-
*
|
|
52
|
+
* Optional. Maximum number of tag assignments to return in a single page
|
|
18
53
|
*/
|
|
19
|
-
|
|
54
|
+
maxResults?: number;
|
|
20
55
|
}
|
|
21
56
|
/**
|
|
22
57
|
* A collection of values returned by getEntityTagAssignments.
|
|
@@ -34,9 +69,44 @@ export interface GetEntityTagAssignmentsResult {
|
|
|
34
69
|
* The provider-assigned unique ID for this managed resource.
|
|
35
70
|
*/
|
|
36
71
|
readonly id: string;
|
|
72
|
+
readonly maxResults?: number;
|
|
37
73
|
readonly tagAssignments: outputs.GetEntityTagAssignmentsTagAssignment[];
|
|
38
|
-
readonly workspaceId?: string;
|
|
39
74
|
}
|
|
75
|
+
/**
|
|
76
|
+
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
77
|
+
*
|
|
78
|
+
* This data source allows you to retrieve tag assignments that have been applied to a particular entity in Unity Catalog.
|
|
79
|
+
*
|
|
80
|
+
* ## Example Usage
|
|
81
|
+
*
|
|
82
|
+
* ### Get all tag assignments for a catalog
|
|
83
|
+
*
|
|
84
|
+
* ```typescript
|
|
85
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
86
|
+
* import * as databricks from "@pulumi/databricks";
|
|
87
|
+
*
|
|
88
|
+
* const catalogTags = databricks.getEntityTagAssignments({
|
|
89
|
+
* entityType: "catalogs",
|
|
90
|
+
* entityName: "production_catalog",
|
|
91
|
+
* });
|
|
92
|
+
* const schemaTags = databricks.getEntityTagAssignments({
|
|
93
|
+
* entityType: "schemas",
|
|
94
|
+
* entityName: "production_catalog.sales_data",
|
|
95
|
+
* });
|
|
96
|
+
* const tableTags = databricks.getEntityTagAssignments({
|
|
97
|
+
* entityType: "tables",
|
|
98
|
+
* entityName: "production_catalog.sales_data.customer_orders",
|
|
99
|
+
* });
|
|
100
|
+
* const columnTags = databricks.getEntityTagAssignments({
|
|
101
|
+
* entityType: "columns",
|
|
102
|
+
* entityName: "production_catalog.customer_data.users.email_address",
|
|
103
|
+
* });
|
|
104
|
+
* const volumeTags = databricks.getEntityTagAssignments({
|
|
105
|
+
* entityType: "volumes",
|
|
106
|
+
* entityName: "production_catalog.raw_data.landing_zone",
|
|
107
|
+
* });
|
|
108
|
+
* ```
|
|
109
|
+
*/
|
|
40
110
|
export declare function getEntityTagAssignmentsOutput(args: GetEntityTagAssignmentsOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetEntityTagAssignmentsResult>;
|
|
41
111
|
/**
|
|
42
112
|
* A collection of arguments for invoking getEntityTagAssignments.
|
|
@@ -51,7 +121,7 @@ export interface GetEntityTagAssignmentsOutputArgs {
|
|
|
51
121
|
*/
|
|
52
122
|
entityType: pulumi.Input<string>;
|
|
53
123
|
/**
|
|
54
|
-
*
|
|
124
|
+
* Optional. Maximum number of tag assignments to return in a single page
|
|
55
125
|
*/
|
|
56
|
-
|
|
126
|
+
maxResults?: pulumi.Input<number>;
|
|
57
127
|
}
|
|
@@ -5,21 +5,91 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
5
5
|
exports.getEntityTagAssignmentsOutput = exports.getEntityTagAssignments = 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
|
+
*
|
|
11
|
+
* This data source allows you to retrieve tag assignments that have been applied to a particular entity in Unity Catalog.
|
|
12
|
+
*
|
|
13
|
+
* ## Example Usage
|
|
14
|
+
*
|
|
15
|
+
* ### Get all tag assignments for a catalog
|
|
16
|
+
*
|
|
17
|
+
* ```typescript
|
|
18
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
19
|
+
* import * as databricks from "@pulumi/databricks";
|
|
20
|
+
*
|
|
21
|
+
* const catalogTags = databricks.getEntityTagAssignments({
|
|
22
|
+
* entityType: "catalogs",
|
|
23
|
+
* entityName: "production_catalog",
|
|
24
|
+
* });
|
|
25
|
+
* const schemaTags = databricks.getEntityTagAssignments({
|
|
26
|
+
* entityType: "schemas",
|
|
27
|
+
* entityName: "production_catalog.sales_data",
|
|
28
|
+
* });
|
|
29
|
+
* const tableTags = databricks.getEntityTagAssignments({
|
|
30
|
+
* entityType: "tables",
|
|
31
|
+
* entityName: "production_catalog.sales_data.customer_orders",
|
|
32
|
+
* });
|
|
33
|
+
* const columnTags = databricks.getEntityTagAssignments({
|
|
34
|
+
* entityType: "columns",
|
|
35
|
+
* entityName: "production_catalog.customer_data.users.email_address",
|
|
36
|
+
* });
|
|
37
|
+
* const volumeTags = databricks.getEntityTagAssignments({
|
|
38
|
+
* entityType: "volumes",
|
|
39
|
+
* entityName: "production_catalog.raw_data.landing_zone",
|
|
40
|
+
* });
|
|
41
|
+
* ```
|
|
42
|
+
*/
|
|
8
43
|
function getEntityTagAssignments(args, opts) {
|
|
9
44
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
10
45
|
return pulumi.runtime.invoke("databricks:index/getEntityTagAssignments:getEntityTagAssignments", {
|
|
11
46
|
"entityName": args.entityName,
|
|
12
47
|
"entityType": args.entityType,
|
|
13
|
-
"
|
|
48
|
+
"maxResults": args.maxResults,
|
|
14
49
|
}, opts);
|
|
15
50
|
}
|
|
16
51
|
exports.getEntityTagAssignments = getEntityTagAssignments;
|
|
52
|
+
/**
|
|
53
|
+
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
54
|
+
*
|
|
55
|
+
* This data source allows you to retrieve tag assignments that have been applied to a particular entity in Unity Catalog.
|
|
56
|
+
*
|
|
57
|
+
* ## Example Usage
|
|
58
|
+
*
|
|
59
|
+
* ### Get all tag assignments for a catalog
|
|
60
|
+
*
|
|
61
|
+
* ```typescript
|
|
62
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
63
|
+
* import * as databricks from "@pulumi/databricks";
|
|
64
|
+
*
|
|
65
|
+
* const catalogTags = databricks.getEntityTagAssignments({
|
|
66
|
+
* entityType: "catalogs",
|
|
67
|
+
* entityName: "production_catalog",
|
|
68
|
+
* });
|
|
69
|
+
* const schemaTags = databricks.getEntityTagAssignments({
|
|
70
|
+
* entityType: "schemas",
|
|
71
|
+
* entityName: "production_catalog.sales_data",
|
|
72
|
+
* });
|
|
73
|
+
* const tableTags = databricks.getEntityTagAssignments({
|
|
74
|
+
* entityType: "tables",
|
|
75
|
+
* entityName: "production_catalog.sales_data.customer_orders",
|
|
76
|
+
* });
|
|
77
|
+
* const columnTags = databricks.getEntityTagAssignments({
|
|
78
|
+
* entityType: "columns",
|
|
79
|
+
* entityName: "production_catalog.customer_data.users.email_address",
|
|
80
|
+
* });
|
|
81
|
+
* const volumeTags = databricks.getEntityTagAssignments({
|
|
82
|
+
* entityType: "volumes",
|
|
83
|
+
* entityName: "production_catalog.raw_data.landing_zone",
|
|
84
|
+
* });
|
|
85
|
+
* ```
|
|
86
|
+
*/
|
|
17
87
|
function getEntityTagAssignmentsOutput(args, opts) {
|
|
18
88
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
19
89
|
return pulumi.runtime.invokeOutput("databricks:index/getEntityTagAssignments:getEntityTagAssignments", {
|
|
20
90
|
"entityName": args.entityName,
|
|
21
91
|
"entityType": args.entityType,
|
|
22
|
-
"
|
|
92
|
+
"maxResults": args.maxResults,
|
|
23
93
|
}, opts);
|
|
24
94
|
}
|
|
25
95
|
exports.getEntityTagAssignmentsOutput = getEntityTagAssignmentsOutput;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getEntityTagAssignments.js","sourceRoot":"","sources":["../getEntityTagAssignments.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC,SAAgB,uBAAuB,CAAC,IAAiC,EAAE,IAA2B;IAClG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,kEAAkE,EAAE;QAC7F,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,
|
|
1
|
+
{"version":3,"file":"getEntityTagAssignments.js","sourceRoot":"","sources":["../getEntityTagAssignments.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAkCG;AACH,SAAgB,uBAAuB,CAAC,IAAiC,EAAE,IAA2B;IAClG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,kEAAkE,EAAE;QAC7F,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,0DAOC;AAuCD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAkCG;AACH,SAAgB,6BAA6B,CAAC,IAAuC,EAAE,IAAiC;IACpH,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,kEAAkE,EAAE;QACnG,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,sEAOC"}
|
package/getExternalLocation.d.ts
CHANGED
|
@@ -44,6 +44,10 @@ export interface GetExternalLocationArgs {
|
|
|
44
44
|
* The name of the external location
|
|
45
45
|
*/
|
|
46
46
|
name: string;
|
|
47
|
+
/**
|
|
48
|
+
* Configure the provider for management through account provider. This block consists of the following fields:
|
|
49
|
+
*/
|
|
50
|
+
providerConfig?: inputs.GetExternalLocationProviderConfig;
|
|
47
51
|
}
|
|
48
52
|
/**
|
|
49
53
|
* A collection of values returned by getExternalLocation.
|
|
@@ -58,6 +62,7 @@ export interface GetExternalLocationResult {
|
|
|
58
62
|
*/
|
|
59
63
|
readonly id: string;
|
|
60
64
|
readonly name: string;
|
|
65
|
+
readonly providerConfig?: outputs.GetExternalLocationProviderConfig;
|
|
61
66
|
}
|
|
62
67
|
/**
|
|
63
68
|
* Retrieves details about a databricks.ExternalLocation that were created by Pulumi or manually.
|
|
@@ -102,4 +107,8 @@ export interface GetExternalLocationOutputArgs {
|
|
|
102
107
|
* The name of the external location
|
|
103
108
|
*/
|
|
104
109
|
name: pulumi.Input<string>;
|
|
110
|
+
/**
|
|
111
|
+
* Configure the provider for management through account provider. This block consists of the following fields:
|
|
112
|
+
*/
|
|
113
|
+
providerConfig?: pulumi.Input<inputs.GetExternalLocationProviderConfigArgs>;
|
|
105
114
|
}
|
package/getExternalLocation.js
CHANGED
|
@@ -37,6 +37,7 @@ function getExternalLocation(args, opts) {
|
|
|
37
37
|
"externalLocationInfo": args.externalLocationInfo,
|
|
38
38
|
"id": args.id,
|
|
39
39
|
"name": args.name,
|
|
40
|
+
"providerConfig": args.providerConfig,
|
|
40
41
|
}, opts);
|
|
41
42
|
}
|
|
42
43
|
exports.getExternalLocation = getExternalLocation;
|
|
@@ -72,6 +73,7 @@ function getExternalLocationOutput(args, opts) {
|
|
|
72
73
|
"externalLocationInfo": args.externalLocationInfo,
|
|
73
74
|
"id": args.id,
|
|
74
75
|
"name": args.name,
|
|
76
|
+
"providerConfig": args.providerConfig,
|
|
75
77
|
}, opts);
|
|
76
78
|
}
|
|
77
79
|
exports.getExternalLocationOutput = getExternalLocationOutput;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getExternalLocation.js","sourceRoot":"","sources":["../getExternalLocation.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;AACH,SAAgB,mBAAmB,CAAC,IAA6B,EAAE,IAA2B;IAC1F,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,sBAAsB,EAAE,IAAI,CAAC,oBAAoB;QACjD,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;
|
|
1
|
+
{"version":3,"file":"getExternalLocation.js","sourceRoot":"","sources":["../getExternalLocation.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;AACH,SAAgB,mBAAmB,CAAC,IAA6B,EAAE,IAA2B;IAC1F,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,sBAAsB,EAAE,IAAI,CAAC,oBAAoB;QACjD,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,gBAAgB,EAAE,IAAI,CAAC,cAAc;KACxC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,kDAQC;AAuCD;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;AACH,SAAgB,yBAAyB,CAAC,IAAmC,EAAE,IAAiC;IAC5G,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,sBAAsB,EAAE,IAAI,CAAC,oBAAoB;QACjD,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,gBAAgB,EAAE,IAAI,CAAC,cAAc;KACxC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,8DAQC"}
|
|
@@ -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.ExternalLocation objects, that were created by Pulumi or manually, so that special handling could be applied.
|
|
4
6
|
*
|
|
@@ -32,6 +34,10 @@ export interface GetExternalLocationsArgs {
|
|
|
32
34
|
* List of names of databricks.ExternalLocation in the metastore
|
|
33
35
|
*/
|
|
34
36
|
names?: string[];
|
|
37
|
+
/**
|
|
38
|
+
* Configure the provider for management through account provider. This block consists of the following fields:
|
|
39
|
+
*/
|
|
40
|
+
providerConfig?: inputs.GetExternalLocationsProviderConfig;
|
|
35
41
|
}
|
|
36
42
|
/**
|
|
37
43
|
* A collection of values returned by getExternalLocations.
|
|
@@ -45,6 +51,7 @@ export interface GetExternalLocationsResult {
|
|
|
45
51
|
* List of names of databricks.ExternalLocation in the metastore
|
|
46
52
|
*/
|
|
47
53
|
readonly names: string[];
|
|
54
|
+
readonly providerConfig?: outputs.GetExternalLocationsProviderConfig;
|
|
48
55
|
}
|
|
49
56
|
/**
|
|
50
57
|
* Retrieves a list of databricks.ExternalLocation objects, that were created by Pulumi or manually, so that special handling could be applied.
|
|
@@ -79,4 +86,8 @@ export interface GetExternalLocationsOutputArgs {
|
|
|
79
86
|
* List of names of databricks.ExternalLocation in the metastore
|
|
80
87
|
*/
|
|
81
88
|
names?: pulumi.Input<pulumi.Input<string>[]>;
|
|
89
|
+
/**
|
|
90
|
+
* Configure the provider for management through account provider. This block consists of the following fields:
|
|
91
|
+
*/
|
|
92
|
+
providerConfig?: pulumi.Input<inputs.GetExternalLocationsProviderConfigArgs>;
|
|
82
93
|
}
|
package/getExternalLocations.js
CHANGED
|
@@ -34,6 +34,7 @@ function getExternalLocations(args, opts) {
|
|
|
34
34
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
35
35
|
return pulumi.runtime.invoke("databricks:index/getExternalLocations:getExternalLocations", {
|
|
36
36
|
"names": args.names,
|
|
37
|
+
"providerConfig": args.providerConfig,
|
|
37
38
|
}, opts);
|
|
38
39
|
}
|
|
39
40
|
exports.getExternalLocations = getExternalLocations;
|
|
@@ -66,6 +67,7 @@ function getExternalLocationsOutput(args, opts) {
|
|
|
66
67
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
67
68
|
return pulumi.runtime.invokeOutput("databricks:index/getExternalLocations:getExternalLocations", {
|
|
68
69
|
"names": args.names,
|
|
70
|
+
"providerConfig": args.providerConfig,
|
|
69
71
|
}, opts);
|
|
70
72
|
}
|
|
71
73
|
exports.getExternalLocationsOutput = getExternalLocationsOutput;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getExternalLocations.js","sourceRoot":"","sources":["../getExternalLocations.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;
|
|
1
|
+
{"version":3,"file":"getExternalLocations.js","sourceRoot":"","sources":["../getExternalLocations.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,SAAgB,oBAAoB,CAAC,IAA+B,EAAE,IAA2B;IAC7F,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,4DAA4D,EAAE;QACvF,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,gBAAgB,EAAE,IAAI,CAAC,cAAc;KACxC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,oDAOC;AA8BD;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,SAAgB,0BAA0B,CAAC,IAAqC,EAAE,IAAiC;IAC/G,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,4DAA4D,EAAE;QAC7F,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,gBAAgB,EAAE,IAAI,CAAC,cAAc;KACxC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,gEAOC"}
|