1. Packages
  2. Databricks Provider
  3. API Docs
  4. getMaterializedFeaturesFeatureTags
Databricks v1.78.0 published on Friday, Nov 7, 2025 by Pulumi

databricks.getMaterializedFeaturesFeatureTags

Start a Neo task
Explain and create a databricks.getMaterializedFeaturesFeatureTags resource
databricks logo
Databricks v1.78.0 published on Friday, Nov 7, 2025 by Pulumi

    Private Preview

    Using getMaterializedFeaturesFeatureTags

    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 getMaterializedFeaturesFeatureTags(args: GetMaterializedFeaturesFeatureTagsArgs, opts?: InvokeOptions): Promise<GetMaterializedFeaturesFeatureTagsResult>
    function getMaterializedFeaturesFeatureTagsOutput(args: GetMaterializedFeaturesFeatureTagsOutputArgs, opts?: InvokeOptions): Output<GetMaterializedFeaturesFeatureTagsResult>
    def get_materialized_features_feature_tags(feature_name: Optional[str] = None,
                                               page_size: Optional[int] = None,
                                               table_name: Optional[str] = None,
                                               opts: Optional[InvokeOptions] = None) -> GetMaterializedFeaturesFeatureTagsResult
    def get_materialized_features_feature_tags_output(feature_name: Optional[pulumi.Input[str]] = None,
                                               page_size: Optional[pulumi.Input[int]] = None,
                                               table_name: Optional[pulumi.Input[str]] = None,
                                               opts: Optional[InvokeOptions] = None) -> Output[GetMaterializedFeaturesFeatureTagsResult]
    func GetMaterializedFeaturesFeatureTags(ctx *Context, args *GetMaterializedFeaturesFeatureTagsArgs, opts ...InvokeOption) (*GetMaterializedFeaturesFeatureTagsResult, error)
    func GetMaterializedFeaturesFeatureTagsOutput(ctx *Context, args *GetMaterializedFeaturesFeatureTagsOutputArgs, opts ...InvokeOption) GetMaterializedFeaturesFeatureTagsResultOutput

    > Note: This function is named GetMaterializedFeaturesFeatureTags in the Go SDK.

    public static class GetMaterializedFeaturesFeatureTags 
    {
        public static Task<GetMaterializedFeaturesFeatureTagsResult> InvokeAsync(GetMaterializedFeaturesFeatureTagsArgs args, InvokeOptions? opts = null)
        public static Output<GetMaterializedFeaturesFeatureTagsResult> Invoke(GetMaterializedFeaturesFeatureTagsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetMaterializedFeaturesFeatureTagsResult> getMaterializedFeaturesFeatureTags(GetMaterializedFeaturesFeatureTagsArgs args, InvokeOptions options)
    public static Output<GetMaterializedFeaturesFeatureTagsResult> getMaterializedFeaturesFeatureTags(GetMaterializedFeaturesFeatureTagsArgs args, InvokeOptions options)
    
    fn::invoke:
      function: databricks:index/getMaterializedFeaturesFeatureTags:getMaterializedFeaturesFeatureTags
      arguments:
        # arguments dictionary

    The following arguments are supported:

    FeatureName string
    TableName string
    PageSize int
    The maximum number of results to return
    FeatureName string
    TableName string
    PageSize int
    The maximum number of results to return
    featureName String
    tableName String
    pageSize Integer
    The maximum number of results to return
    featureName string
    tableName string
    pageSize number
    The maximum number of results to return
    feature_name str
    table_name str
    page_size int
    The maximum number of results to return
    featureName String
    tableName String
    pageSize Number
    The maximum number of results to return

    getMaterializedFeaturesFeatureTags Result

    The following output properties are available:

    FeatureName string
    FeatureTags List<GetMaterializedFeaturesFeatureTagsFeatureTag>
    Id string
    The provider-assigned unique ID for this managed resource.
    TableName string
    PageSize int
    FeatureName string
    FeatureTags []GetMaterializedFeaturesFeatureTagsFeatureTag
    Id string
    The provider-assigned unique ID for this managed resource.
    TableName string
    PageSize int
    featureName String
    featureTags List<GetMaterializedFeaturesFeatureTagsFeatureTag>
    id String
    The provider-assigned unique ID for this managed resource.
    tableName String
    pageSize Integer
    featureName string
    featureTags GetMaterializedFeaturesFeatureTagsFeatureTag[]
    id string
    The provider-assigned unique ID for this managed resource.
    tableName string
    pageSize number
    feature_name str
    feature_tags Sequence[GetMaterializedFeaturesFeatureTagsFeatureTag]
    id str
    The provider-assigned unique ID for this managed resource.
    table_name str
    page_size int
    featureName String
    featureTags List<Property Map>
    id String
    The provider-assigned unique ID for this managed resource.
    tableName String
    pageSize Number

    Supporting Types

    GetMaterializedFeaturesFeatureTagsFeatureTag

    Key string
    (string)
    Value string
    (string)
    Key string
    (string)
    Value string
    (string)
    key String
    (string)
    value String
    (string)
    key string
    (string)
    value string
    (string)
    key str
    (string)
    value str
    (string)
    key String
    (string)
    value String
    (string)

    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.78.0 published on Friday, Nov 7, 2025 by Pulumi
      Meet Neo: Your AI Platform Teammate