@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/getExternalMetadata.d.ts
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
/**
|
|
3
|
+
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
4
|
+
*
|
|
3
5
|
* This data source can be used to get a single external metadata object.
|
|
4
6
|
*
|
|
5
7
|
* > **Note** This resource can only be used with an workspace-level provider!
|
|
@@ -22,44 +24,10 @@ export declare function getExternalMetadata(args: GetExternalMetadataArgs, opts?
|
|
|
22
24
|
* A collection of arguments for invoking getExternalMetadata.
|
|
23
25
|
*/
|
|
24
26
|
export interface GetExternalMetadataArgs {
|
|
25
|
-
/**
|
|
26
|
-
* (list of string) - List of columns associated with the external metadata object
|
|
27
|
-
*/
|
|
28
|
-
columns?: string[];
|
|
29
|
-
/**
|
|
30
|
-
* (string) - User-provided free-form text description
|
|
31
|
-
*/
|
|
32
|
-
description?: string;
|
|
33
|
-
/**
|
|
34
|
-
* (string) - Type of entity within the external system
|
|
35
|
-
*/
|
|
36
|
-
entityType: string;
|
|
37
27
|
/**
|
|
38
28
|
* Name of the external metadata object
|
|
39
29
|
*/
|
|
40
30
|
name: string;
|
|
41
|
-
/**
|
|
42
|
-
* (string) - Owner of the external metadata object
|
|
43
|
-
*/
|
|
44
|
-
owner?: string;
|
|
45
|
-
/**
|
|
46
|
-
* (object) - A map of key-value properties attached to the external metadata object
|
|
47
|
-
*/
|
|
48
|
-
properties?: {
|
|
49
|
-
[key: string]: string;
|
|
50
|
-
};
|
|
51
|
-
/**
|
|
52
|
-
* (string) - Type of external system. Possible values are: `AMAZON_REDSHIFT`, `AZURE_SYNAPSE`, `CONFLUENT`, `DATABRICKS`, `GOOGLE_BIGQUERY`, `KAFKA`, `LOOKER`, `MICROSOFT_FABRIC`, `MICROSOFT_SQL_SERVER`, `MONGODB`, `MYSQL`, `ORACLE`, `OTHER`, `POSTGRESQL`, `POWER_BI`, `SALESFORCE`, `SAP`, `SERVICENOW`, `SNOWFLAKE`, `TABLEAU`, `TERADATA`, `WORKDAY`
|
|
53
|
-
*/
|
|
54
|
-
systemType: string;
|
|
55
|
-
/**
|
|
56
|
-
* (string) - URL associated with the external metadata object
|
|
57
|
-
*/
|
|
58
|
-
url?: string;
|
|
59
|
-
/**
|
|
60
|
-
* Workspace ID of the resource
|
|
61
|
-
*/
|
|
62
|
-
workspaceId?: string;
|
|
63
31
|
}
|
|
64
32
|
/**
|
|
65
33
|
* A collection of values returned by getExternalMetadata.
|
|
@@ -68,7 +36,7 @@ export interface GetExternalMetadataResult {
|
|
|
68
36
|
/**
|
|
69
37
|
* (list of string) - List of columns associated with the external metadata object
|
|
70
38
|
*/
|
|
71
|
-
readonly columns
|
|
39
|
+
readonly columns: string[];
|
|
72
40
|
/**
|
|
73
41
|
* (string) - Time at which this external metadata object was created
|
|
74
42
|
*/
|
|
@@ -80,7 +48,7 @@ export interface GetExternalMetadataResult {
|
|
|
80
48
|
/**
|
|
81
49
|
* (string) - User-provided free-form text description
|
|
82
50
|
*/
|
|
83
|
-
readonly description
|
|
51
|
+
readonly description: string;
|
|
84
52
|
/**
|
|
85
53
|
* (string) - Type of entity within the external system
|
|
86
54
|
*/
|
|
@@ -100,15 +68,15 @@ export interface GetExternalMetadataResult {
|
|
|
100
68
|
/**
|
|
101
69
|
* (string) - Owner of the external metadata object
|
|
102
70
|
*/
|
|
103
|
-
readonly owner
|
|
71
|
+
readonly owner: string;
|
|
104
72
|
/**
|
|
105
73
|
* (object) - A map of key-value properties attached to the external metadata object
|
|
106
74
|
*/
|
|
107
|
-
readonly properties
|
|
75
|
+
readonly properties: {
|
|
108
76
|
[key: string]: string;
|
|
109
77
|
};
|
|
110
78
|
/**
|
|
111
|
-
* (string) - Type of external system. Possible values are: `AMAZON_REDSHIFT`, `AZURE_SYNAPSE`, `CONFLUENT`, `DATABRICKS`, `GOOGLE_BIGQUERY`, `KAFKA`, `LOOKER`, `MICROSOFT_FABRIC`, `MICROSOFT_SQL_SERVER`, `MONGODB`, `MYSQL`, `ORACLE`, `OTHER`, `POSTGRESQL`, `POWER_BI`, `SALESFORCE`, `SAP`, `SERVICENOW`, `SNOWFLAKE`, `TABLEAU`, `TERADATA`, `WORKDAY`
|
|
79
|
+
* (string) - Type of external system. Possible values are: `AMAZON_REDSHIFT`, `AZURE_SYNAPSE`, `CONFLUENT`, `DATABRICKS`, `GOOGLE_BIGQUERY`, `KAFKA`, `LOOKER`, `MICROSOFT_FABRIC`, `MICROSOFT_SQL_SERVER`, `MONGODB`, `MYSQL`, `ORACLE`, `OTHER`, `POSTGRESQL`, `POWER_BI`, `SALESFORCE`, `SAP`, `SERVICENOW`, `SNOWFLAKE`, `STREAM_NATIVE`, `TABLEAU`, `TERADATA`, `WORKDAY`
|
|
112
80
|
*/
|
|
113
81
|
readonly systemType: string;
|
|
114
82
|
/**
|
|
@@ -122,10 +90,11 @@ export interface GetExternalMetadataResult {
|
|
|
122
90
|
/**
|
|
123
91
|
* (string) - URL associated with the external metadata object
|
|
124
92
|
*/
|
|
125
|
-
readonly url
|
|
126
|
-
readonly workspaceId?: string;
|
|
93
|
+
readonly url: string;
|
|
127
94
|
}
|
|
128
95
|
/**
|
|
96
|
+
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
97
|
+
*
|
|
129
98
|
* This data source can be used to get a single external metadata object.
|
|
130
99
|
*
|
|
131
100
|
* > **Note** This resource can only be used with an workspace-level provider!
|
|
@@ -148,42 +117,8 @@ export declare function getExternalMetadataOutput(args: GetExternalMetadataOutpu
|
|
|
148
117
|
* A collection of arguments for invoking getExternalMetadata.
|
|
149
118
|
*/
|
|
150
119
|
export interface GetExternalMetadataOutputArgs {
|
|
151
|
-
/**
|
|
152
|
-
* (list of string) - List of columns associated with the external metadata object
|
|
153
|
-
*/
|
|
154
|
-
columns?: pulumi.Input<pulumi.Input<string>[]>;
|
|
155
|
-
/**
|
|
156
|
-
* (string) - User-provided free-form text description
|
|
157
|
-
*/
|
|
158
|
-
description?: pulumi.Input<string>;
|
|
159
|
-
/**
|
|
160
|
-
* (string) - Type of entity within the external system
|
|
161
|
-
*/
|
|
162
|
-
entityType: pulumi.Input<string>;
|
|
163
120
|
/**
|
|
164
121
|
* Name of the external metadata object
|
|
165
122
|
*/
|
|
166
123
|
name: pulumi.Input<string>;
|
|
167
|
-
/**
|
|
168
|
-
* (string) - Owner of the external metadata object
|
|
169
|
-
*/
|
|
170
|
-
owner?: pulumi.Input<string>;
|
|
171
|
-
/**
|
|
172
|
-
* (object) - A map of key-value properties attached to the external metadata object
|
|
173
|
-
*/
|
|
174
|
-
properties?: pulumi.Input<{
|
|
175
|
-
[key: string]: pulumi.Input<string>;
|
|
176
|
-
}>;
|
|
177
|
-
/**
|
|
178
|
-
* (string) - Type of external system. Possible values are: `AMAZON_REDSHIFT`, `AZURE_SYNAPSE`, `CONFLUENT`, `DATABRICKS`, `GOOGLE_BIGQUERY`, `KAFKA`, `LOOKER`, `MICROSOFT_FABRIC`, `MICROSOFT_SQL_SERVER`, `MONGODB`, `MYSQL`, `ORACLE`, `OTHER`, `POSTGRESQL`, `POWER_BI`, `SALESFORCE`, `SAP`, `SERVICENOW`, `SNOWFLAKE`, `TABLEAU`, `TERADATA`, `WORKDAY`
|
|
179
|
-
*/
|
|
180
|
-
systemType: pulumi.Input<string>;
|
|
181
|
-
/**
|
|
182
|
-
* (string) - URL associated with the external metadata object
|
|
183
|
-
*/
|
|
184
|
-
url?: pulumi.Input<string>;
|
|
185
|
-
/**
|
|
186
|
-
* Workspace ID of the resource
|
|
187
|
-
*/
|
|
188
|
-
workspaceId?: pulumi.Input<string>;
|
|
189
124
|
}
|
package/getExternalMetadata.js
CHANGED
|
@@ -6,6 +6,8 @@ exports.getExternalMetadataOutput = exports.getExternalMetadata = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
+
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
10
|
+
*
|
|
9
11
|
* This data source can be used to get a single external metadata object.
|
|
10
12
|
*
|
|
11
13
|
* > **Note** This resource can only be used with an workspace-level provider!
|
|
@@ -26,19 +28,13 @@ const utilities = require("./utilities");
|
|
|
26
28
|
function getExternalMetadata(args, opts) {
|
|
27
29
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
28
30
|
return pulumi.runtime.invoke("databricks:index/getExternalMetadata:getExternalMetadata", {
|
|
29
|
-
"columns": args.columns,
|
|
30
|
-
"description": args.description,
|
|
31
|
-
"entityType": args.entityType,
|
|
32
31
|
"name": args.name,
|
|
33
|
-
"owner": args.owner,
|
|
34
|
-
"properties": args.properties,
|
|
35
|
-
"systemType": args.systemType,
|
|
36
|
-
"url": args.url,
|
|
37
|
-
"workspaceId": args.workspaceId,
|
|
38
32
|
}, opts);
|
|
39
33
|
}
|
|
40
34
|
exports.getExternalMetadata = getExternalMetadata;
|
|
41
35
|
/**
|
|
36
|
+
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
37
|
+
*
|
|
42
38
|
* This data source can be used to get a single external metadata object.
|
|
43
39
|
*
|
|
44
40
|
* > **Note** This resource can only be used with an workspace-level provider!
|
|
@@ -59,15 +55,7 @@ exports.getExternalMetadata = getExternalMetadata;
|
|
|
59
55
|
function getExternalMetadataOutput(args, opts) {
|
|
60
56
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
61
57
|
return pulumi.runtime.invokeOutput("databricks:index/getExternalMetadata:getExternalMetadata", {
|
|
62
|
-
"columns": args.columns,
|
|
63
|
-
"description": args.description,
|
|
64
|
-
"entityType": args.entityType,
|
|
65
58
|
"name": args.name,
|
|
66
|
-
"owner": args.owner,
|
|
67
|
-
"properties": args.properties,
|
|
68
|
-
"systemType": args.systemType,
|
|
69
|
-
"url": args.url,
|
|
70
|
-
"workspaceId": args.workspaceId,
|
|
71
59
|
}, opts);
|
|
72
60
|
}
|
|
73
61
|
exports.getExternalMetadataOutput = getExternalMetadataOutput;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getExternalMetadata.js","sourceRoot":"","sources":["../getExternalMetadata.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getExternalMetadata.js","sourceRoot":"","sources":["../getExternalMetadata.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;GAmBG;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,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,kDAKC;AAyED;;;;;;;;;;;;;;;;;;;GAmBG;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,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,8DAKC"}
|
|
@@ -1,6 +1,8 @@
|
|
|
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
|
+
*
|
|
4
6
|
* This data source can be used to fetch the list of external metadata objects.
|
|
5
7
|
*
|
|
6
8
|
* > **Note** This resource can only be used with an workspace-level provider!
|
|
@@ -22,9 +24,10 @@ export declare function getExternalMetadatas(args?: GetExternalMetadatasArgs, op
|
|
|
22
24
|
*/
|
|
23
25
|
export interface GetExternalMetadatasArgs {
|
|
24
26
|
/**
|
|
25
|
-
*
|
|
27
|
+
* Specifies the maximum number of external metadata objects to return in a single response.
|
|
28
|
+
* The value must be less than or equal to 1000
|
|
26
29
|
*/
|
|
27
|
-
|
|
30
|
+
pageSize?: number;
|
|
28
31
|
}
|
|
29
32
|
/**
|
|
30
33
|
* A collection of values returned by getExternalMetadatas.
|
|
@@ -35,9 +38,11 @@ export interface GetExternalMetadatasResult {
|
|
|
35
38
|
* The provider-assigned unique ID for this managed resource.
|
|
36
39
|
*/
|
|
37
40
|
readonly id: string;
|
|
38
|
-
readonly
|
|
41
|
+
readonly pageSize?: number;
|
|
39
42
|
}
|
|
40
43
|
/**
|
|
44
|
+
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
45
|
+
*
|
|
41
46
|
* This data source can be used to fetch the list of external metadata objects.
|
|
42
47
|
*
|
|
43
48
|
* > **Note** This resource can only be used with an workspace-level provider!
|
|
@@ -59,7 +64,8 @@ export declare function getExternalMetadatasOutput(args?: GetExternalMetadatasOu
|
|
|
59
64
|
*/
|
|
60
65
|
export interface GetExternalMetadatasOutputArgs {
|
|
61
66
|
/**
|
|
62
|
-
*
|
|
67
|
+
* Specifies the maximum number of external metadata objects to return in a single response.
|
|
68
|
+
* The value must be less than or equal to 1000
|
|
63
69
|
*/
|
|
64
|
-
|
|
70
|
+
pageSize?: pulumi.Input<number>;
|
|
65
71
|
}
|
package/getExternalMetadatas.js
CHANGED
|
@@ -6,6 +6,8 @@ exports.getExternalMetadatasOutput = exports.getExternalMetadatas = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
+
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
10
|
+
*
|
|
9
11
|
* This data source can be used to fetch the list of external metadata objects.
|
|
10
12
|
*
|
|
11
13
|
* > **Note** This resource can only be used with an workspace-level provider!
|
|
@@ -25,11 +27,13 @@ function getExternalMetadatas(args, opts) {
|
|
|
25
27
|
args = args || {};
|
|
26
28
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
27
29
|
return pulumi.runtime.invoke("databricks:index/getExternalMetadatas:getExternalMetadatas", {
|
|
28
|
-
"
|
|
30
|
+
"pageSize": args.pageSize,
|
|
29
31
|
}, opts);
|
|
30
32
|
}
|
|
31
33
|
exports.getExternalMetadatas = getExternalMetadatas;
|
|
32
34
|
/**
|
|
35
|
+
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
36
|
+
*
|
|
33
37
|
* This data source can be used to fetch the list of external metadata objects.
|
|
34
38
|
*
|
|
35
39
|
* > **Note** This resource can only be used with an workspace-level provider!
|
|
@@ -49,7 +53,7 @@ function getExternalMetadatasOutput(args, opts) {
|
|
|
49
53
|
args = args || {};
|
|
50
54
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
51
55
|
return pulumi.runtime.invokeOutput("databricks:index/getExternalMetadatas:getExternalMetadatas", {
|
|
52
|
-
"
|
|
56
|
+
"pageSize": args.pageSize,
|
|
53
57
|
}, opts);
|
|
54
58
|
}
|
|
55
59
|
exports.getExternalMetadatasOutput = getExternalMetadatasOutput;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getExternalMetadatas.js","sourceRoot":"","sources":["../getExternalMetadatas.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getExternalMetadatas.js","sourceRoot":"","sources":["../getExternalMetadatas.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;GAiBG;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,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,oDAMC;AAwBD;;;;;;;;;;;;;;;;;GAiBG;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,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,gEAMC"}
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "./types/output";
|
|
3
|
+
/**
|
|
4
|
+
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
5
|
+
*/
|
|
6
|
+
export declare function getFeatureEngineeringFeature(args: GetFeatureEngineeringFeatureArgs, opts?: pulumi.InvokeOptions): Promise<GetFeatureEngineeringFeatureResult>;
|
|
7
|
+
/**
|
|
8
|
+
* A collection of arguments for invoking getFeatureEngineeringFeature.
|
|
9
|
+
*/
|
|
10
|
+
export interface GetFeatureEngineeringFeatureArgs {
|
|
11
|
+
/**
|
|
12
|
+
* The full three-part name (catalog, schema, name) of the feature
|
|
13
|
+
*/
|
|
14
|
+
fullName: string;
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* A collection of values returned by getFeatureEngineeringFeature.
|
|
18
|
+
*/
|
|
19
|
+
export interface GetFeatureEngineeringFeatureResult {
|
|
20
|
+
/**
|
|
21
|
+
* (string) - The description of the feature
|
|
22
|
+
*/
|
|
23
|
+
readonly description: string;
|
|
24
|
+
/**
|
|
25
|
+
* (string) - The filter condition applied to the source data before aggregation
|
|
26
|
+
*/
|
|
27
|
+
readonly filterCondition: string;
|
|
28
|
+
/**
|
|
29
|
+
* (string) - The full three-part (catalog, schema, table) name of the Delta table
|
|
30
|
+
*/
|
|
31
|
+
readonly fullName: string;
|
|
32
|
+
/**
|
|
33
|
+
* (Function) - The function by which the feature is computed
|
|
34
|
+
*/
|
|
35
|
+
readonly function: outputs.GetFeatureEngineeringFeatureFunction;
|
|
36
|
+
/**
|
|
37
|
+
* The provider-assigned unique ID for this managed resource.
|
|
38
|
+
*/
|
|
39
|
+
readonly id: string;
|
|
40
|
+
/**
|
|
41
|
+
* (list of string) - The input columns from which the feature is computed
|
|
42
|
+
*/
|
|
43
|
+
readonly inputs: string[];
|
|
44
|
+
/**
|
|
45
|
+
* (DataSource) - The data source of the feature
|
|
46
|
+
*/
|
|
47
|
+
readonly source: outputs.GetFeatureEngineeringFeatureSource;
|
|
48
|
+
/**
|
|
49
|
+
* (TimeWindow) - The time window in which the feature is computed
|
|
50
|
+
*/
|
|
51
|
+
readonly timeWindow: outputs.GetFeatureEngineeringFeatureTimeWindow;
|
|
52
|
+
}
|
|
53
|
+
/**
|
|
54
|
+
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
55
|
+
*/
|
|
56
|
+
export declare function getFeatureEngineeringFeatureOutput(args: GetFeatureEngineeringFeatureOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetFeatureEngineeringFeatureResult>;
|
|
57
|
+
/**
|
|
58
|
+
* A collection of arguments for invoking getFeatureEngineeringFeature.
|
|
59
|
+
*/
|
|
60
|
+
export interface GetFeatureEngineeringFeatureOutputArgs {
|
|
61
|
+
/**
|
|
62
|
+
* The full three-part name (catalog, schema, name) of the feature
|
|
63
|
+
*/
|
|
64
|
+
fullName: pulumi.Input<string>;
|
|
65
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getFeatureEngineeringFeatureOutput = exports.getFeatureEngineeringFeature = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("./utilities");
|
|
8
|
+
/**
|
|
9
|
+
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
10
|
+
*/
|
|
11
|
+
function getFeatureEngineeringFeature(args, opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("databricks:index/getFeatureEngineeringFeature:getFeatureEngineeringFeature", {
|
|
14
|
+
"fullName": args.fullName,
|
|
15
|
+
}, opts);
|
|
16
|
+
}
|
|
17
|
+
exports.getFeatureEngineeringFeature = getFeatureEngineeringFeature;
|
|
18
|
+
/**
|
|
19
|
+
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
20
|
+
*/
|
|
21
|
+
function getFeatureEngineeringFeatureOutput(args, opts) {
|
|
22
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
23
|
+
return pulumi.runtime.invokeOutput("databricks:index/getFeatureEngineeringFeature:getFeatureEngineeringFeature", {
|
|
24
|
+
"fullName": args.fullName,
|
|
25
|
+
}, opts);
|
|
26
|
+
}
|
|
27
|
+
exports.getFeatureEngineeringFeatureOutput = getFeatureEngineeringFeatureOutput;
|
|
28
|
+
//# sourceMappingURL=getFeatureEngineeringFeature.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getFeatureEngineeringFeature.js","sourceRoot":"","sources":["../getFeatureEngineeringFeature.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;GAEG;AACH,SAAgB,4BAA4B,CAAC,IAAsC,EAAE,IAA2B;IAC5G,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,4EAA4E,EAAE;QACvG,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,oEAKC;AAiDD;;GAEG;AACH,SAAgB,kCAAkC,CAAC,IAA4C,EAAE,IAAiC;IAC9H,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,4EAA4E,EAAE;QAC7G,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,gFAKC"}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "./types/output";
|
|
3
|
+
/**
|
|
4
|
+
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
5
|
+
*/
|
|
6
|
+
export declare function getFeatureEngineeringFeatures(args?: GetFeatureEngineeringFeaturesArgs, opts?: pulumi.InvokeOptions): Promise<GetFeatureEngineeringFeaturesResult>;
|
|
7
|
+
/**
|
|
8
|
+
* A collection of arguments for invoking getFeatureEngineeringFeatures.
|
|
9
|
+
*/
|
|
10
|
+
export interface GetFeatureEngineeringFeaturesArgs {
|
|
11
|
+
/**
|
|
12
|
+
* The maximum number of results to return
|
|
13
|
+
*/
|
|
14
|
+
pageSize?: number;
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* A collection of values returned by getFeatureEngineeringFeatures.
|
|
18
|
+
*/
|
|
19
|
+
export interface GetFeatureEngineeringFeaturesResult {
|
|
20
|
+
readonly features: outputs.GetFeatureEngineeringFeaturesFeature[];
|
|
21
|
+
/**
|
|
22
|
+
* The provider-assigned unique ID for this managed resource.
|
|
23
|
+
*/
|
|
24
|
+
readonly id: string;
|
|
25
|
+
readonly pageSize?: number;
|
|
26
|
+
}
|
|
27
|
+
/**
|
|
28
|
+
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
29
|
+
*/
|
|
30
|
+
export declare function getFeatureEngineeringFeaturesOutput(args?: GetFeatureEngineeringFeaturesOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetFeatureEngineeringFeaturesResult>;
|
|
31
|
+
/**
|
|
32
|
+
* A collection of arguments for invoking getFeatureEngineeringFeatures.
|
|
33
|
+
*/
|
|
34
|
+
export interface GetFeatureEngineeringFeaturesOutputArgs {
|
|
35
|
+
/**
|
|
36
|
+
* The maximum number of results to return
|
|
37
|
+
*/
|
|
38
|
+
pageSize?: pulumi.Input<number>;
|
|
39
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getFeatureEngineeringFeaturesOutput = exports.getFeatureEngineeringFeatures = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("./utilities");
|
|
8
|
+
/**
|
|
9
|
+
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
10
|
+
*/
|
|
11
|
+
function getFeatureEngineeringFeatures(args, opts) {
|
|
12
|
+
args = args || {};
|
|
13
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
14
|
+
return pulumi.runtime.invoke("databricks:index/getFeatureEngineeringFeatures:getFeatureEngineeringFeatures", {
|
|
15
|
+
"pageSize": args.pageSize,
|
|
16
|
+
}, opts);
|
|
17
|
+
}
|
|
18
|
+
exports.getFeatureEngineeringFeatures = getFeatureEngineeringFeatures;
|
|
19
|
+
/**
|
|
20
|
+
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
21
|
+
*/
|
|
22
|
+
function getFeatureEngineeringFeaturesOutput(args, opts) {
|
|
23
|
+
args = args || {};
|
|
24
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
25
|
+
return pulumi.runtime.invokeOutput("databricks:index/getFeatureEngineeringFeatures:getFeatureEngineeringFeatures", {
|
|
26
|
+
"pageSize": args.pageSize,
|
|
27
|
+
}, opts);
|
|
28
|
+
}
|
|
29
|
+
exports.getFeatureEngineeringFeaturesOutput = getFeatureEngineeringFeaturesOutput;
|
|
30
|
+
//# sourceMappingURL=getFeatureEngineeringFeatures.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getFeatureEngineeringFeatures.js","sourceRoot":"","sources":["../getFeatureEngineeringFeatures.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;GAEG;AACH,SAAgB,6BAA6B,CAAC,IAAwC,EAAE,IAA2B;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,MAAM,CAAC,8EAA8E,EAAE;QACzG,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,sEAMC;AAuBD;;GAEG;AACH,SAAgB,mCAAmC,CAAC,IAA8C,EAAE,IAAiC;IACjI,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,8EAA8E,EAAE;QAC/G,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,kFAMC"}
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "./types/output";
|
|
3
|
+
/**
|
|
4
|
+
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
5
|
+
*/
|
|
6
|
+
export declare function getFeatureEngineeringMaterializedFeature(args: GetFeatureEngineeringMaterializedFeatureArgs, opts?: pulumi.InvokeOptions): Promise<GetFeatureEngineeringMaterializedFeatureResult>;
|
|
7
|
+
/**
|
|
8
|
+
* A collection of arguments for invoking getFeatureEngineeringMaterializedFeature.
|
|
9
|
+
*/
|
|
10
|
+
export interface GetFeatureEngineeringMaterializedFeatureArgs {
|
|
11
|
+
/**
|
|
12
|
+
* Unique identifier for the materialized feature
|
|
13
|
+
*/
|
|
14
|
+
materializedFeatureId: string;
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* A collection of values returned by getFeatureEngineeringMaterializedFeature.
|
|
18
|
+
*/
|
|
19
|
+
export interface GetFeatureEngineeringMaterializedFeatureResult {
|
|
20
|
+
/**
|
|
21
|
+
* (string) - The full name of the feature in Unity Catalog
|
|
22
|
+
*/
|
|
23
|
+
readonly featureName: string;
|
|
24
|
+
/**
|
|
25
|
+
* The provider-assigned unique ID for this managed resource.
|
|
26
|
+
*/
|
|
27
|
+
readonly id: string;
|
|
28
|
+
/**
|
|
29
|
+
* (string) - The timestamp when the pipeline last ran and updated the materialized feature values.
|
|
30
|
+
* If the pipeline has not run yet, this field will be null
|
|
31
|
+
*/
|
|
32
|
+
readonly lastMaterializationTime: string;
|
|
33
|
+
/**
|
|
34
|
+
* (string) - Unique identifier for the materialized feature
|
|
35
|
+
*/
|
|
36
|
+
readonly materializedFeatureId: string;
|
|
37
|
+
/**
|
|
38
|
+
* (OfflineStoreConfig)
|
|
39
|
+
*/
|
|
40
|
+
readonly offlineStoreConfig: outputs.GetFeatureEngineeringMaterializedFeatureOfflineStoreConfig;
|
|
41
|
+
/**
|
|
42
|
+
* (OnlineStore)
|
|
43
|
+
*/
|
|
44
|
+
readonly onlineStoreConfig: outputs.GetFeatureEngineeringMaterializedFeatureOnlineStoreConfig;
|
|
45
|
+
/**
|
|
46
|
+
* (string) - The schedule state of the materialization pipeline. Possible values are: `ACTIVE`, `PAUSED`, `SNAPSHOT`
|
|
47
|
+
*/
|
|
48
|
+
readonly pipelineScheduleState: string;
|
|
49
|
+
/**
|
|
50
|
+
* (string) - The fully qualified Unity Catalog path to the table containing the materialized feature (Delta table or Lakebase table). Output only
|
|
51
|
+
*/
|
|
52
|
+
readonly tableName: string;
|
|
53
|
+
}
|
|
54
|
+
/**
|
|
55
|
+
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
56
|
+
*/
|
|
57
|
+
export declare function getFeatureEngineeringMaterializedFeatureOutput(args: GetFeatureEngineeringMaterializedFeatureOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetFeatureEngineeringMaterializedFeatureResult>;
|
|
58
|
+
/**
|
|
59
|
+
* A collection of arguments for invoking getFeatureEngineeringMaterializedFeature.
|
|
60
|
+
*/
|
|
61
|
+
export interface GetFeatureEngineeringMaterializedFeatureOutputArgs {
|
|
62
|
+
/**
|
|
63
|
+
* Unique identifier for the materialized feature
|
|
64
|
+
*/
|
|
65
|
+
materializedFeatureId: pulumi.Input<string>;
|
|
66
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getFeatureEngineeringMaterializedFeatureOutput = exports.getFeatureEngineeringMaterializedFeature = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("./utilities");
|
|
8
|
+
/**
|
|
9
|
+
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
10
|
+
*/
|
|
11
|
+
function getFeatureEngineeringMaterializedFeature(args, opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("databricks:index/getFeatureEngineeringMaterializedFeature:getFeatureEngineeringMaterializedFeature", {
|
|
14
|
+
"materializedFeatureId": args.materializedFeatureId,
|
|
15
|
+
}, opts);
|
|
16
|
+
}
|
|
17
|
+
exports.getFeatureEngineeringMaterializedFeature = getFeatureEngineeringMaterializedFeature;
|
|
18
|
+
/**
|
|
19
|
+
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
20
|
+
*/
|
|
21
|
+
function getFeatureEngineeringMaterializedFeatureOutput(args, opts) {
|
|
22
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
23
|
+
return pulumi.runtime.invokeOutput("databricks:index/getFeatureEngineeringMaterializedFeature:getFeatureEngineeringMaterializedFeature", {
|
|
24
|
+
"materializedFeatureId": args.materializedFeatureId,
|
|
25
|
+
}, opts);
|
|
26
|
+
}
|
|
27
|
+
exports.getFeatureEngineeringMaterializedFeatureOutput = getFeatureEngineeringMaterializedFeatureOutput;
|
|
28
|
+
//# sourceMappingURL=getFeatureEngineeringMaterializedFeature.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getFeatureEngineeringMaterializedFeature.js","sourceRoot":"","sources":["../getFeatureEngineeringMaterializedFeature.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;GAEG;AACH,SAAgB,wCAAwC,CAAC,IAAkD,EAAE,IAA2B;IACpI,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,oGAAoG,EAAE;QAC/H,uBAAuB,EAAE,IAAI,CAAC,qBAAqB;KACtD,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,4FAKC;AAkDD;;GAEG;AACH,SAAgB,8CAA8C,CAAC,IAAwD,EAAE,IAAiC;IACtJ,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,oGAAoG,EAAE;QACrI,uBAAuB,EAAE,IAAI,CAAC,qBAAqB;KACtD,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,wGAKC"}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "./types/output";
|
|
3
|
+
/**
|
|
4
|
+
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
5
|
+
*/
|
|
6
|
+
export declare function getFeatureEngineeringMaterializedFeatures(args?: GetFeatureEngineeringMaterializedFeaturesArgs, opts?: pulumi.InvokeOptions): Promise<GetFeatureEngineeringMaterializedFeaturesResult>;
|
|
7
|
+
/**
|
|
8
|
+
* A collection of arguments for invoking getFeatureEngineeringMaterializedFeatures.
|
|
9
|
+
*/
|
|
10
|
+
export interface GetFeatureEngineeringMaterializedFeaturesArgs {
|
|
11
|
+
/**
|
|
12
|
+
* Filter by feature name. If specified, only materialized features materialized from this feature will be returned
|
|
13
|
+
*/
|
|
14
|
+
featureName?: string;
|
|
15
|
+
/**
|
|
16
|
+
* The maximum number of results to return. Defaults to 100 if not specified. Cannot be greater than 1000
|
|
17
|
+
*/
|
|
18
|
+
pageSize?: number;
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* A collection of values returned by getFeatureEngineeringMaterializedFeatures.
|
|
22
|
+
*/
|
|
23
|
+
export interface GetFeatureEngineeringMaterializedFeaturesResult {
|
|
24
|
+
/**
|
|
25
|
+
* (string) - The full name of the feature in Unity Catalog
|
|
26
|
+
*/
|
|
27
|
+
readonly featureName?: string;
|
|
28
|
+
/**
|
|
29
|
+
* The provider-assigned unique ID for this managed resource.
|
|
30
|
+
*/
|
|
31
|
+
readonly id: string;
|
|
32
|
+
readonly materializedFeatures: outputs.GetFeatureEngineeringMaterializedFeaturesMaterializedFeature[];
|
|
33
|
+
readonly pageSize?: number;
|
|
34
|
+
}
|
|
35
|
+
/**
|
|
36
|
+
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
37
|
+
*/
|
|
38
|
+
export declare function getFeatureEngineeringMaterializedFeaturesOutput(args?: GetFeatureEngineeringMaterializedFeaturesOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetFeatureEngineeringMaterializedFeaturesResult>;
|
|
39
|
+
/**
|
|
40
|
+
* A collection of arguments for invoking getFeatureEngineeringMaterializedFeatures.
|
|
41
|
+
*/
|
|
42
|
+
export interface GetFeatureEngineeringMaterializedFeaturesOutputArgs {
|
|
43
|
+
/**
|
|
44
|
+
* Filter by feature name. If specified, only materialized features materialized from this feature will be returned
|
|
45
|
+
*/
|
|
46
|
+
featureName?: pulumi.Input<string>;
|
|
47
|
+
/**
|
|
48
|
+
* The maximum number of results to return. Defaults to 100 if not specified. Cannot be greater than 1000
|
|
49
|
+
*/
|
|
50
|
+
pageSize?: pulumi.Input<number>;
|
|
51
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getFeatureEngineeringMaterializedFeaturesOutput = exports.getFeatureEngineeringMaterializedFeatures = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("./utilities");
|
|
8
|
+
/**
|
|
9
|
+
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
10
|
+
*/
|
|
11
|
+
function getFeatureEngineeringMaterializedFeatures(args, opts) {
|
|
12
|
+
args = args || {};
|
|
13
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
14
|
+
return pulumi.runtime.invoke("databricks:index/getFeatureEngineeringMaterializedFeatures:getFeatureEngineeringMaterializedFeatures", {
|
|
15
|
+
"featureName": args.featureName,
|
|
16
|
+
"pageSize": args.pageSize,
|
|
17
|
+
}, opts);
|
|
18
|
+
}
|
|
19
|
+
exports.getFeatureEngineeringMaterializedFeatures = getFeatureEngineeringMaterializedFeatures;
|
|
20
|
+
/**
|
|
21
|
+
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
22
|
+
*/
|
|
23
|
+
function getFeatureEngineeringMaterializedFeaturesOutput(args, opts) {
|
|
24
|
+
args = args || {};
|
|
25
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
26
|
+
return pulumi.runtime.invokeOutput("databricks:index/getFeatureEngineeringMaterializedFeatures:getFeatureEngineeringMaterializedFeatures", {
|
|
27
|
+
"featureName": args.featureName,
|
|
28
|
+
"pageSize": args.pageSize,
|
|
29
|
+
}, opts);
|
|
30
|
+
}
|
|
31
|
+
exports.getFeatureEngineeringMaterializedFeaturesOutput = getFeatureEngineeringMaterializedFeaturesOutput;
|
|
32
|
+
//# sourceMappingURL=getFeatureEngineeringMaterializedFeatures.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getFeatureEngineeringMaterializedFeatures.js","sourceRoot":"","sources":["../getFeatureEngineeringMaterializedFeatures.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;GAEG;AACH,SAAgB,yCAAyC,CAAC,IAAoD,EAAE,IAA2B;IACvI,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,sGAAsG,EAAE;QACjI,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,8FAOC;AA+BD;;GAEG;AACH,SAAgB,+CAA+C,CAAC,IAA0D,EAAE,IAAiC;IACzJ,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,sGAAsG,EAAE;QACvI,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,0GAOC"}
|