1. Packages
  2. Databricks Provider
  3. API Docs
  4. getWarehousesDefaultWarehouseOverrides
Databricks v1.83.0 published on Friday, Jan 23, 2026 by Pulumi
databricks logo
Databricks v1.83.0 published on Friday, Jan 23, 2026 by Pulumi

    Private Preview

    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,
                                                   opts: Optional[InvokeOptions] = None) -> GetWarehousesDefaultWarehouseOverridesResult
    def get_warehouses_default_warehouse_overrides_output(page_size: Optional[pulumi.Input[int]] = 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
    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
    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
    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
    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
    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

    getWarehousesDefaultWarehouseOverrides Result

    The following output properties are available:

    DefaultWarehouseOverrides List<GetWarehousesDefaultWarehouseOverridesDefaultWarehouseOverride>
    Id string
    The provider-assigned unique ID for this managed resource.
    PageSize int
    DefaultWarehouseOverrides []GetWarehousesDefaultWarehouseOverridesDefaultWarehouseOverride
    Id string
    The provider-assigned unique ID for this managed resource.
    PageSize int
    defaultWarehouseOverrides List<GetWarehousesDefaultWarehouseOverridesDefaultWarehouseOverride>
    id String
    The provider-assigned unique ID for this managed resource.
    pageSize Integer
    defaultWarehouseOverrides GetWarehousesDefaultWarehouseOverridesDefaultWarehouseOverride[]
    id string
    The provider-assigned unique ID for this managed resource.
    pageSize number
    defaultWarehouseOverrides List<Property Map>
    id String
    The provider-assigned unique ID for this managed resource.
    pageSize Number

    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
    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
    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
    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
    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
    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

    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.83.0 published on Friday, Jan 23, 2026 by Pulumi
      Meet Neo: Your AI Platform Teammate