1. Packages
  2. Databricks Provider
  3. API Docs
  4. getFeatureEngineeringMaterializedFeatures
Databricks v1.77.0 published on Tuesday, Nov 4, 2025 by Pulumi

databricks.getFeatureEngineeringMaterializedFeatures

Start a Neo task
Explain and create a databricks.getFeatureEngineeringMaterializedFeatures resource
databricks logo
Databricks v1.77.0 published on Tuesday, Nov 4, 2025 by Pulumi

    Private Preview

    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 dictionary

    The following arguments are supported:

    FeatureName string
    Filter by feature name. If specified, only materialized features materialized from this feature will be returned
    PageSize int
    The maximum number of results to return. Defaults to 100 if not specified. Cannot be greater than 1000
    FeatureName string
    Filter by feature name. If specified, only materialized features materialized from this feature will be returned
    PageSize int
    The maximum number of results to return. Defaults to 100 if not specified. Cannot be greater than 1000
    featureName String
    Filter by feature name. If specified, only materialized features materialized from this feature will be returned
    pageSize Integer
    The maximum number of results to return. Defaults to 100 if not specified. Cannot be greater than 1000
    featureName string
    Filter by feature name. If specified, only materialized features materialized from this feature will be returned
    pageSize 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
    featureName String
    Filter by feature name. If specified, only materialized features materialized from this feature will be returned
    pageSize 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.
    MaterializedFeatures List<GetFeatureEngineeringMaterializedFeaturesMaterializedFeature>
    FeatureName string
    (string) - The full name of the feature in Unity Catalog
    PageSize int
    Id string
    The provider-assigned unique ID for this managed resource.
    MaterializedFeatures []GetFeatureEngineeringMaterializedFeaturesMaterializedFeature
    FeatureName string
    (string) - The full name of the feature in Unity Catalog
    PageSize int
    id String
    The provider-assigned unique ID for this managed resource.
    materializedFeatures List<GetFeatureEngineeringMaterializedFeaturesMaterializedFeature>
    featureName String
    (string) - The full name of the feature in Unity Catalog
    pageSize Integer
    id string
    The provider-assigned unique ID for this managed resource.
    materializedFeatures GetFeatureEngineeringMaterializedFeaturesMaterializedFeature[]
    featureName string
    (string) - The full name of the feature in Unity Catalog
    pageSize number
    id str
    The provider-assigned unique ID for this managed resource.
    materialized_features Sequence[GetFeatureEngineeringMaterializedFeaturesMaterializedFeature]
    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.
    materializedFeatures List<Property Map>
    featureName String
    (string) - The full name of the feature in Unity Catalog
    pageSize Number

    Supporting Types

    GetFeatureEngineeringMaterializedFeaturesMaterializedFeature

    FeatureName string
    Filter by feature name. If specified, only materialized features materialized from this feature will be returned
    LastMaterializationTime string
    (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
    MaterializedFeatureId string
    (string) - Unique identifier for the materialized feature
    OfflineStoreConfig GetFeatureEngineeringMaterializedFeaturesMaterializedFeatureOfflineStoreConfig
    (OfflineStoreConfig)
    OnlineStoreConfig GetFeatureEngineeringMaterializedFeaturesMaterializedFeatureOnlineStoreConfig
    (OnlineStore)
    PipelineScheduleState string
    (string) - The schedule state of the materialization pipeline. Possible values are: ACTIVE, PAUSED, SNAPSHOT
    TableName string
    (string) - The fully qualified Unity Catalog path to the table containing the materialized feature (Delta table or Lakebase table). Output only
    FeatureName string
    Filter by feature name. If specified, only materialized features materialized from this feature will be returned
    LastMaterializationTime string
    (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
    MaterializedFeatureId string
    (string) - Unique identifier for the materialized feature
    OfflineStoreConfig GetFeatureEngineeringMaterializedFeaturesMaterializedFeatureOfflineStoreConfig
    (OfflineStoreConfig)
    OnlineStoreConfig GetFeatureEngineeringMaterializedFeaturesMaterializedFeatureOnlineStoreConfig
    (OnlineStore)
    PipelineScheduleState string
    (string) - The schedule state of the materialization pipeline. Possible values are: ACTIVE, PAUSED, SNAPSHOT
    TableName string
    (string) - The fully qualified Unity Catalog path to the table containing the materialized feature (Delta table or Lakebase table). Output only
    featureName String
    Filter by feature name. If specified, only materialized features materialized from this feature will be returned
    lastMaterializationTime String
    (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
    materializedFeatureId String
    (string) - Unique identifier for the materialized feature
    offlineStoreConfig GetFeatureEngineeringMaterializedFeaturesMaterializedFeatureOfflineStoreConfig
    (OfflineStoreConfig)
    onlineStoreConfig GetFeatureEngineeringMaterializedFeaturesMaterializedFeatureOnlineStoreConfig
    (OnlineStore)
    pipelineScheduleState String
    (string) - The schedule state of the materialization pipeline. Possible values are: ACTIVE, PAUSED, SNAPSHOT
    tableName String
    (string) - The fully qualified Unity Catalog path to the table containing the materialized feature (Delta table or Lakebase table). Output only
    featureName string
    Filter by feature name. If specified, only materialized features materialized from this feature will be returned
    lastMaterializationTime string
    (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
    materializedFeatureId string
    (string) - Unique identifier for the materialized feature
    offlineStoreConfig GetFeatureEngineeringMaterializedFeaturesMaterializedFeatureOfflineStoreConfig
    (OfflineStoreConfig)
    onlineStoreConfig GetFeatureEngineeringMaterializedFeaturesMaterializedFeatureOnlineStoreConfig
    (OnlineStore)
    pipelineScheduleState string
    (string) - The schedule state of the materialization pipeline. Possible values are: ACTIVE, PAUSED, SNAPSHOT
    tableName string
    (string) - The fully qualified Unity Catalog path to the table containing the materialized feature (Delta table or Lakebase table). Output only
    feature_name str
    Filter by feature name. If specified, only materialized features materialized from this feature will be returned
    last_materialization_time str
    (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_id str
    (string) - Unique identifier for the materialized feature
    offline_store_config GetFeatureEngineeringMaterializedFeaturesMaterializedFeatureOfflineStoreConfig
    (OfflineStoreConfig)
    online_store_config GetFeatureEngineeringMaterializedFeaturesMaterializedFeatureOnlineStoreConfig
    (OnlineStore)
    pipeline_schedule_state str
    (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
    featureName String
    Filter by feature name. If specified, only materialized features materialized from this feature will be returned
    lastMaterializationTime String
    (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
    materializedFeatureId String
    (string) - Unique identifier for the materialized feature
    offlineStoreConfig Property Map
    (OfflineStoreConfig)
    onlineStoreConfig Property Map
    (OnlineStore)
    pipelineScheduleState String
    (string) - The schedule state of the materialization pipeline. Possible values are: ACTIVE, PAUSED, SNAPSHOT
    tableName String
    (string) - The fully qualified Unity Catalog path to the table containing the materialized feature (Delta table or Lakebase table). Output only

    GetFeatureEngineeringMaterializedFeaturesMaterializedFeatureOfflineStoreConfig

    CatalogName string
    (string) - The Unity Catalog catalog name
    SchemaName string
    (string) - The Unity Catalog schema name
    TableNamePrefix string
    (string) - Prefix for Unity Catalog table name. The materialized feature will be stored in a table with this prefix and a generated postfix
    CatalogName string
    (string) - The Unity Catalog catalog name
    SchemaName string
    (string) - The Unity Catalog schema name
    TableNamePrefix string
    (string) - Prefix for Unity Catalog table name. The materialized feature will be stored in a table with this prefix and a generated postfix
    catalogName String
    (string) - The Unity Catalog catalog name
    schemaName String
    (string) - The Unity Catalog schema name
    tableNamePrefix String
    (string) - Prefix for Unity Catalog table name. The materialized feature will be stored in a table with this prefix and a generated postfix
    catalogName string
    (string) - The Unity Catalog catalog name
    schemaName string
    (string) - The Unity Catalog schema name
    tableNamePrefix string
    (string) - Prefix for Unity Catalog table name. The materialized feature will be stored in a table with this prefix and a generated postfix
    catalog_name str
    (string) - The Unity Catalog catalog name
    schema_name str
    (string) - The Unity Catalog schema name
    table_name_prefix str
    (string) - Prefix for Unity Catalog table name. The materialized feature will be stored in a table with this prefix and a generated postfix
    catalogName String
    (string) - The Unity Catalog catalog name
    schemaName String
    (string) - The Unity Catalog schema name
    tableNamePrefix String
    (string) - Prefix for Unity Catalog table name. The materialized feature will be stored in a table with this prefix and a generated postfix

    GetFeatureEngineeringMaterializedFeaturesMaterializedFeatureOnlineStoreConfig

    Capacity string
    (string) - The capacity of the online store. Valid values are "CU_1", "CU_2", "CU_4", "CU_8"
    CreationTime string
    (string) - The timestamp when the online store was created
    Creator string
    (string) - The email of the creator of the online store
    Name string
    (string) - The name of the online store. This is the unique identifier for the online store
    State string
    (string) - The current state of the online store. Possible values are: AVAILABLE, DELETING, FAILING_OVER, STARTING, STOPPED, UPDATING
    ReadReplicaCount int
    (integer) - The number of read replicas for the online store. Defaults to 0
    Capacity string
    (string) - The capacity of the online store. Valid values are "CU_1", "CU_2", "CU_4", "CU_8"
    CreationTime string
    (string) - The timestamp when the online store was created
    Creator string
    (string) - The email of the creator of the online store
    Name string
    (string) - The name of the online store. This is the unique identifier for the online store
    State string
    (string) - The current state of the online store. Possible values are: AVAILABLE, DELETING, FAILING_OVER, STARTING, STOPPED, UPDATING
    ReadReplicaCount int
    (integer) - The number of read replicas for the online store. Defaults to 0
    capacity String
    (string) - The capacity of the online store. Valid values are "CU_1", "CU_2", "CU_4", "CU_8"
    creationTime String
    (string) - The timestamp when the online store was created
    creator String
    (string) - The email of the creator of the online store
    name String
    (string) - The name of the online store. This is the unique identifier for the online store
    state String
    (string) - The current state of the online store. Possible values are: AVAILABLE, DELETING, FAILING_OVER, STARTING, STOPPED, UPDATING
    readReplicaCount Integer
    (integer) - The number of read replicas for the online store. Defaults to 0
    capacity string
    (string) - The capacity of the online store. Valid values are "CU_1", "CU_2", "CU_4", "CU_8"
    creationTime string
    (string) - The timestamp when the online store was created
    creator string
    (string) - The email of the creator of the online store
    name string
    (string) - The name of the online store. This is the unique identifier for the online store
    state string
    (string) - The current state of the online store. Possible values are: AVAILABLE, DELETING, FAILING_OVER, STARTING, STOPPED, UPDATING
    readReplicaCount number
    (integer) - The number of read replicas for the online store. Defaults to 0
    capacity str
    (string) - The capacity of the online store. Valid values are "CU_1", "CU_2", "CU_4", "CU_8"
    creation_time str
    (string) - The timestamp when the online store was created
    creator str
    (string) - The email of the creator of the online store
    name str
    (string) - The name of the online store. This is the unique identifier for the online store
    state str
    (string) - The current state of the online store. Possible values are: AVAILABLE, DELETING, FAILING_OVER, STARTING, STOPPED, UPDATING
    read_replica_count int
    (integer) - The number of read replicas for the online store. Defaults to 0
    capacity String
    (string) - The capacity of the online store. Valid values are "CU_1", "CU_2", "CU_4", "CU_8"
    creationTime String
    (string) - The timestamp when the online store was created
    creator String
    (string) - The email of the creator of the online store
    name String
    (string) - The name of the online store. This is the unique identifier for the online store
    state String
    (string) - The current state of the online store. Possible values are: AVAILABLE, DELETING, FAILING_OVER, STARTING, STOPPED, UPDATING
    readReplicaCount Number
    (integer) - The number of read replicas for the online store. Defaults to 0

    Package Details

    Repository
    databricks pulumi/pulumi-databricks
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the databricks Terraform Provider.
    databricks logo
    Databricks v1.77.0 published on Tuesday, Nov 4, 2025 by Pulumi
      Meet Neo: Your AI Platform Teammate