1. Packages
  2. Databricks Provider
  3. API Docs
  4. getWarehousesDefaultWarehouseOverrides
Databricks v1.85.0 published on Friday, Feb 13, 2026 by Pulumi
databricks logo
Databricks v1.85.0 published on Friday, Feb 13, 2026 by Pulumi

    Public Beta

    This data source can be used to list all default warehouse overrides in the workspace.

    Note This data source requires workspace admin permissions.

    Example Usage

    Using getWarehousesDefaultWarehouseOverrides

    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 getWarehousesDefaultWarehouseOverrides(args: GetWarehousesDefaultWarehouseOverridesArgs, opts?: InvokeOptions): Promise<GetWarehousesDefaultWarehouseOverridesResult>
    function getWarehousesDefaultWarehouseOverridesOutput(args: GetWarehousesDefaultWarehouseOverridesOutputArgs, opts?: InvokeOptions): Output<GetWarehousesDefaultWarehouseOverridesResult>
    def get_warehouses_default_warehouse_overrides(page_size: Optional[int] = None,
                                                   provider_config: Optional[GetWarehousesDefaultWarehouseOverridesProviderConfig] = None,
                                                   opts: Optional[InvokeOptions] = None) -> GetWarehousesDefaultWarehouseOverridesResult
    def get_warehouses_default_warehouse_overrides_output(page_size: Optional[pulumi.Input[int]] = None,
                                                   provider_config: Optional[pulumi.Input[GetWarehousesDefaultWarehouseOverridesProviderConfigArgs]] = None,
                                                   opts: Optional[InvokeOptions] = None) -> Output[GetWarehousesDefaultWarehouseOverridesResult]
    func GetWarehousesDefaultWarehouseOverrides(ctx *Context, args *GetWarehousesDefaultWarehouseOverridesArgs, opts ...InvokeOption) (*GetWarehousesDefaultWarehouseOverridesResult, error)
    func GetWarehousesDefaultWarehouseOverridesOutput(ctx *Context, args *GetWarehousesDefaultWarehouseOverridesOutputArgs, opts ...InvokeOption) GetWarehousesDefaultWarehouseOverridesResultOutput

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

    public static class GetWarehousesDefaultWarehouseOverrides 
    {
        public static Task<GetWarehousesDefaultWarehouseOverridesResult> InvokeAsync(GetWarehousesDefaultWarehouseOverridesArgs args, InvokeOptions? opts = null)
        public static Output<GetWarehousesDefaultWarehouseOverridesResult> Invoke(GetWarehousesDefaultWarehouseOverridesInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetWarehousesDefaultWarehouseOverridesResult> getWarehousesDefaultWarehouseOverrides(GetWarehousesDefaultWarehouseOverridesArgs args, InvokeOptions options)
    public static Output<GetWarehousesDefaultWarehouseOverridesResult> getWarehousesDefaultWarehouseOverrides(GetWarehousesDefaultWarehouseOverridesArgs args, InvokeOptions options)
    
    fn::invoke:
      function: databricks:index/getWarehousesDefaultWarehouseOverrides:getWarehousesDefaultWarehouseOverrides
      arguments:
        # arguments dictionary

    The following arguments are supported:

    PageSize int
    The maximum number of overrides to return. The service may return fewer than this value. If unspecified, at most 100 overrides will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000
    ProviderConfig GetWarehousesDefaultWarehouseOverridesProviderConfig
    Configure the provider for management through account provider.
    PageSize int
    The maximum number of overrides to return. The service may return fewer than this value. If unspecified, at most 100 overrides will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000
    ProviderConfig GetWarehousesDefaultWarehouseOverridesProviderConfig
    Configure the provider for management through account provider.
    pageSize Integer
    The maximum number of overrides to return. The service may return fewer than this value. If unspecified, at most 100 overrides will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000
    providerConfig GetWarehousesDefaultWarehouseOverridesProviderConfig
    Configure the provider for management through account provider.
    pageSize number
    The maximum number of overrides to return. The service may return fewer than this value. If unspecified, at most 100 overrides will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000
    providerConfig GetWarehousesDefaultWarehouseOverridesProviderConfig
    Configure the provider for management through account provider.
    page_size int
    The maximum number of overrides to return. The service may return fewer than this value. If unspecified, at most 100 overrides will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000
    provider_config GetWarehousesDefaultWarehouseOverridesProviderConfig
    Configure the provider for management through account provider.
    pageSize Number
    The maximum number of overrides to return. The service may return fewer than this value. If unspecified, at most 100 overrides will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000
    providerConfig Property Map
    Configure the provider for management through account provider.

    getWarehousesDefaultWarehouseOverrides Result

    The following output properties are available:

    defaultWarehouseOverrides List<Property Map>
    id String
    The provider-assigned unique ID for this managed resource.
    pageSize Number
    providerConfig Property Map

    Supporting Types

    GetWarehousesDefaultWarehouseOverridesDefaultWarehouseOverride

    DefaultWarehouseOverrideId string
    (string) - The ID component of the resource name (user ID)
    Name string
    (string) - The resource name of the default warehouse override. Format: default-warehouse-overrides/{default_warehouse_override_id}
    Type string
    (string) - The type of override behavior. Possible values are: CUSTOM, LAST_SELECTED
    WarehouseId string
    (string) - The specific warehouse ID when type is CUSTOM. Not set for LAST_SELECTED type
    ProviderConfig GetWarehousesDefaultWarehouseOverridesDefaultWarehouseOverrideProviderConfig
    Configure the provider for management through account provider.
    DefaultWarehouseOverrideId string
    (string) - The ID component of the resource name (user ID)
    Name string
    (string) - The resource name of the default warehouse override. Format: default-warehouse-overrides/{default_warehouse_override_id}
    Type string
    (string) - The type of override behavior. Possible values are: CUSTOM, LAST_SELECTED
    WarehouseId string
    (string) - The specific warehouse ID when type is CUSTOM. Not set for LAST_SELECTED type
    ProviderConfig GetWarehousesDefaultWarehouseOverridesDefaultWarehouseOverrideProviderConfig
    Configure the provider for management through account provider.
    defaultWarehouseOverrideId String
    (string) - The ID component of the resource name (user ID)
    name String
    (string) - The resource name of the default warehouse override. Format: default-warehouse-overrides/{default_warehouse_override_id}
    type String
    (string) - The type of override behavior. Possible values are: CUSTOM, LAST_SELECTED
    warehouseId String
    (string) - The specific warehouse ID when type is CUSTOM. Not set for LAST_SELECTED type
    providerConfig GetWarehousesDefaultWarehouseOverridesDefaultWarehouseOverrideProviderConfig
    Configure the provider for management through account provider.
    defaultWarehouseOverrideId string
    (string) - The ID component of the resource name (user ID)
    name string
    (string) - The resource name of the default warehouse override. Format: default-warehouse-overrides/{default_warehouse_override_id}
    type string
    (string) - The type of override behavior. Possible values are: CUSTOM, LAST_SELECTED
    warehouseId string
    (string) - The specific warehouse ID when type is CUSTOM. Not set for LAST_SELECTED type
    providerConfig GetWarehousesDefaultWarehouseOverridesDefaultWarehouseOverrideProviderConfig
    Configure the provider for management through account provider.
    default_warehouse_override_id str
    (string) - The ID component of the resource name (user ID)
    name str
    (string) - The resource name of the default warehouse override. Format: default-warehouse-overrides/{default_warehouse_override_id}
    type str
    (string) - The type of override behavior. Possible values are: CUSTOM, LAST_SELECTED
    warehouse_id str
    (string) - The specific warehouse ID when type is CUSTOM. Not set for LAST_SELECTED type
    provider_config GetWarehousesDefaultWarehouseOverridesDefaultWarehouseOverrideProviderConfig
    Configure the provider for management through account provider.
    defaultWarehouseOverrideId String
    (string) - The ID component of the resource name (user ID)
    name String
    (string) - The resource name of the default warehouse override. Format: default-warehouse-overrides/{default_warehouse_override_id}
    type String
    (string) - The type of override behavior. Possible values are: CUSTOM, LAST_SELECTED
    warehouseId String
    (string) - The specific warehouse ID when type is CUSTOM. Not set for LAST_SELECTED type
    providerConfig Property Map
    Configure the provider for management through account provider.

    GetWarehousesDefaultWarehouseOverridesDefaultWarehouseOverrideProviderConfig

    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.

    GetWarehousesDefaultWarehouseOverridesProviderConfig

    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
    Databricks v1.85.0 published on Friday, Feb 13, 2026 by Pulumi
      Meet Neo: Your AI Platform Teammate