1. Packages
  2. Databricks Provider
  3. API Docs
  4. FeatureEngineeringMaterializedFeature
Viewing docs for Databricks v1.90.0
published on Thursday, Mar 19, 2026 by Pulumi
databricks logo
Viewing docs for Databricks v1.90.0
published on Thursday, Mar 19, 2026 by Pulumi

    Private Preview

    Create FeatureEngineeringMaterializedFeature Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new FeatureEngineeringMaterializedFeature(name: string, args: FeatureEngineeringMaterializedFeatureArgs, opts?: CustomResourceOptions);
    @overload
    def FeatureEngineeringMaterializedFeature(resource_name: str,
                                              args: FeatureEngineeringMaterializedFeatureArgs,
                                              opts: Optional[ResourceOptions] = None)
    
    @overload
    def FeatureEngineeringMaterializedFeature(resource_name: str,
                                              opts: Optional[ResourceOptions] = None,
                                              feature_name: Optional[str] = None,
                                              cron_schedule: Optional[str] = None,
                                              materialized_feature_id: Optional[str] = None,
                                              offline_store_config: Optional[FeatureEngineeringMaterializedFeatureOfflineStoreConfigArgs] = None,
                                              online_store_config: Optional[FeatureEngineeringMaterializedFeatureOnlineStoreConfigArgs] = None,
                                              pipeline_schedule_state: Optional[str] = None,
                                              provider_config: Optional[FeatureEngineeringMaterializedFeatureProviderConfigArgs] = None)
    func NewFeatureEngineeringMaterializedFeature(ctx *Context, name string, args FeatureEngineeringMaterializedFeatureArgs, opts ...ResourceOption) (*FeatureEngineeringMaterializedFeature, error)
    public FeatureEngineeringMaterializedFeature(string name, FeatureEngineeringMaterializedFeatureArgs args, CustomResourceOptions? opts = null)
    public FeatureEngineeringMaterializedFeature(String name, FeatureEngineeringMaterializedFeatureArgs args)
    public FeatureEngineeringMaterializedFeature(String name, FeatureEngineeringMaterializedFeatureArgs args, CustomResourceOptions options)
    
    type: databricks:FeatureEngineeringMaterializedFeature
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args FeatureEngineeringMaterializedFeatureArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args FeatureEngineeringMaterializedFeatureArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args FeatureEngineeringMaterializedFeatureArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args FeatureEngineeringMaterializedFeatureArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args FeatureEngineeringMaterializedFeatureArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Constructor example

    The following reference example uses placeholder values for all input properties.

    var featureEngineeringMaterializedFeatureResource = new Databricks.Index.FeatureEngineeringMaterializedFeature("featureEngineeringMaterializedFeatureResource", new()
    {
        FeatureName = "string",
        CronSchedule = "string",
        MaterializedFeatureId = "string",
        OfflineStoreConfig = new Databricks.Inputs.FeatureEngineeringMaterializedFeatureOfflineStoreConfigArgs
        {
            CatalogName = "string",
            SchemaName = "string",
            TableNamePrefix = "string",
        },
        OnlineStoreConfig = new Databricks.Inputs.FeatureEngineeringMaterializedFeatureOnlineStoreConfigArgs
        {
            CatalogName = "string",
            OnlineStoreName = "string",
            SchemaName = "string",
            TableNamePrefix = "string",
        },
        PipelineScheduleState = "string",
        ProviderConfig = new Databricks.Inputs.FeatureEngineeringMaterializedFeatureProviderConfigArgs
        {
            WorkspaceId = "string",
        },
    });
    
    example, err := databricks.NewFeatureEngineeringMaterializedFeature(ctx, "featureEngineeringMaterializedFeatureResource", &databricks.FeatureEngineeringMaterializedFeatureArgs{
    	FeatureName:           pulumi.String("string"),
    	CronSchedule:          pulumi.String("string"),
    	MaterializedFeatureId: pulumi.String("string"),
    	OfflineStoreConfig: &databricks.FeatureEngineeringMaterializedFeatureOfflineStoreConfigArgs{
    		CatalogName:     pulumi.String("string"),
    		SchemaName:      pulumi.String("string"),
    		TableNamePrefix: pulumi.String("string"),
    	},
    	OnlineStoreConfig: &databricks.FeatureEngineeringMaterializedFeatureOnlineStoreConfigArgs{
    		CatalogName:     pulumi.String("string"),
    		OnlineStoreName: pulumi.String("string"),
    		SchemaName:      pulumi.String("string"),
    		TableNamePrefix: pulumi.String("string"),
    	},
    	PipelineScheduleState: pulumi.String("string"),
    	ProviderConfig: &databricks.FeatureEngineeringMaterializedFeatureProviderConfigArgs{
    		WorkspaceId: pulumi.String("string"),
    	},
    })
    
    var featureEngineeringMaterializedFeatureResource = new FeatureEngineeringMaterializedFeature("featureEngineeringMaterializedFeatureResource", FeatureEngineeringMaterializedFeatureArgs.builder()
        .featureName("string")
        .cronSchedule("string")
        .materializedFeatureId("string")
        .offlineStoreConfig(FeatureEngineeringMaterializedFeatureOfflineStoreConfigArgs.builder()
            .catalogName("string")
            .schemaName("string")
            .tableNamePrefix("string")
            .build())
        .onlineStoreConfig(FeatureEngineeringMaterializedFeatureOnlineStoreConfigArgs.builder()
            .catalogName("string")
            .onlineStoreName("string")
            .schemaName("string")
            .tableNamePrefix("string")
            .build())
        .pipelineScheduleState("string")
        .providerConfig(FeatureEngineeringMaterializedFeatureProviderConfigArgs.builder()
            .workspaceId("string")
            .build())
        .build());
    
    feature_engineering_materialized_feature_resource = databricks.FeatureEngineeringMaterializedFeature("featureEngineeringMaterializedFeatureResource",
        feature_name="string",
        cron_schedule="string",
        materialized_feature_id="string",
        offline_store_config={
            "catalog_name": "string",
            "schema_name": "string",
            "table_name_prefix": "string",
        },
        online_store_config={
            "catalog_name": "string",
            "online_store_name": "string",
            "schema_name": "string",
            "table_name_prefix": "string",
        },
        pipeline_schedule_state="string",
        provider_config={
            "workspace_id": "string",
        })
    
    const featureEngineeringMaterializedFeatureResource = new databricks.FeatureEngineeringMaterializedFeature("featureEngineeringMaterializedFeatureResource", {
        featureName: "string",
        cronSchedule: "string",
        materializedFeatureId: "string",
        offlineStoreConfig: {
            catalogName: "string",
            schemaName: "string",
            tableNamePrefix: "string",
        },
        onlineStoreConfig: {
            catalogName: "string",
            onlineStoreName: "string",
            schemaName: "string",
            tableNamePrefix: "string",
        },
        pipelineScheduleState: "string",
        providerConfig: {
            workspaceId: "string",
        },
    });
    
    type: databricks:FeatureEngineeringMaterializedFeature
    properties:
        cronSchedule: string
        featureName: string
        materializedFeatureId: string
        offlineStoreConfig:
            catalogName: string
            schemaName: string
            tableNamePrefix: string
        onlineStoreConfig:
            catalogName: string
            onlineStoreName: string
            schemaName: string
            tableNamePrefix: string
        pipelineScheduleState: string
        providerConfig:
            workspaceId: string
    

    FeatureEngineeringMaterializedFeature Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The FeatureEngineeringMaterializedFeature resource accepts the following input properties:

    FeatureName string
    The full name of the feature in Unity Catalog
    CronSchedule string
    The quartz cron expression that defines the schedule of the materialization pipeline. The schedule is evaluated in the UTC timezone
    MaterializedFeatureId string
    Unique identifier for the materialized feature
    OfflineStoreConfig FeatureEngineeringMaterializedFeatureOfflineStoreConfig
    OnlineStoreConfig FeatureEngineeringMaterializedFeatureOnlineStoreConfig
    PipelineScheduleState string
    The schedule state of the materialization pipeline. Possible values are: ACTIVE, PAUSED, SNAPSHOT
    ProviderConfig FeatureEngineeringMaterializedFeatureProviderConfig
    Configure the provider for management through account provider.
    FeatureName string
    The full name of the feature in Unity Catalog
    CronSchedule string
    The quartz cron expression that defines the schedule of the materialization pipeline. The schedule is evaluated in the UTC timezone
    MaterializedFeatureId string
    Unique identifier for the materialized feature
    OfflineStoreConfig FeatureEngineeringMaterializedFeatureOfflineStoreConfigArgs
    OnlineStoreConfig FeatureEngineeringMaterializedFeatureOnlineStoreConfigArgs
    PipelineScheduleState string
    The schedule state of the materialization pipeline. Possible values are: ACTIVE, PAUSED, SNAPSHOT
    ProviderConfig FeatureEngineeringMaterializedFeatureProviderConfigArgs
    Configure the provider for management through account provider.
    featureName String
    The full name of the feature in Unity Catalog
    cronSchedule String
    The quartz cron expression that defines the schedule of the materialization pipeline. The schedule is evaluated in the UTC timezone
    materializedFeatureId String
    Unique identifier for the materialized feature
    offlineStoreConfig FeatureEngineeringMaterializedFeatureOfflineStoreConfig
    onlineStoreConfig FeatureEngineeringMaterializedFeatureOnlineStoreConfig
    pipelineScheduleState String
    The schedule state of the materialization pipeline. Possible values are: ACTIVE, PAUSED, SNAPSHOT
    providerConfig FeatureEngineeringMaterializedFeatureProviderConfig
    Configure the provider for management through account provider.
    featureName string
    The full name of the feature in Unity Catalog
    cronSchedule string
    The quartz cron expression that defines the schedule of the materialization pipeline. The schedule is evaluated in the UTC timezone
    materializedFeatureId string
    Unique identifier for the materialized feature
    offlineStoreConfig FeatureEngineeringMaterializedFeatureOfflineStoreConfig
    onlineStoreConfig FeatureEngineeringMaterializedFeatureOnlineStoreConfig
    pipelineScheduleState string
    The schedule state of the materialization pipeline. Possible values are: ACTIVE, PAUSED, SNAPSHOT
    providerConfig FeatureEngineeringMaterializedFeatureProviderConfig
    Configure the provider for management through account provider.
    feature_name str
    The full name of the feature in Unity Catalog
    cron_schedule str
    The quartz cron expression that defines the schedule of the materialization pipeline. The schedule is evaluated in the UTC timezone
    materialized_feature_id str
    Unique identifier for the materialized feature
    offline_store_config FeatureEngineeringMaterializedFeatureOfflineStoreConfigArgs
    online_store_config FeatureEngineeringMaterializedFeatureOnlineStoreConfigArgs
    pipeline_schedule_state str
    The schedule state of the materialization pipeline. Possible values are: ACTIVE, PAUSED, SNAPSHOT
    provider_config FeatureEngineeringMaterializedFeatureProviderConfigArgs
    Configure the provider for management through account provider.
    featureName String
    The full name of the feature in Unity Catalog
    cronSchedule String
    The quartz cron expression that defines the schedule of the materialization pipeline. The schedule is evaluated in the UTC timezone
    materializedFeatureId String
    Unique identifier for the materialized feature
    offlineStoreConfig Property Map
    onlineStoreConfig Property Map
    pipelineScheduleState String
    The schedule state of the materialization pipeline. Possible values are: ACTIVE, PAUSED, SNAPSHOT
    providerConfig Property Map
    Configure the provider for management through account provider.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the FeatureEngineeringMaterializedFeature resource produces the following output properties:

    Id string
    The provider-assigned unique ID for this managed resource.
    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
    TableName string
    (string) - The fully qualified Unity Catalog path to the table containing the materialized feature (Delta table or Lakebase table). Output only
    Id string
    The provider-assigned unique ID for this managed resource.
    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
    TableName string
    (string) - The fully qualified Unity Catalog path to the table containing the materialized feature (Delta table or Lakebase table). Output only
    id String
    The provider-assigned unique ID for this managed resource.
    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
    tableName String
    (string) - The fully qualified Unity Catalog path to the table containing the materialized feature (Delta table or Lakebase table). Output only
    id string
    The provider-assigned unique ID for this managed resource.
    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
    tableName string
    (string) - The fully qualified Unity Catalog path to the table containing the materialized feature (Delta table or Lakebase table). Output only
    id str
    The provider-assigned unique ID for this managed resource.
    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
    table_name str
    (string) - The fully qualified Unity Catalog path to the table containing the materialized feature (Delta table or Lakebase table). Output only
    id String
    The provider-assigned unique ID for this managed resource.
    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
    tableName String
    (string) - The fully qualified Unity Catalog path to the table containing the materialized feature (Delta table or Lakebase table). Output only

    Look up Existing FeatureEngineeringMaterializedFeature Resource

    Get an existing FeatureEngineeringMaterializedFeature resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

    public static get(name: string, id: Input<ID>, state?: FeatureEngineeringMaterializedFeatureState, opts?: CustomResourceOptions): FeatureEngineeringMaterializedFeature
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            cron_schedule: Optional[str] = None,
            feature_name: Optional[str] = None,
            last_materialization_time: Optional[str] = None,
            materialized_feature_id: Optional[str] = None,
            offline_store_config: Optional[FeatureEngineeringMaterializedFeatureOfflineStoreConfigArgs] = None,
            online_store_config: Optional[FeatureEngineeringMaterializedFeatureOnlineStoreConfigArgs] = None,
            pipeline_schedule_state: Optional[str] = None,
            provider_config: Optional[FeatureEngineeringMaterializedFeatureProviderConfigArgs] = None,
            table_name: Optional[str] = None) -> FeatureEngineeringMaterializedFeature
    func GetFeatureEngineeringMaterializedFeature(ctx *Context, name string, id IDInput, state *FeatureEngineeringMaterializedFeatureState, opts ...ResourceOption) (*FeatureEngineeringMaterializedFeature, error)
    public static FeatureEngineeringMaterializedFeature Get(string name, Input<string> id, FeatureEngineeringMaterializedFeatureState? state, CustomResourceOptions? opts = null)
    public static FeatureEngineeringMaterializedFeature get(String name, Output<String> id, FeatureEngineeringMaterializedFeatureState state, CustomResourceOptions options)
    resources:  _:    type: databricks:FeatureEngineeringMaterializedFeature    get:      id: ${id}
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    CronSchedule string
    The quartz cron expression that defines the schedule of the materialization pipeline. The schedule is evaluated in the UTC timezone
    FeatureName string
    The full name of the feature in Unity Catalog
    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
    Unique identifier for the materialized feature
    OfflineStoreConfig FeatureEngineeringMaterializedFeatureOfflineStoreConfig
    OnlineStoreConfig FeatureEngineeringMaterializedFeatureOnlineStoreConfig
    PipelineScheduleState string
    The schedule state of the materialization pipeline. Possible values are: ACTIVE, PAUSED, SNAPSHOT
    ProviderConfig FeatureEngineeringMaterializedFeatureProviderConfig
    Configure the provider for management through account provider.
    TableName string
    (string) - The fully qualified Unity Catalog path to the table containing the materialized feature (Delta table or Lakebase table). Output only
    CronSchedule string
    The quartz cron expression that defines the schedule of the materialization pipeline. The schedule is evaluated in the UTC timezone
    FeatureName string
    The full name of the feature in Unity Catalog
    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
    Unique identifier for the materialized feature
    OfflineStoreConfig FeatureEngineeringMaterializedFeatureOfflineStoreConfigArgs
    OnlineStoreConfig FeatureEngineeringMaterializedFeatureOnlineStoreConfigArgs
    PipelineScheduleState string
    The schedule state of the materialization pipeline. Possible values are: ACTIVE, PAUSED, SNAPSHOT
    ProviderConfig FeatureEngineeringMaterializedFeatureProviderConfigArgs
    Configure the provider for management through account provider.
    TableName string
    (string) - The fully qualified Unity Catalog path to the table containing the materialized feature (Delta table or Lakebase table). Output only
    cronSchedule String
    The quartz cron expression that defines the schedule of the materialization pipeline. The schedule is evaluated in the UTC timezone
    featureName String
    The full name of the feature in Unity Catalog
    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
    Unique identifier for the materialized feature
    offlineStoreConfig FeatureEngineeringMaterializedFeatureOfflineStoreConfig
    onlineStoreConfig FeatureEngineeringMaterializedFeatureOnlineStoreConfig
    pipelineScheduleState String
    The schedule state of the materialization pipeline. Possible values are: ACTIVE, PAUSED, SNAPSHOT
    providerConfig FeatureEngineeringMaterializedFeatureProviderConfig
    Configure the provider for management through account provider.
    tableName String
    (string) - The fully qualified Unity Catalog path to the table containing the materialized feature (Delta table or Lakebase table). Output only
    cronSchedule string
    The quartz cron expression that defines the schedule of the materialization pipeline. The schedule is evaluated in the UTC timezone
    featureName string
    The full name of the feature in Unity Catalog
    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
    Unique identifier for the materialized feature
    offlineStoreConfig FeatureEngineeringMaterializedFeatureOfflineStoreConfig
    onlineStoreConfig FeatureEngineeringMaterializedFeatureOnlineStoreConfig
    pipelineScheduleState string
    The schedule state of the materialization pipeline. Possible values are: ACTIVE, PAUSED, SNAPSHOT
    providerConfig FeatureEngineeringMaterializedFeatureProviderConfig
    Configure the provider for management through account provider.
    tableName 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
    The quartz cron expression that defines the schedule of the materialization pipeline. The schedule is evaluated in the UTC timezone
    feature_name str
    The full name of the feature in Unity Catalog
    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
    Unique identifier for the materialized feature
    offline_store_config FeatureEngineeringMaterializedFeatureOfflineStoreConfigArgs
    online_store_config FeatureEngineeringMaterializedFeatureOnlineStoreConfigArgs
    pipeline_schedule_state str
    The schedule state of the materialization pipeline. Possible values are: ACTIVE, PAUSED, SNAPSHOT
    provider_config FeatureEngineeringMaterializedFeatureProviderConfigArgs
    Configure the provider for management through account provider.
    table_name str
    (string) - The fully qualified Unity Catalog path to the table containing the materialized feature (Delta table or Lakebase table). Output only
    cronSchedule String
    The quartz cron expression that defines the schedule of the materialization pipeline. The schedule is evaluated in the UTC timezone
    featureName String
    The full name of the feature in Unity Catalog
    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
    Unique identifier for the materialized feature
    offlineStoreConfig Property Map
    onlineStoreConfig Property Map
    pipelineScheduleState String
    The schedule state of the materialization pipeline. Possible values are: ACTIVE, PAUSED, SNAPSHOT
    providerConfig Property Map
    Configure the provider for management through account provider.
    tableName String
    (string) - The fully qualified Unity Catalog path to the table containing the materialized feature (Delta table or Lakebase table). Output only

    Supporting Types

    FeatureEngineeringMaterializedFeatureOfflineStoreConfig, FeatureEngineeringMaterializedFeatureOfflineStoreConfigArgs

    FeatureEngineeringMaterializedFeatureOnlineStoreConfig, FeatureEngineeringMaterializedFeatureOnlineStoreConfigArgs

    CatalogName string
    OnlineStoreName string
    The name of the target online store
    SchemaName string
    TableNamePrefix string
    CatalogName string
    OnlineStoreName string
    The name of the target online store
    SchemaName string
    TableNamePrefix string
    catalogName String
    onlineStoreName String
    The name of the target online store
    schemaName String
    tableNamePrefix String
    catalogName string
    onlineStoreName string
    The name of the target online store
    schemaName string
    tableNamePrefix string
    catalog_name str
    online_store_name str
    The name of the target online store
    schema_name str
    table_name_prefix str
    catalogName String
    onlineStoreName String
    The name of the target online store
    schemaName String
    tableNamePrefix String

    FeatureEngineeringMaterializedFeatureProviderConfig, FeatureEngineeringMaterializedFeatureProviderConfigArgs

    WorkspaceId string
    Workspace ID which the resource belongs to. This workspace must be part of the account which the provider is configured with.
    WorkspaceId string
    Workspace ID which the resource belongs to. This workspace must be part of the account which the provider is configured with.
    workspaceId String
    Workspace ID which the resource belongs to. This workspace must be part of the account which the provider is configured with.
    workspaceId string
    Workspace ID which the resource belongs to. This workspace must be part of the account which the provider is configured with.
    workspace_id str
    Workspace ID which the resource belongs to. This workspace must be part of the account which the provider is configured with.
    workspaceId String
    Workspace ID which the resource belongs to. This workspace must be part of the account which the provider is configured with.

    Package Details

    Repository
    databricks pulumi/pulumi-databricks
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the databricks Terraform Provider.
    databricks logo
    Viewing docs for Databricks v1.90.0
    published on Thursday, Mar 19, 2026 by Pulumi
      Try Pulumi Cloud free. Your team will thank you.