@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/entityTagAssignment.d.ts
CHANGED
|
@@ -1,5 +1,49 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
/**
|
|
3
|
+
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
4
|
+
*
|
|
5
|
+
* This resource allows you to create, update, list, and delete tag assignments on Unity Catalog entities.
|
|
6
|
+
*
|
|
7
|
+
* ## Example Usage
|
|
8
|
+
*
|
|
9
|
+
* ### Basic tag assignment to a catalog
|
|
10
|
+
*
|
|
11
|
+
* ```typescript
|
|
12
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
13
|
+
* import * as databricks from "@pulumi/databricks";
|
|
14
|
+
*
|
|
15
|
+
* const catalogTag = new databricks.EntityTagAssignment("catalog_tag", {
|
|
16
|
+
* entityType: "catalogs",
|
|
17
|
+
* entityName: "production_catalog",
|
|
18
|
+
* tagKey: "environment",
|
|
19
|
+
* tagValue: "production",
|
|
20
|
+
* });
|
|
21
|
+
* const schemaTag = new databricks.EntityTagAssignment("schema_tag", {
|
|
22
|
+
* entityType: "schemas",
|
|
23
|
+
* entityName: "production_catalog.sales_data",
|
|
24
|
+
* tagKey: "owner",
|
|
25
|
+
* tagValue: "sales-team",
|
|
26
|
+
* });
|
|
27
|
+
* const tableTag = new databricks.EntityTagAssignment("table_tag", {
|
|
28
|
+
* entityType: "tables",
|
|
29
|
+
* entityName: "production_catalog.sales_data.customer_orders",
|
|
30
|
+
* tagKey: "data_classification",
|
|
31
|
+
* tagValue: "confidential",
|
|
32
|
+
* });
|
|
33
|
+
* const columnTag = new databricks.EntityTagAssignment("column_tag", {
|
|
34
|
+
* entityType: "columns",
|
|
35
|
+
* entityName: "production_catalog.sales_data.customers.email_address",
|
|
36
|
+
* tagKey: "pii",
|
|
37
|
+
* tagValue: "email",
|
|
38
|
+
* });
|
|
39
|
+
* const volumeTag = new databricks.EntityTagAssignment("volume_tag", {
|
|
40
|
+
* entityType: "volumes",
|
|
41
|
+
* entityName: "production_catalog.raw_data.landing_zone",
|
|
42
|
+
* tagKey: "purpose",
|
|
43
|
+
* tagValue: "data_ingestion",
|
|
44
|
+
* });
|
|
45
|
+
* ```
|
|
46
|
+
*
|
|
3
47
|
* ## Import
|
|
4
48
|
*
|
|
5
49
|
* As of Pulumi v1.5, resources can be imported through configuration.
|
|
@@ -17,7 +61,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
17
61
|
* If you are using an older version of Pulumi, import the resource using the `pulumi import` command as follows:
|
|
18
62
|
*
|
|
19
63
|
* ```sh
|
|
20
|
-
* $ pulumi import databricks:index/entityTagAssignment:EntityTagAssignment
|
|
64
|
+
* $ pulumi import databricks:index/entityTagAssignment:EntityTagAssignment this "entity_type,entity_name,tag_key"
|
|
21
65
|
* ```
|
|
22
66
|
*/
|
|
23
67
|
export declare class EntityTagAssignment extends pulumi.CustomResource {
|
|
@@ -52,10 +96,6 @@ export declare class EntityTagAssignment extends pulumi.CustomResource {
|
|
|
52
96
|
* The value of the tag
|
|
53
97
|
*/
|
|
54
98
|
readonly tagValue: pulumi.Output<string | undefined>;
|
|
55
|
-
/**
|
|
56
|
-
* Workspace ID of the resource
|
|
57
|
-
*/
|
|
58
|
-
readonly workspaceId: pulumi.Output<string | undefined>;
|
|
59
99
|
/**
|
|
60
100
|
* Create a EntityTagAssignment resource with the given unique name, arguments, and options.
|
|
61
101
|
*
|
|
@@ -85,10 +125,6 @@ export interface EntityTagAssignmentState {
|
|
|
85
125
|
* The value of the tag
|
|
86
126
|
*/
|
|
87
127
|
tagValue?: pulumi.Input<string>;
|
|
88
|
-
/**
|
|
89
|
-
* Workspace ID of the resource
|
|
90
|
-
*/
|
|
91
|
-
workspaceId?: pulumi.Input<string>;
|
|
92
128
|
}
|
|
93
129
|
/**
|
|
94
130
|
* The set of arguments for constructing a EntityTagAssignment resource.
|
|
@@ -110,8 +146,4 @@ export interface EntityTagAssignmentArgs {
|
|
|
110
146
|
* The value of the tag
|
|
111
147
|
*/
|
|
112
148
|
tagValue?: pulumi.Input<string>;
|
|
113
|
-
/**
|
|
114
|
-
* Workspace ID of the resource
|
|
115
|
-
*/
|
|
116
|
-
workspaceId?: pulumi.Input<string>;
|
|
117
149
|
}
|
package/entityTagAssignment.js
CHANGED
|
@@ -6,6 +6,50 @@ exports.EntityTagAssignment = 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
|
+
*
|
|
11
|
+
* This resource allows you to create, update, list, and delete tag assignments on Unity Catalog entities.
|
|
12
|
+
*
|
|
13
|
+
* ## Example Usage
|
|
14
|
+
*
|
|
15
|
+
* ### Basic tag assignment to a catalog
|
|
16
|
+
*
|
|
17
|
+
* ```typescript
|
|
18
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
19
|
+
* import * as databricks from "@pulumi/databricks";
|
|
20
|
+
*
|
|
21
|
+
* const catalogTag = new databricks.EntityTagAssignment("catalog_tag", {
|
|
22
|
+
* entityType: "catalogs",
|
|
23
|
+
* entityName: "production_catalog",
|
|
24
|
+
* tagKey: "environment",
|
|
25
|
+
* tagValue: "production",
|
|
26
|
+
* });
|
|
27
|
+
* const schemaTag = new databricks.EntityTagAssignment("schema_tag", {
|
|
28
|
+
* entityType: "schemas",
|
|
29
|
+
* entityName: "production_catalog.sales_data",
|
|
30
|
+
* tagKey: "owner",
|
|
31
|
+
* tagValue: "sales-team",
|
|
32
|
+
* });
|
|
33
|
+
* const tableTag = new databricks.EntityTagAssignment("table_tag", {
|
|
34
|
+
* entityType: "tables",
|
|
35
|
+
* entityName: "production_catalog.sales_data.customer_orders",
|
|
36
|
+
* tagKey: "data_classification",
|
|
37
|
+
* tagValue: "confidential",
|
|
38
|
+
* });
|
|
39
|
+
* const columnTag = new databricks.EntityTagAssignment("column_tag", {
|
|
40
|
+
* entityType: "columns",
|
|
41
|
+
* entityName: "production_catalog.sales_data.customers.email_address",
|
|
42
|
+
* tagKey: "pii",
|
|
43
|
+
* tagValue: "email",
|
|
44
|
+
* });
|
|
45
|
+
* const volumeTag = new databricks.EntityTagAssignment("volume_tag", {
|
|
46
|
+
* entityType: "volumes",
|
|
47
|
+
* entityName: "production_catalog.raw_data.landing_zone",
|
|
48
|
+
* tagKey: "purpose",
|
|
49
|
+
* tagValue: "data_ingestion",
|
|
50
|
+
* });
|
|
51
|
+
* ```
|
|
52
|
+
*
|
|
9
53
|
* ## Import
|
|
10
54
|
*
|
|
11
55
|
* As of Pulumi v1.5, resources can be imported through configuration.
|
|
@@ -23,7 +67,7 @@ const utilities = require("./utilities");
|
|
|
23
67
|
* If you are using an older version of Pulumi, import the resource using the `pulumi import` command as follows:
|
|
24
68
|
*
|
|
25
69
|
* ```sh
|
|
26
|
-
* $ pulumi import databricks:index/entityTagAssignment:EntityTagAssignment
|
|
70
|
+
* $ pulumi import databricks:index/entityTagAssignment:EntityTagAssignment this "entity_type,entity_name,tag_key"
|
|
27
71
|
* ```
|
|
28
72
|
*/
|
|
29
73
|
class EntityTagAssignment extends pulumi.CustomResource {
|
|
@@ -58,7 +102,6 @@ class EntityTagAssignment extends pulumi.CustomResource {
|
|
|
58
102
|
resourceInputs["entityType"] = state?.entityType;
|
|
59
103
|
resourceInputs["tagKey"] = state?.tagKey;
|
|
60
104
|
resourceInputs["tagValue"] = state?.tagValue;
|
|
61
|
-
resourceInputs["workspaceId"] = state?.workspaceId;
|
|
62
105
|
}
|
|
63
106
|
else {
|
|
64
107
|
const args = argsOrState;
|
|
@@ -75,7 +118,6 @@ class EntityTagAssignment extends pulumi.CustomResource {
|
|
|
75
118
|
resourceInputs["entityType"] = args?.entityType;
|
|
76
119
|
resourceInputs["tagKey"] = args?.tagKey;
|
|
77
120
|
resourceInputs["tagValue"] = args?.tagValue;
|
|
78
|
-
resourceInputs["workspaceId"] = args?.workspaceId;
|
|
79
121
|
}
|
|
80
122
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
81
123
|
super(EntityTagAssignment.__pulumiType, name, resourceInputs, opts);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"entityTagAssignment.js","sourceRoot":"","sources":["../entityTagAssignment.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"entityTagAssignment.js","sourceRoot":"","sources":["../entityTagAssignment.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAgEG;AACH,MAAa,mBAAoB,SAAQ,MAAM,CAAC,cAAc;IAC1D;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAgC,EAAE,IAAmC;QAC9H,OAAO,IAAI,mBAAmB,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IAC1E,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,mBAAmB,CAAC,YAAY,CAAC;IACpE,CAAC;IA2BD,YAAY,IAAY,EAAE,WAAgE,EAAE,IAAmC;QAC3H,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAmD,CAAC;YAClE,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,EAAE,UAAU,CAAC;YACjD,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,EAAE,UAAU,CAAC;YACjD,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,EAAE,MAAM,CAAC;YACzC,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,EAAE,QAAQ,CAAC;SAChD;aAAM;YACH,MAAM,IAAI,GAAG,WAAkD,CAAC;YAChE,IAAI,IAAI,EAAE,UAAU,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC7C,MAAM,IAAI,KAAK,CAAC,wCAAwC,CAAC,CAAC;aAC7D;YACD,IAAI,IAAI,EAAE,UAAU,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC7C,MAAM,IAAI,KAAK,CAAC,wCAAwC,CAAC,CAAC;aAC7D;YACD,IAAI,IAAI,EAAE,MAAM,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACzC,MAAM,IAAI,KAAK,CAAC,oCAAoC,CAAC,CAAC;aACzD;YACD,cAAc,CAAC,YAAY,CAAC,GAAG,IAAI,EAAE,UAAU,CAAC;YAChD,cAAc,CAAC,YAAY,CAAC,GAAG,IAAI,EAAE,UAAU,CAAC;YAChD,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,EAAE,MAAM,CAAC;YACxC,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,EAAE,QAAQ,CAAC;SAC/C;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,mBAAmB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACxE,CAAC;;AAhFL,kDAiFC;AAnEG,gBAAgB;AACO,gCAAY,GAAG,0DAA0D,CAAC"}
|
package/externalMetadata.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
|
* To enrich lineage with workloads that are run outside of Databricks (for example, first mile ETL or last mile BI),
|
|
4
6
|
* Unity Catalog is introducing the external metadata object. UC lets you add external metadata objects to augment the data lineage it captures automatically, giving you an end-to-end lineage view in UC.
|
|
5
7
|
* This is useful when you want to capture where data came from (for example, Salesforce or MySQL) before it was ingested into UC or where data is being consumed outside UC (for example, Tableau or PowerBI).
|
|
@@ -50,7 +52,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
50
52
|
* If you are using an older version of Pulumi, import the resource using the `pulumi import` command as follows:
|
|
51
53
|
*
|
|
52
54
|
* ```sh
|
|
53
|
-
* $ pulumi import databricks:index/externalMetadata:ExternalMetadata
|
|
55
|
+
* $ pulumi import databricks:index/externalMetadata:ExternalMetadata this "name"
|
|
54
56
|
* ```
|
|
55
57
|
*/
|
|
56
58
|
export declare class ExternalMetadata extends pulumi.CustomResource {
|
|
@@ -108,7 +110,7 @@ export declare class ExternalMetadata extends pulumi.CustomResource {
|
|
|
108
110
|
[key: string]: string;
|
|
109
111
|
} | undefined>;
|
|
110
112
|
/**
|
|
111
|
-
* 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`
|
|
113
|
+
* 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
114
|
*/
|
|
113
115
|
readonly systemType: pulumi.Output<string>;
|
|
114
116
|
/**
|
|
@@ -123,10 +125,6 @@ export declare class ExternalMetadata extends pulumi.CustomResource {
|
|
|
123
125
|
* URL associated with the external metadata object
|
|
124
126
|
*/
|
|
125
127
|
readonly url: pulumi.Output<string | undefined>;
|
|
126
|
-
/**
|
|
127
|
-
* Workspace ID of the resource
|
|
128
|
-
*/
|
|
129
|
-
readonly workspaceId: pulumi.Output<string | undefined>;
|
|
130
128
|
/**
|
|
131
129
|
* Create a ExternalMetadata resource with the given unique name, arguments, and options.
|
|
132
130
|
*
|
|
@@ -179,7 +177,7 @@ export interface ExternalMetadataState {
|
|
|
179
177
|
[key: string]: pulumi.Input<string>;
|
|
180
178
|
}>;
|
|
181
179
|
/**
|
|
182
|
-
* 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`
|
|
180
|
+
* 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`
|
|
183
181
|
*/
|
|
184
182
|
systemType?: pulumi.Input<string>;
|
|
185
183
|
/**
|
|
@@ -194,10 +192,6 @@ export interface ExternalMetadataState {
|
|
|
194
192
|
* URL associated with the external metadata object
|
|
195
193
|
*/
|
|
196
194
|
url?: pulumi.Input<string>;
|
|
197
|
-
/**
|
|
198
|
-
* Workspace ID of the resource
|
|
199
|
-
*/
|
|
200
|
-
workspaceId?: pulumi.Input<string>;
|
|
201
195
|
}
|
|
202
196
|
/**
|
|
203
197
|
* The set of arguments for constructing a ExternalMetadata resource.
|
|
@@ -230,15 +224,11 @@ export interface ExternalMetadataArgs {
|
|
|
230
224
|
[key: string]: pulumi.Input<string>;
|
|
231
225
|
}>;
|
|
232
226
|
/**
|
|
233
|
-
* 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`
|
|
227
|
+
* 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`
|
|
234
228
|
*/
|
|
235
229
|
systemType: pulumi.Input<string>;
|
|
236
230
|
/**
|
|
237
231
|
* URL associated with the external metadata object
|
|
238
232
|
*/
|
|
239
233
|
url?: pulumi.Input<string>;
|
|
240
|
-
/**
|
|
241
|
-
* Workspace ID of the resource
|
|
242
|
-
*/
|
|
243
|
-
workspaceId?: pulumi.Input<string>;
|
|
244
234
|
}
|
package/externalMetadata.js
CHANGED
|
@@ -6,6 +6,8 @@ exports.ExternalMetadata = 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
|
* To enrich lineage with workloads that are run outside of Databricks (for example, first mile ETL or last mile BI),
|
|
10
12
|
* Unity Catalog is introducing the external metadata object. UC lets you add external metadata objects to augment the data lineage it captures automatically, giving you an end-to-end lineage view in UC.
|
|
11
13
|
* This is useful when you want to capture where data came from (for example, Salesforce or MySQL) before it was ingested into UC or where data is being consumed outside UC (for example, Tableau or PowerBI).
|
|
@@ -56,7 +58,7 @@ const utilities = require("./utilities");
|
|
|
56
58
|
* If you are using an older version of Pulumi, import the resource using the `pulumi import` command as follows:
|
|
57
59
|
*
|
|
58
60
|
* ```sh
|
|
59
|
-
* $ pulumi import databricks:index/externalMetadata:ExternalMetadata
|
|
61
|
+
* $ pulumi import databricks:index/externalMetadata:ExternalMetadata this "name"
|
|
60
62
|
* ```
|
|
61
63
|
*/
|
|
62
64
|
class ExternalMetadata extends pulumi.CustomResource {
|
|
@@ -100,7 +102,6 @@ class ExternalMetadata extends pulumi.CustomResource {
|
|
|
100
102
|
resourceInputs["updateTime"] = state?.updateTime;
|
|
101
103
|
resourceInputs["updatedBy"] = state?.updatedBy;
|
|
102
104
|
resourceInputs["url"] = state?.url;
|
|
103
|
-
resourceInputs["workspaceId"] = state?.workspaceId;
|
|
104
105
|
}
|
|
105
106
|
else {
|
|
106
107
|
const args = argsOrState;
|
|
@@ -118,7 +119,6 @@ class ExternalMetadata extends pulumi.CustomResource {
|
|
|
118
119
|
resourceInputs["properties"] = args?.properties;
|
|
119
120
|
resourceInputs["systemType"] = args?.systemType;
|
|
120
121
|
resourceInputs["url"] = args?.url;
|
|
121
|
-
resourceInputs["workspaceId"] = args?.workspaceId;
|
|
122
122
|
resourceInputs["createTime"] = undefined /*out*/;
|
|
123
123
|
resourceInputs["createdBy"] = undefined /*out*/;
|
|
124
124
|
resourceInputs["metastoreId"] = undefined /*out*/;
|
package/externalMetadata.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"externalMetadata.js","sourceRoot":"","sources":["../externalMetadata.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"externalMetadata.js","sourceRoot":"","sources":["../externalMetadata.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,145 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "./types/input";
|
|
3
|
+
import * as outputs from "./types/output";
|
|
4
|
+
/**
|
|
5
|
+
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
6
|
+
*
|
|
7
|
+
* ## Import
|
|
8
|
+
*
|
|
9
|
+
* As of Pulumi v1.5, resources can be imported through configuration.
|
|
10
|
+
*
|
|
11
|
+
* hcl
|
|
12
|
+
*
|
|
13
|
+
* import {
|
|
14
|
+
*
|
|
15
|
+
* id = "full_name"
|
|
16
|
+
*
|
|
17
|
+
* to = databricks_feature_engineering_feature.this
|
|
18
|
+
*
|
|
19
|
+
* }
|
|
20
|
+
*
|
|
21
|
+
* If you are using an older version of Pulumi, import the resource using the `pulumi import` command as follows:
|
|
22
|
+
*
|
|
23
|
+
* ```sh
|
|
24
|
+
* $ pulumi import databricks:index/featureEngineeringFeature:FeatureEngineeringFeature this "full_name"
|
|
25
|
+
* ```
|
|
26
|
+
*/
|
|
27
|
+
export declare class FeatureEngineeringFeature extends pulumi.CustomResource {
|
|
28
|
+
/**
|
|
29
|
+
* Get an existing FeatureEngineeringFeature resource's state with the given name, ID, and optional extra
|
|
30
|
+
* properties used to qualify the lookup.
|
|
31
|
+
*
|
|
32
|
+
* @param name The _unique_ name of the resulting resource.
|
|
33
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
34
|
+
* @param state Any extra arguments used during the lookup.
|
|
35
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
36
|
+
*/
|
|
37
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: FeatureEngineeringFeatureState, opts?: pulumi.CustomResourceOptions): FeatureEngineeringFeature;
|
|
38
|
+
/**
|
|
39
|
+
* Returns true if the given object is an instance of FeatureEngineeringFeature. This is designed to work even
|
|
40
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
41
|
+
*/
|
|
42
|
+
static isInstance(obj: any): obj is FeatureEngineeringFeature;
|
|
43
|
+
/**
|
|
44
|
+
* The description of the feature
|
|
45
|
+
*/
|
|
46
|
+
readonly description: pulumi.Output<string | undefined>;
|
|
47
|
+
/**
|
|
48
|
+
* The filter condition applied to the source data before aggregation
|
|
49
|
+
*/
|
|
50
|
+
readonly filterCondition: pulumi.Output<string | undefined>;
|
|
51
|
+
/**
|
|
52
|
+
* The full three-part name (catalog, schema, name) of the feature
|
|
53
|
+
*/
|
|
54
|
+
readonly fullName: pulumi.Output<string>;
|
|
55
|
+
/**
|
|
56
|
+
* The function by which the feature is computed
|
|
57
|
+
*/
|
|
58
|
+
readonly function: pulumi.Output<outputs.FeatureEngineeringFeatureFunction>;
|
|
59
|
+
/**
|
|
60
|
+
* The input columns from which the feature is computed
|
|
61
|
+
*/
|
|
62
|
+
readonly inputs: pulumi.Output<string[]>;
|
|
63
|
+
/**
|
|
64
|
+
* The data source of the feature
|
|
65
|
+
*/
|
|
66
|
+
readonly source: pulumi.Output<outputs.FeatureEngineeringFeatureSource>;
|
|
67
|
+
/**
|
|
68
|
+
* The time window in which the feature is computed
|
|
69
|
+
*/
|
|
70
|
+
readonly timeWindow: pulumi.Output<outputs.FeatureEngineeringFeatureTimeWindow>;
|
|
71
|
+
/**
|
|
72
|
+
* Create a FeatureEngineeringFeature resource with the given unique name, arguments, and options.
|
|
73
|
+
*
|
|
74
|
+
* @param name The _unique_ name of the resource.
|
|
75
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
76
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
77
|
+
*/
|
|
78
|
+
constructor(name: string, args: FeatureEngineeringFeatureArgs, opts?: pulumi.CustomResourceOptions);
|
|
79
|
+
}
|
|
80
|
+
/**
|
|
81
|
+
* Input properties used for looking up and filtering FeatureEngineeringFeature resources.
|
|
82
|
+
*/
|
|
83
|
+
export interface FeatureEngineeringFeatureState {
|
|
84
|
+
/**
|
|
85
|
+
* The description of the feature
|
|
86
|
+
*/
|
|
87
|
+
description?: pulumi.Input<string>;
|
|
88
|
+
/**
|
|
89
|
+
* The filter condition applied to the source data before aggregation
|
|
90
|
+
*/
|
|
91
|
+
filterCondition?: pulumi.Input<string>;
|
|
92
|
+
/**
|
|
93
|
+
* The full three-part name (catalog, schema, name) of the feature
|
|
94
|
+
*/
|
|
95
|
+
fullName?: pulumi.Input<string>;
|
|
96
|
+
/**
|
|
97
|
+
* The function by which the feature is computed
|
|
98
|
+
*/
|
|
99
|
+
function?: pulumi.Input<inputs.FeatureEngineeringFeatureFunction>;
|
|
100
|
+
/**
|
|
101
|
+
* The input columns from which the feature is computed
|
|
102
|
+
*/
|
|
103
|
+
inputs?: pulumi.Input<pulumi.Input<string>[]>;
|
|
104
|
+
/**
|
|
105
|
+
* The data source of the feature
|
|
106
|
+
*/
|
|
107
|
+
source?: pulumi.Input<inputs.FeatureEngineeringFeatureSource>;
|
|
108
|
+
/**
|
|
109
|
+
* The time window in which the feature is computed
|
|
110
|
+
*/
|
|
111
|
+
timeWindow?: pulumi.Input<inputs.FeatureEngineeringFeatureTimeWindow>;
|
|
112
|
+
}
|
|
113
|
+
/**
|
|
114
|
+
* The set of arguments for constructing a FeatureEngineeringFeature resource.
|
|
115
|
+
*/
|
|
116
|
+
export interface FeatureEngineeringFeatureArgs {
|
|
117
|
+
/**
|
|
118
|
+
* The description of the feature
|
|
119
|
+
*/
|
|
120
|
+
description?: pulumi.Input<string>;
|
|
121
|
+
/**
|
|
122
|
+
* The filter condition applied to the source data before aggregation
|
|
123
|
+
*/
|
|
124
|
+
filterCondition?: pulumi.Input<string>;
|
|
125
|
+
/**
|
|
126
|
+
* The full three-part name (catalog, schema, name) of the feature
|
|
127
|
+
*/
|
|
128
|
+
fullName: pulumi.Input<string>;
|
|
129
|
+
/**
|
|
130
|
+
* The function by which the feature is computed
|
|
131
|
+
*/
|
|
132
|
+
function: pulumi.Input<inputs.FeatureEngineeringFeatureFunction>;
|
|
133
|
+
/**
|
|
134
|
+
* The input columns from which the feature is computed
|
|
135
|
+
*/
|
|
136
|
+
inputs: pulumi.Input<pulumi.Input<string>[]>;
|
|
137
|
+
/**
|
|
138
|
+
* The data source of the feature
|
|
139
|
+
*/
|
|
140
|
+
source: pulumi.Input<inputs.FeatureEngineeringFeatureSource>;
|
|
141
|
+
/**
|
|
142
|
+
* The time window in which the feature is computed
|
|
143
|
+
*/
|
|
144
|
+
timeWindow: pulumi.Input<inputs.FeatureEngineeringFeatureTimeWindow>;
|
|
145
|
+
}
|
|
@@ -0,0 +1,99 @@
|
|
|
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.FeatureEngineeringFeature = 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
|
+
* ## Import
|
|
12
|
+
*
|
|
13
|
+
* As of Pulumi v1.5, resources can be imported through configuration.
|
|
14
|
+
*
|
|
15
|
+
* hcl
|
|
16
|
+
*
|
|
17
|
+
* import {
|
|
18
|
+
*
|
|
19
|
+
* id = "full_name"
|
|
20
|
+
*
|
|
21
|
+
* to = databricks_feature_engineering_feature.this
|
|
22
|
+
*
|
|
23
|
+
* }
|
|
24
|
+
*
|
|
25
|
+
* If you are using an older version of Pulumi, import the resource using the `pulumi import` command as follows:
|
|
26
|
+
*
|
|
27
|
+
* ```sh
|
|
28
|
+
* $ pulumi import databricks:index/featureEngineeringFeature:FeatureEngineeringFeature this "full_name"
|
|
29
|
+
* ```
|
|
30
|
+
*/
|
|
31
|
+
class FeatureEngineeringFeature extends pulumi.CustomResource {
|
|
32
|
+
/**
|
|
33
|
+
* Get an existing FeatureEngineeringFeature resource's state with the given name, ID, and optional extra
|
|
34
|
+
* properties used to qualify the lookup.
|
|
35
|
+
*
|
|
36
|
+
* @param name The _unique_ name of the resulting resource.
|
|
37
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
38
|
+
* @param state Any extra arguments used during the lookup.
|
|
39
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
40
|
+
*/
|
|
41
|
+
static get(name, id, state, opts) {
|
|
42
|
+
return new FeatureEngineeringFeature(name, state, { ...opts, id: id });
|
|
43
|
+
}
|
|
44
|
+
/**
|
|
45
|
+
* Returns true if the given object is an instance of FeatureEngineeringFeature. This is designed to work even
|
|
46
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
47
|
+
*/
|
|
48
|
+
static isInstance(obj) {
|
|
49
|
+
if (obj === undefined || obj === null) {
|
|
50
|
+
return false;
|
|
51
|
+
}
|
|
52
|
+
return obj['__pulumiType'] === FeatureEngineeringFeature.__pulumiType;
|
|
53
|
+
}
|
|
54
|
+
constructor(name, argsOrState, opts) {
|
|
55
|
+
let resourceInputs = {};
|
|
56
|
+
opts = opts || {};
|
|
57
|
+
if (opts.id) {
|
|
58
|
+
const state = argsOrState;
|
|
59
|
+
resourceInputs["description"] = state?.description;
|
|
60
|
+
resourceInputs["filterCondition"] = state?.filterCondition;
|
|
61
|
+
resourceInputs["fullName"] = state?.fullName;
|
|
62
|
+
resourceInputs["function"] = state?.function;
|
|
63
|
+
resourceInputs["inputs"] = state?.inputs;
|
|
64
|
+
resourceInputs["source"] = state?.source;
|
|
65
|
+
resourceInputs["timeWindow"] = state?.timeWindow;
|
|
66
|
+
}
|
|
67
|
+
else {
|
|
68
|
+
const args = argsOrState;
|
|
69
|
+
if (args?.fullName === undefined && !opts.urn) {
|
|
70
|
+
throw new Error("Missing required property 'fullName'");
|
|
71
|
+
}
|
|
72
|
+
if (args?.function === undefined && !opts.urn) {
|
|
73
|
+
throw new Error("Missing required property 'function'");
|
|
74
|
+
}
|
|
75
|
+
if (args?.inputs === undefined && !opts.urn) {
|
|
76
|
+
throw new Error("Missing required property 'inputs'");
|
|
77
|
+
}
|
|
78
|
+
if (args?.source === undefined && !opts.urn) {
|
|
79
|
+
throw new Error("Missing required property 'source'");
|
|
80
|
+
}
|
|
81
|
+
if (args?.timeWindow === undefined && !opts.urn) {
|
|
82
|
+
throw new Error("Missing required property 'timeWindow'");
|
|
83
|
+
}
|
|
84
|
+
resourceInputs["description"] = args?.description;
|
|
85
|
+
resourceInputs["filterCondition"] = args?.filterCondition;
|
|
86
|
+
resourceInputs["fullName"] = args?.fullName;
|
|
87
|
+
resourceInputs["function"] = args?.function;
|
|
88
|
+
resourceInputs["inputs"] = args?.inputs;
|
|
89
|
+
resourceInputs["source"] = args?.source;
|
|
90
|
+
resourceInputs["timeWindow"] = args?.timeWindow;
|
|
91
|
+
}
|
|
92
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
93
|
+
super(FeatureEngineeringFeature.__pulumiType, name, resourceInputs, opts);
|
|
94
|
+
}
|
|
95
|
+
}
|
|
96
|
+
exports.FeatureEngineeringFeature = FeatureEngineeringFeature;
|
|
97
|
+
/** @internal */
|
|
98
|
+
FeatureEngineeringFeature.__pulumiType = 'databricks:index/featureEngineeringFeature:FeatureEngineeringFeature';
|
|
99
|
+
//# sourceMappingURL=featureEngineeringFeature.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"featureEngineeringFeature.js","sourceRoot":"","sources":["../featureEngineeringFeature.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,MAAa,yBAA0B,SAAQ,MAAM,CAAC,cAAc;IAChE;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAsC,EAAE,IAAmC;QACpI,OAAO,IAAI,yBAAyB,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IAChF,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,yBAAyB,CAAC,YAAY,CAAC;IAC1E,CAAC;IAuCD,YAAY,IAAY,EAAE,WAA4E,EAAE,IAAmC;QACvI,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAyD,CAAC;YACxE,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,EAAE,WAAW,CAAC;YACnD,cAAc,CAAC,iBAAiB,CAAC,GAAG,KAAK,EAAE,eAAe,CAAC;YAC3D,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,EAAE,QAAQ,CAAC;YAC7C,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,EAAE,QAAQ,CAAC;YAC7C,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,EAAE,MAAM,CAAC;YACzC,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,EAAE,MAAM,CAAC;YACzC,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,EAAE,UAAU,CAAC;SACpD;aAAM;YACH,MAAM,IAAI,GAAG,WAAwD,CAAC;YACtE,IAAI,IAAI,EAAE,QAAQ,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC3C,MAAM,IAAI,KAAK,CAAC,sCAAsC,CAAC,CAAC;aAC3D;YACD,IAAI,IAAI,EAAE,QAAQ,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC3C,MAAM,IAAI,KAAK,CAAC,sCAAsC,CAAC,CAAC;aAC3D;YACD,IAAI,IAAI,EAAE,MAAM,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACzC,MAAM,IAAI,KAAK,CAAC,oCAAoC,CAAC,CAAC;aACzD;YACD,IAAI,IAAI,EAAE,MAAM,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACzC,MAAM,IAAI,KAAK,CAAC,oCAAoC,CAAC,CAAC;aACzD;YACD,IAAI,IAAI,EAAE,UAAU,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC7C,MAAM,IAAI,KAAK,CAAC,wCAAwC,CAAC,CAAC;aAC7D;YACD,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,EAAE,WAAW,CAAC;YAClD,cAAc,CAAC,iBAAiB,CAAC,GAAG,IAAI,EAAE,eAAe,CAAC;YAC1D,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,EAAE,QAAQ,CAAC;YAC5C,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,EAAE,QAAQ,CAAC;YAC5C,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,EAAE,MAAM,CAAC;YACxC,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,EAAE,MAAM,CAAC;YACxC,cAAc,CAAC,YAAY,CAAC,GAAG,IAAI,EAAE,UAAU,CAAC;SACnD;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,yBAAyB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC9E,CAAC;;AAxGL,8DAyGC;AA3FG,gBAAgB;AACO,sCAAY,GAAG,sEAAsE,CAAC"}
|
|
@@ -0,0 +1,117 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "./types/input";
|
|
3
|
+
import * as outputs from "./types/output";
|
|
4
|
+
/**
|
|
5
|
+
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
6
|
+
*
|
|
7
|
+
* ## Import
|
|
8
|
+
*
|
|
9
|
+
* As of Pulumi v1.5, resources can be imported through configuration.
|
|
10
|
+
*
|
|
11
|
+
* hcl
|
|
12
|
+
*
|
|
13
|
+
* import {
|
|
14
|
+
*
|
|
15
|
+
* id = "materialized_feature_id"
|
|
16
|
+
*
|
|
17
|
+
* to = databricks_feature_engineering_materialized_feature.this
|
|
18
|
+
*
|
|
19
|
+
* }
|
|
20
|
+
*
|
|
21
|
+
* If you are using an older version of Pulumi, import the resource using the `pulumi import` command as follows:
|
|
22
|
+
*
|
|
23
|
+
* ```sh
|
|
24
|
+
* $ pulumi import databricks:index/featureEngineeringMaterializedFeature:FeatureEngineeringMaterializedFeature this "materialized_feature_id"
|
|
25
|
+
* ```
|
|
26
|
+
*/
|
|
27
|
+
export declare class FeatureEngineeringMaterializedFeature extends pulumi.CustomResource {
|
|
28
|
+
/**
|
|
29
|
+
* Get an existing FeatureEngineeringMaterializedFeature resource's state with the given name, ID, and optional extra
|
|
30
|
+
* properties used to qualify the lookup.
|
|
31
|
+
*
|
|
32
|
+
* @param name The _unique_ name of the resulting resource.
|
|
33
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
34
|
+
* @param state Any extra arguments used during the lookup.
|
|
35
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
36
|
+
*/
|
|
37
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: FeatureEngineeringMaterializedFeatureState, opts?: pulumi.CustomResourceOptions): FeatureEngineeringMaterializedFeature;
|
|
38
|
+
/**
|
|
39
|
+
* Returns true if the given object is an instance of FeatureEngineeringMaterializedFeature. This is designed to work even
|
|
40
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
41
|
+
*/
|
|
42
|
+
static isInstance(obj: any): obj is FeatureEngineeringMaterializedFeature;
|
|
43
|
+
/**
|
|
44
|
+
* The full name of the feature in Unity Catalog
|
|
45
|
+
*/
|
|
46
|
+
readonly featureName: pulumi.Output<string>;
|
|
47
|
+
/**
|
|
48
|
+
* (string) - The timestamp when the pipeline last ran and updated the materialized feature values.
|
|
49
|
+
* If the pipeline has not run yet, this field will be null
|
|
50
|
+
*/
|
|
51
|
+
readonly lastMaterializationTime: pulumi.Output<string>;
|
|
52
|
+
/**
|
|
53
|
+
* (string) - Unique identifier for the materialized feature
|
|
54
|
+
*/
|
|
55
|
+
readonly materializedFeatureId: pulumi.Output<string>;
|
|
56
|
+
readonly offlineStoreConfig: pulumi.Output<outputs.FeatureEngineeringMaterializedFeatureOfflineStoreConfig | undefined>;
|
|
57
|
+
readonly onlineStoreConfig: pulumi.Output<outputs.FeatureEngineeringMaterializedFeatureOnlineStoreConfig | undefined>;
|
|
58
|
+
/**
|
|
59
|
+
* The schedule state of the materialization pipeline. Possible values are: `ACTIVE`, `PAUSED`, `SNAPSHOT`
|
|
60
|
+
*/
|
|
61
|
+
readonly pipelineScheduleState: pulumi.Output<string | undefined>;
|
|
62
|
+
/**
|
|
63
|
+
* (string) - The fully qualified Unity Catalog path to the table containing the materialized feature (Delta table or Lakebase table). Output only
|
|
64
|
+
*/
|
|
65
|
+
readonly tableName: pulumi.Output<string>;
|
|
66
|
+
/**
|
|
67
|
+
* Create a FeatureEngineeringMaterializedFeature resource with the given unique name, arguments, and options.
|
|
68
|
+
*
|
|
69
|
+
* @param name The _unique_ name of the resource.
|
|
70
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
71
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
72
|
+
*/
|
|
73
|
+
constructor(name: string, args: FeatureEngineeringMaterializedFeatureArgs, opts?: pulumi.CustomResourceOptions);
|
|
74
|
+
}
|
|
75
|
+
/**
|
|
76
|
+
* Input properties used for looking up and filtering FeatureEngineeringMaterializedFeature resources.
|
|
77
|
+
*/
|
|
78
|
+
export interface FeatureEngineeringMaterializedFeatureState {
|
|
79
|
+
/**
|
|
80
|
+
* The full name of the feature in Unity Catalog
|
|
81
|
+
*/
|
|
82
|
+
featureName?: pulumi.Input<string>;
|
|
83
|
+
/**
|
|
84
|
+
* (string) - The timestamp when the pipeline last ran and updated the materialized feature values.
|
|
85
|
+
* If the pipeline has not run yet, this field will be null
|
|
86
|
+
*/
|
|
87
|
+
lastMaterializationTime?: pulumi.Input<string>;
|
|
88
|
+
/**
|
|
89
|
+
* (string) - Unique identifier for the materialized feature
|
|
90
|
+
*/
|
|
91
|
+
materializedFeatureId?: pulumi.Input<string>;
|
|
92
|
+
offlineStoreConfig?: pulumi.Input<inputs.FeatureEngineeringMaterializedFeatureOfflineStoreConfig>;
|
|
93
|
+
onlineStoreConfig?: pulumi.Input<inputs.FeatureEngineeringMaterializedFeatureOnlineStoreConfig>;
|
|
94
|
+
/**
|
|
95
|
+
* The schedule state of the materialization pipeline. Possible values are: `ACTIVE`, `PAUSED`, `SNAPSHOT`
|
|
96
|
+
*/
|
|
97
|
+
pipelineScheduleState?: pulumi.Input<string>;
|
|
98
|
+
/**
|
|
99
|
+
* (string) - The fully qualified Unity Catalog path to the table containing the materialized feature (Delta table or Lakebase table). Output only
|
|
100
|
+
*/
|
|
101
|
+
tableName?: pulumi.Input<string>;
|
|
102
|
+
}
|
|
103
|
+
/**
|
|
104
|
+
* The set of arguments for constructing a FeatureEngineeringMaterializedFeature resource.
|
|
105
|
+
*/
|
|
106
|
+
export interface FeatureEngineeringMaterializedFeatureArgs {
|
|
107
|
+
/**
|
|
108
|
+
* The full name of the feature in Unity Catalog
|
|
109
|
+
*/
|
|
110
|
+
featureName: pulumi.Input<string>;
|
|
111
|
+
offlineStoreConfig?: pulumi.Input<inputs.FeatureEngineeringMaterializedFeatureOfflineStoreConfig>;
|
|
112
|
+
onlineStoreConfig?: pulumi.Input<inputs.FeatureEngineeringMaterializedFeatureOnlineStoreConfig>;
|
|
113
|
+
/**
|
|
114
|
+
* The schedule state of the materialization pipeline. Possible values are: `ACTIVE`, `PAUSED`, `SNAPSHOT`
|
|
115
|
+
*/
|
|
116
|
+
pipelineScheduleState?: pulumi.Input<string>;
|
|
117
|
+
}
|