Interface YamlWarehouse

A warehouse. Experimental feature.

Currently, updates only result in alter warehouse queries when the size property is updated.

interface YamlWarehouse {
    auto_suspend: number;
    name: string;
    size: string;
}

Properties

auto_suspend: number
name: string

Name of the warehouse.

size: string

Warehouse size (e.g. "X-Small")

Generated using TypeDoc