Interface WarehousesService


  • @Generated
    public interface WarehousesService
    A SQL warehouse is a compute resource that lets you run SQL commands on data objects within Databricks SQL. Compute resources are infrastructure resources that provide processing capabilities in the cloud.

    This is the high-level interface, that contains generated methods.

    Evolving: this interface is under development. Method signatures may change.

    • Method Detail

      • delete

        void delete​(DeleteWarehouseRequest deleteWarehouseRequest)
        Delete a warehouse.

        Deletes a SQL warehouse.

      • edit

        void edit​(EditWarehouseRequest editWarehouseRequest)
        Update a warehouse.

        Updates the configuration for a SQL warehouse.

      • getWorkspaceWarehouseConfig

        GetWorkspaceWarehouseConfigResponse getWorkspaceWarehouseConfig()
        Get the workspace configuration.

        Gets the workspace level configuration that is shared by all SQL warehouses in a workspace.

      • setWorkspaceWarehouseConfig

        void setWorkspaceWarehouseConfig​(SetWorkspaceWarehouseConfigRequest setWorkspaceWarehouseConfigRequest)
        Set the workspace configuration.

        Sets the workspace level configuration that is shared by all SQL warehouses in a workspace.

      • start

        void start​(StartRequest startRequest)
        Start a warehouse.

        Starts a SQL warehouse.

      • stop

        void stop​(StopRequest stopRequest)
        Stop a warehouse.

        Stops a SQL warehouse.