Databricks v1.83.0 published on Friday, Jan 23, 2026 by Pulumi
Databricks v1.83.0 published on Friday, Jan 23, 2026 by Pulumi
Using getFeatureEngineeringMaterializedFeatures
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getFeatureEngineeringMaterializedFeatures(args: GetFeatureEngineeringMaterializedFeaturesArgs, opts?: InvokeOptions): Promise<GetFeatureEngineeringMaterializedFeaturesResult>
function getFeatureEngineeringMaterializedFeaturesOutput(args: GetFeatureEngineeringMaterializedFeaturesOutputArgs, opts?: InvokeOptions): Output<GetFeatureEngineeringMaterializedFeaturesResult>def get_feature_engineering_materialized_features(feature_name: Optional[str] = None,
page_size: Optional[int] = None,
opts: Optional[InvokeOptions] = None) -> GetFeatureEngineeringMaterializedFeaturesResult
def get_feature_engineering_materialized_features_output(feature_name: Optional[pulumi.Input[str]] = None,
page_size: Optional[pulumi.Input[int]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetFeatureEngineeringMaterializedFeaturesResult]func GetFeatureEngineeringMaterializedFeatures(ctx *Context, args *GetFeatureEngineeringMaterializedFeaturesArgs, opts ...InvokeOption) (*GetFeatureEngineeringMaterializedFeaturesResult, error)
func GetFeatureEngineeringMaterializedFeaturesOutput(ctx *Context, args *GetFeatureEngineeringMaterializedFeaturesOutputArgs, opts ...InvokeOption) GetFeatureEngineeringMaterializedFeaturesResultOutput> Note: This function is named GetFeatureEngineeringMaterializedFeatures in the Go SDK.
public static class GetFeatureEngineeringMaterializedFeatures
{
public static Task<GetFeatureEngineeringMaterializedFeaturesResult> InvokeAsync(GetFeatureEngineeringMaterializedFeaturesArgs args, InvokeOptions? opts = null)
public static Output<GetFeatureEngineeringMaterializedFeaturesResult> Invoke(GetFeatureEngineeringMaterializedFeaturesInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetFeatureEngineeringMaterializedFeaturesResult> getFeatureEngineeringMaterializedFeatures(GetFeatureEngineeringMaterializedFeaturesArgs args, InvokeOptions options)
public static Output<GetFeatureEngineeringMaterializedFeaturesResult> getFeatureEngineeringMaterializedFeatures(GetFeatureEngineeringMaterializedFeaturesArgs args, InvokeOptions options)
fn::invoke:
function: databricks:index/getFeatureEngineeringMaterializedFeatures:getFeatureEngineeringMaterializedFeatures
arguments:
# arguments dictionaryThe following arguments are supported:
- Feature
Name string - Filter by feature name. If specified, only materialized features materialized from this feature will be returned
- Page
Size int - The maximum number of results to return. Defaults to 100 if not specified. Cannot be greater than 1000
- Feature
Name string - Filter by feature name. If specified, only materialized features materialized from this feature will be returned
- Page
Size int - The maximum number of results to return. Defaults to 100 if not specified. Cannot be greater than 1000
- feature
Name String - Filter by feature name. If specified, only materialized features materialized from this feature will be returned
- page
Size Integer - The maximum number of results to return. Defaults to 100 if not specified. Cannot be greater than 1000
- feature
Name string - Filter by feature name. If specified, only materialized features materialized from this feature will be returned
- page
Size number - The maximum number of results to return. Defaults to 100 if not specified. Cannot be greater than 1000
- feature_
name str - Filter by feature name. If specified, only materialized features materialized from this feature will be returned
- page_
size int - The maximum number of results to return. Defaults to 100 if not specified. Cannot be greater than 1000
- feature
Name String - Filter by feature name. If specified, only materialized features materialized from this feature will be returned
- page
Size Number - The maximum number of results to return. Defaults to 100 if not specified. Cannot be greater than 1000
getFeatureEngineeringMaterializedFeatures Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- Materialized
Features List<GetFeature Engineering Materialized Features Materialized Feature> - Feature
Name string - (string) - The full name of the feature in Unity Catalog
- Page
Size int
- Id string
- The provider-assigned unique ID for this managed resource.
- Materialized
Features []GetFeature Engineering Materialized Features Materialized Feature - Feature
Name string - (string) - The full name of the feature in Unity Catalog
- Page
Size int
- id String
- The provider-assigned unique ID for this managed resource.
- materialized
Features List<GetFeature Engineering Materialized Features Materialized Feature> - feature
Name String - (string) - The full name of the feature in Unity Catalog
- page
Size Integer
- id string
- The provider-assigned unique ID for this managed resource.
- materialized
Features GetFeature Engineering Materialized Features Materialized Feature[] - feature
Name string - (string) - The full name of the feature in Unity Catalog
- page
Size number
- id str
- The provider-assigned unique ID for this managed resource.
- materialized_
features Sequence[GetFeature Engineering Materialized Features Materialized Feature] - feature_
name str - (string) - The full name of the feature in Unity Catalog
- page_
size int
- id String
- The provider-assigned unique ID for this managed resource.
- materialized
Features List<Property Map> - feature
Name String - (string) - The full name of the feature in Unity Catalog
- page
Size Number
Supporting Types
GetFeatureEngineeringMaterializedFeaturesMaterializedFeature
- Cron
Schedule string - (string) - The quartz cron expression that defines the schedule of the materialization pipeline. The schedule is evaluated in the UTC timezone
- Feature
Name string - Filter by feature name. If specified, only materialized features materialized from this feature will be returned
- Last
Materialization stringTime - (string) - The timestamp when the pipeline last ran and updated the materialized feature values. If the pipeline has not run yet, this field will be null
- Materialized
Feature stringId - (string) - Unique identifier for the materialized feature
- Offline
Store GetConfig Feature Engineering Materialized Features Materialized Feature Offline Store Config - (OfflineStoreConfig)
- Online
Store GetConfig Feature Engineering Materialized Features Materialized Feature Online Store Config - (OnlineStoreConfig)
- Pipeline
Schedule stringState - (string) - The schedule state of the materialization pipeline. Possible values are:
ACTIVE,PAUSED,SNAPSHOT - Table
Name string - (string) - The fully qualified Unity Catalog path to the table containing the materialized feature (Delta table or Lakebase table). Output only
- Cron
Schedule string - (string) - The quartz cron expression that defines the schedule of the materialization pipeline. The schedule is evaluated in the UTC timezone
- Feature
Name string - Filter by feature name. If specified, only materialized features materialized from this feature will be returned
- Last
Materialization stringTime - (string) - The timestamp when the pipeline last ran and updated the materialized feature values. If the pipeline has not run yet, this field will be null
- Materialized
Feature stringId - (string) - Unique identifier for the materialized feature
- Offline
Store GetConfig Feature Engineering Materialized Features Materialized Feature Offline Store Config - (OfflineStoreConfig)
- Online
Store GetConfig Feature Engineering Materialized Features Materialized Feature Online Store Config - (OnlineStoreConfig)
- Pipeline
Schedule stringState - (string) - The schedule state of the materialization pipeline. Possible values are:
ACTIVE,PAUSED,SNAPSHOT - Table
Name string - (string) - The fully qualified Unity Catalog path to the table containing the materialized feature (Delta table or Lakebase table). Output only
- cron
Schedule String - (string) - The quartz cron expression that defines the schedule of the materialization pipeline. The schedule is evaluated in the UTC timezone
- feature
Name String - Filter by feature name. If specified, only materialized features materialized from this feature will be returned
- last
Materialization StringTime - (string) - The timestamp when the pipeline last ran and updated the materialized feature values. If the pipeline has not run yet, this field will be null
- materialized
Feature StringId - (string) - Unique identifier for the materialized feature
- offline
Store GetConfig Feature Engineering Materialized Features Materialized Feature Offline Store Config - (OfflineStoreConfig)
- online
Store GetConfig Feature Engineering Materialized Features Materialized Feature Online Store Config - (OnlineStoreConfig)
- pipeline
Schedule StringState - (string) - The schedule state of the materialization pipeline. Possible values are:
ACTIVE,PAUSED,SNAPSHOT - table
Name String - (string) - The fully qualified Unity Catalog path to the table containing the materialized feature (Delta table or Lakebase table). Output only
- cron
Schedule string - (string) - The quartz cron expression that defines the schedule of the materialization pipeline. The schedule is evaluated in the UTC timezone
- feature
Name string - Filter by feature name. If specified, only materialized features materialized from this feature will be returned
- last
Materialization stringTime - (string) - The timestamp when the pipeline last ran and updated the materialized feature values. If the pipeline has not run yet, this field will be null
- materialized
Feature stringId - (string) - Unique identifier for the materialized feature
- offline
Store GetConfig Feature Engineering Materialized Features Materialized Feature Offline Store Config - (OfflineStoreConfig)
- online
Store GetConfig Feature Engineering Materialized Features Materialized Feature Online Store Config - (OnlineStoreConfig)
- pipeline
Schedule stringState - (string) - The schedule state of the materialization pipeline. Possible values are:
ACTIVE,PAUSED,SNAPSHOT - table
Name string - (string) - The fully qualified Unity Catalog path to the table containing the materialized feature (Delta table or Lakebase table). Output only
- cron_
schedule str - (string) - The quartz cron expression that defines the schedule of the materialization pipeline. The schedule is evaluated in the UTC timezone
- feature_
name str - Filter by feature name. If specified, only materialized features materialized from this feature will be returned
- last_
materialization_ strtime - (string) - The timestamp when the pipeline last ran and updated the materialized feature values. If the pipeline has not run yet, this field will be null
- materialized_
feature_ strid - (string) - Unique identifier for the materialized feature
- offline_
store_ Getconfig Feature Engineering Materialized Features Materialized Feature Offline Store Config - (OfflineStoreConfig)
- online_
store_ Getconfig Feature Engineering Materialized Features Materialized Feature Online Store Config - (OnlineStoreConfig)
- pipeline_
schedule_ strstate - (string) - The schedule state of the materialization pipeline. Possible values are:
ACTIVE,PAUSED,SNAPSHOT - table_
name str - (string) - The fully qualified Unity Catalog path to the table containing the materialized feature (Delta table or Lakebase table). Output only
- cron
Schedule String - (string) - The quartz cron expression that defines the schedule of the materialization pipeline. The schedule is evaluated in the UTC timezone
- feature
Name String - Filter by feature name. If specified, only materialized features materialized from this feature will be returned
- last
Materialization StringTime - (string) - The timestamp when the pipeline last ran and updated the materialized feature values. If the pipeline has not run yet, this field will be null
- materialized
Feature StringId - (string) - Unique identifier for the materialized feature
- offline
Store Property MapConfig - (OfflineStoreConfig)
- online
Store Property MapConfig - (OnlineStoreConfig)
- pipeline
Schedule StringState - (string) - The schedule state of the materialization pipeline. Possible values are:
ACTIVE,PAUSED,SNAPSHOT - table
Name String - (string) - The fully qualified Unity Catalog path to the table containing the materialized feature (Delta table or Lakebase table). Output only
GetFeatureEngineeringMaterializedFeaturesMaterializedFeatureOfflineStoreConfig
- Catalog
Name string - (string) - The Unity Catalog catalog name. This name is also used as the Lakebase logical database name
- Schema
Name string - (string) - The Unity Catalog schema name
- Table
Name stringPrefix - (string) - Prefix for Unity Catalog table name. The materialized feature will be stored in a Lakebase table with this prefix and a generated postfix
- Catalog
Name string - (string) - The Unity Catalog catalog name. This name is also used as the Lakebase logical database name
- Schema
Name string - (string) - The Unity Catalog schema name
- Table
Name stringPrefix - (string) - Prefix for Unity Catalog table name. The materialized feature will be stored in a Lakebase table with this prefix and a generated postfix
- catalog
Name String - (string) - The Unity Catalog catalog name. This name is also used as the Lakebase logical database name
- schema
Name String - (string) - The Unity Catalog schema name
- table
Name StringPrefix - (string) - Prefix for Unity Catalog table name. The materialized feature will be stored in a Lakebase table with this prefix and a generated postfix
- catalog
Name string - (string) - The Unity Catalog catalog name. This name is also used as the Lakebase logical database name
- schema
Name string - (string) - The Unity Catalog schema name
- table
Name stringPrefix - (string) - Prefix for Unity Catalog table name. The materialized feature will be stored in a Lakebase table with this prefix and a generated postfix
- catalog_
name str - (string) - The Unity Catalog catalog name. This name is also used as the Lakebase logical database name
- schema_
name str - (string) - The Unity Catalog schema name
- table_
name_ strprefix - (string) - Prefix for Unity Catalog table name. The materialized feature will be stored in a Lakebase table with this prefix and a generated postfix
- catalog
Name String - (string) - The Unity Catalog catalog name. This name is also used as the Lakebase logical database name
- schema
Name String - (string) - The Unity Catalog schema name
- table
Name StringPrefix - (string) - Prefix for Unity Catalog table name. The materialized feature will be stored in a Lakebase table with this prefix and a generated postfix
GetFeatureEngineeringMaterializedFeaturesMaterializedFeatureOnlineStoreConfig
- Catalog
Name string - (string) - The Unity Catalog catalog name. This name is also used as the Lakebase logical database name
- Online
Store stringName - (string) - The name of the target online store
- Schema
Name string - (string) - The Unity Catalog schema name
- Table
Name stringPrefix - (string) - Prefix for Unity Catalog table name. The materialized feature will be stored in a Lakebase table with this prefix and a generated postfix
- Catalog
Name string - (string) - The Unity Catalog catalog name. This name is also used as the Lakebase logical database name
- Online
Store stringName - (string) - The name of the target online store
- Schema
Name string - (string) - The Unity Catalog schema name
- Table
Name stringPrefix - (string) - Prefix for Unity Catalog table name. The materialized feature will be stored in a Lakebase table with this prefix and a generated postfix
- catalog
Name String - (string) - The Unity Catalog catalog name. This name is also used as the Lakebase logical database name
- online
Store StringName - (string) - The name of the target online store
- schema
Name String - (string) - The Unity Catalog schema name
- table
Name StringPrefix - (string) - Prefix for Unity Catalog table name. The materialized feature will be stored in a Lakebase table with this prefix and a generated postfix
- catalog
Name string - (string) - The Unity Catalog catalog name. This name is also used as the Lakebase logical database name
- online
Store stringName - (string) - The name of the target online store
- schema
Name string - (string) - The Unity Catalog schema name
- table
Name stringPrefix - (string) - Prefix for Unity Catalog table name. The materialized feature will be stored in a Lakebase table with this prefix and a generated postfix
- catalog_
name str - (string) - The Unity Catalog catalog name. This name is also used as the Lakebase logical database name
- online_
store_ strname - (string) - The name of the target online store
- schema_
name str - (string) - The Unity Catalog schema name
- table_
name_ strprefix - (string) - Prefix for Unity Catalog table name. The materialized feature will be stored in a Lakebase table with this prefix and a generated postfix
- catalog
Name String - (string) - The Unity Catalog catalog name. This name is also used as the Lakebase logical database name
- online
Store StringName - (string) - The name of the target online store
- schema
Name String - (string) - The Unity Catalog schema name
- table
Name StringPrefix - (string) - Prefix for Unity Catalog table name. The materialized feature will be stored in a Lakebase table with this prefix and a generated postfix
Package Details
- Repository
- databricks pulumi/pulumi-databricks
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
databricksTerraform Provider.
Databricks v1.83.0 published on Friday, Jan 23, 2026 by Pulumi
