databricks.getSqlWarehouse
Explore with Pulumi AI
Note If you have a fully automated setup with workspaces created by databricks_mws_workspaces, please make sure to add depends_on attribute in order to prevent default auth: cannot configure default credentials errors.
Retrieves information about a databricks.getSqlWarehouse using its id. This could be retrieved programmatically using databricks.getSqlWarehouses data source.
Related resources
The following resources are often used in the same context:
- End to end workspace management guide.
- databricks.InstanceProfile to manage AWS EC2 instance profiles that users can launch databricks.Cluster and access data, like databricks_mount.
- databricks.SqlDashboard to manage Databricks SQL Dashboards.
- databricks.SqlGlobalConfig to configure the security policy, databricks_instance_profile, and data access properties for all databricks.getSqlWarehouse of workspace.
- databricks.SqlPermissions to manage data object access control lists in Databricks workspaces for things like tables, views, databases, and more.
Example Usage
Retrieve attributes of each SQL warehouses in a workspace
Coming soon!
Coming soon!
Coming soon!
import pulumi
import pulumi_databricks as databricks
all_sql_warehouses = databricks.get_sql_warehouses()
all_sql_warehouse = [databricks.get_sql_warehouse(id=__value) for __key, __value in data["databricks_sql"]["warehouses"]["ids"]]
import * as pulumi from "@pulumi/pulumi";
import * as databricks from "@pulumi/databricks";
const allSqlWarehouses = databricks.getSqlWarehouses({});
const allSqlWarehouse = .map(([, ]) => (databricks.getSqlWarehouse({
id: __value,
})));
Coming soon!
Using getSqlWarehouse
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 getSqlWarehouse(args: GetSqlWarehouseArgs, opts?: InvokeOptions): Promise<GetSqlWarehouseResult>
function getSqlWarehouseOutput(args: GetSqlWarehouseOutputArgs, opts?: InvokeOptions): Output<GetSqlWarehouseResult>
def get_sql_warehouse(auto_stop_mins: Optional[int] = None,
channel: Optional[GetSqlWarehouseChannel] = None,
cluster_size: Optional[str] = None,
data_source_id: Optional[str] = None,
enable_photon: Optional[bool] = None,
enable_serverless_compute: Optional[bool] = None,
id: Optional[str] = None,
instance_profile_arn: Optional[str] = None,
jdbc_url: Optional[str] = None,
max_num_clusters: Optional[int] = None,
min_num_clusters: Optional[int] = None,
name: Optional[str] = None,
num_clusters: Optional[int] = None,
odbc_params: Optional[GetSqlWarehouseOdbcParams] = None,
spot_instance_policy: Optional[str] = None,
state: Optional[str] = None,
tags: Optional[GetSqlWarehouseTags] = None,
opts: Optional[InvokeOptions] = None) -> GetSqlWarehouseResult
def get_sql_warehouse_output(auto_stop_mins: Optional[pulumi.Input[int]] = None,
channel: Optional[pulumi.Input[GetSqlWarehouseChannelArgs]] = None,
cluster_size: Optional[pulumi.Input[str]] = None,
data_source_id: Optional[pulumi.Input[str]] = None,
enable_photon: Optional[pulumi.Input[bool]] = None,
enable_serverless_compute: Optional[pulumi.Input[bool]] = None,
id: Optional[pulumi.Input[str]] = None,
instance_profile_arn: Optional[pulumi.Input[str]] = None,
jdbc_url: Optional[pulumi.Input[str]] = None,
max_num_clusters: Optional[pulumi.Input[int]] = None,
min_num_clusters: Optional[pulumi.Input[int]] = None,
name: Optional[pulumi.Input[str]] = None,
num_clusters: Optional[pulumi.Input[int]] = None,
odbc_params: Optional[pulumi.Input[GetSqlWarehouseOdbcParamsArgs]] = None,
spot_instance_policy: Optional[pulumi.Input[str]] = None,
state: Optional[pulumi.Input[str]] = None,
tags: Optional[pulumi.Input[GetSqlWarehouseTagsArgs]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetSqlWarehouseResult]
func GetSqlWarehouse(ctx *Context, args *GetSqlWarehouseArgs, opts ...InvokeOption) (*GetSqlWarehouseResult, error)
func GetSqlWarehouseOutput(ctx *Context, args *GetSqlWarehouseOutputArgs, opts ...InvokeOption) GetSqlWarehouseResultOutput
> Note: This function is named GetSqlWarehouse
in the Go SDK.
public static class GetSqlWarehouse
{
public static Task<GetSqlWarehouseResult> InvokeAsync(GetSqlWarehouseArgs args, InvokeOptions? opts = null)
public static Output<GetSqlWarehouseResult> Invoke(GetSqlWarehouseInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetSqlWarehouseResult> getSqlWarehouse(GetSqlWarehouseArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: databricks:index/getSqlWarehouse:getSqlWarehouse
arguments:
# arguments dictionary
The following arguments are supported:
- Id string
The ID of the SQL warehouse
- Auto
Stop intMins Time in minutes until an idle SQL warehouse terminates all clusters and stops.
- Channel
Get
Sql Warehouse Channel block, consisting of following fields:
- Cluster
Size string The size of the clusters allocated to the warehouse: "2X-Small", "X-Small", "Small", "Medium", "Large", "X-Large", "2X-Large", "3X-Large", "4X-Large".
- Data
Source stringId ID of the data source for this warehouse. This is used to bind an Databricks SQL query to an warehouse.
- Enable
Photon bool Whether to enable Photon.
- Enable
Serverless boolCompute Whether this SQL warehouse is a serverless SQL warehouse. If this value is
true
,warehouse_type
must bePRO
.- Instance
Profile stringArn - Jdbc
Url string JDBC connection string.
- Max
Num intClusters Maximum number of clusters available when a SQL warehouse is running.
- Min
Num intClusters Minimum number of clusters available when a SQL warehouse is running.
- Name string
Name of the Databricks SQL release channel. Possible values are:
CHANNEL_NAME_PREVIEW
andCHANNEL_NAME_CURRENT
. Default isCHANNEL_NAME_CURRENT
.- Num
Clusters int - Odbc
Params GetSql Warehouse Odbc Params ODBC connection params:
odbc_params.hostname
,odbc_params.path
,odbc_params.protocol
, andodbc_params.port
.- Spot
Instance stringPolicy The spot policy to use for allocating instances to clusters:
COST_OPTIMIZED
orRELIABILITY_OPTIMIZED
.- State string
- Get
Sql Warehouse Tags Databricks tags all warehouse resources with these tags.
- Id string
The ID of the SQL warehouse
- Auto
Stop intMins Time in minutes until an idle SQL warehouse terminates all clusters and stops.
- Channel
Get
Sql Warehouse Channel block, consisting of following fields:
- Cluster
Size string The size of the clusters allocated to the warehouse: "2X-Small", "X-Small", "Small", "Medium", "Large", "X-Large", "2X-Large", "3X-Large", "4X-Large".
- Data
Source stringId ID of the data source for this warehouse. This is used to bind an Databricks SQL query to an warehouse.
- Enable
Photon bool Whether to enable Photon.
- Enable
Serverless boolCompute Whether this SQL warehouse is a serverless SQL warehouse. If this value is
true
,warehouse_type
must bePRO
.- Instance
Profile stringArn - Jdbc
Url string JDBC connection string.
- Max
Num intClusters Maximum number of clusters available when a SQL warehouse is running.
- Min
Num intClusters Minimum number of clusters available when a SQL warehouse is running.
- Name string
Name of the Databricks SQL release channel. Possible values are:
CHANNEL_NAME_PREVIEW
andCHANNEL_NAME_CURRENT
. Default isCHANNEL_NAME_CURRENT
.- Num
Clusters int - Odbc
Params GetSql Warehouse Odbc Params ODBC connection params:
odbc_params.hostname
,odbc_params.path
,odbc_params.protocol
, andodbc_params.port
.- Spot
Instance stringPolicy The spot policy to use for allocating instances to clusters:
COST_OPTIMIZED
orRELIABILITY_OPTIMIZED
.- State string
- Get
Sql Warehouse Tags Databricks tags all warehouse resources with these tags.
- id String
The ID of the SQL warehouse
- auto
Stop IntegerMins Time in minutes until an idle SQL warehouse terminates all clusters and stops.
- channel
Get
Sql Warehouse Channel block, consisting of following fields:
- cluster
Size String The size of the clusters allocated to the warehouse: "2X-Small", "X-Small", "Small", "Medium", "Large", "X-Large", "2X-Large", "3X-Large", "4X-Large".
- data
Source StringId ID of the data source for this warehouse. This is used to bind an Databricks SQL query to an warehouse.
- enable
Photon Boolean Whether to enable Photon.
- enable
Serverless BooleanCompute Whether this SQL warehouse is a serverless SQL warehouse. If this value is
true
,warehouse_type
must bePRO
.- instance
Profile StringArn - jdbc
Url String JDBC connection string.
- max
Num IntegerClusters Maximum number of clusters available when a SQL warehouse is running.
- min
Num IntegerClusters Minimum number of clusters available when a SQL warehouse is running.
- name String
Name of the Databricks SQL release channel. Possible values are:
CHANNEL_NAME_PREVIEW
andCHANNEL_NAME_CURRENT
. Default isCHANNEL_NAME_CURRENT
.- num
Clusters Integer - odbc
Params GetSql Warehouse Odbc Params ODBC connection params:
odbc_params.hostname
,odbc_params.path
,odbc_params.protocol
, andodbc_params.port
.- spot
Instance StringPolicy The spot policy to use for allocating instances to clusters:
COST_OPTIMIZED
orRELIABILITY_OPTIMIZED
.- state String
- Get
Sql Warehouse Tags Databricks tags all warehouse resources with these tags.
- id string
The ID of the SQL warehouse
- auto
Stop numberMins Time in minutes until an idle SQL warehouse terminates all clusters and stops.
- channel
Get
Sql Warehouse Channel block, consisting of following fields:
- cluster
Size string The size of the clusters allocated to the warehouse: "2X-Small", "X-Small", "Small", "Medium", "Large", "X-Large", "2X-Large", "3X-Large", "4X-Large".
- data
Source stringId ID of the data source for this warehouse. This is used to bind an Databricks SQL query to an warehouse.
- enable
Photon boolean Whether to enable Photon.
- enable
Serverless booleanCompute Whether this SQL warehouse is a serverless SQL warehouse. If this value is
true
,warehouse_type
must bePRO
.- instance
Profile stringArn - jdbc
Url string JDBC connection string.
- max
Num numberClusters Maximum number of clusters available when a SQL warehouse is running.
- min
Num numberClusters Minimum number of clusters available when a SQL warehouse is running.
- name string
Name of the Databricks SQL release channel. Possible values are:
CHANNEL_NAME_PREVIEW
andCHANNEL_NAME_CURRENT
. Default isCHANNEL_NAME_CURRENT
.- num
Clusters number - odbc
Params GetSql Warehouse Odbc Params ODBC connection params:
odbc_params.hostname
,odbc_params.path
,odbc_params.protocol
, andodbc_params.port
.- spot
Instance stringPolicy The spot policy to use for allocating instances to clusters:
COST_OPTIMIZED
orRELIABILITY_OPTIMIZED
.- state string
- Get
Sql Warehouse Tags Databricks tags all warehouse resources with these tags.
- id str
The ID of the SQL warehouse
- auto_
stop_ intmins Time in minutes until an idle SQL warehouse terminates all clusters and stops.
- channel
Get
Sql Warehouse Channel block, consisting of following fields:
- cluster_
size str The size of the clusters allocated to the warehouse: "2X-Small", "X-Small", "Small", "Medium", "Large", "X-Large", "2X-Large", "3X-Large", "4X-Large".
- data_
source_ strid ID of the data source for this warehouse. This is used to bind an Databricks SQL query to an warehouse.
- enable_
photon bool Whether to enable Photon.
- enable_
serverless_ boolcompute Whether this SQL warehouse is a serverless SQL warehouse. If this value is
true
,warehouse_type
must bePRO
.- instance_
profile_ strarn - jdbc_
url str JDBC connection string.
- max_
num_ intclusters Maximum number of clusters available when a SQL warehouse is running.
- min_
num_ intclusters Minimum number of clusters available when a SQL warehouse is running.
- name str
Name of the Databricks SQL release channel. Possible values are:
CHANNEL_NAME_PREVIEW
andCHANNEL_NAME_CURRENT
. Default isCHANNEL_NAME_CURRENT
.- num_
clusters int - odbc_
params GetSql Warehouse Odbc Params ODBC connection params:
odbc_params.hostname
,odbc_params.path
,odbc_params.protocol
, andodbc_params.port
.- spot_
instance_ strpolicy The spot policy to use for allocating instances to clusters:
COST_OPTIMIZED
orRELIABILITY_OPTIMIZED
.- state str
- Get
Sql Warehouse Tags Databricks tags all warehouse resources with these tags.
- id String
The ID of the SQL warehouse
- auto
Stop NumberMins Time in minutes until an idle SQL warehouse terminates all clusters and stops.
- channel Property Map
block, consisting of following fields:
- cluster
Size String The size of the clusters allocated to the warehouse: "2X-Small", "X-Small", "Small", "Medium", "Large", "X-Large", "2X-Large", "3X-Large", "4X-Large".
- data
Source StringId ID of the data source for this warehouse. This is used to bind an Databricks SQL query to an warehouse.
- enable
Photon Boolean Whether to enable Photon.
- enable
Serverless BooleanCompute Whether this SQL warehouse is a serverless SQL warehouse. If this value is
true
,warehouse_type
must bePRO
.- instance
Profile StringArn - jdbc
Url String JDBC connection string.
- max
Num NumberClusters Maximum number of clusters available when a SQL warehouse is running.
- min
Num NumberClusters Minimum number of clusters available when a SQL warehouse is running.
- name String
Name of the Databricks SQL release channel. Possible values are:
CHANNEL_NAME_PREVIEW
andCHANNEL_NAME_CURRENT
. Default isCHANNEL_NAME_CURRENT
.- num
Clusters Number - odbc
Params Property Map ODBC connection params:
odbc_params.hostname
,odbc_params.path
,odbc_params.protocol
, andodbc_params.port
.- spot
Instance StringPolicy The spot policy to use for allocating instances to clusters:
COST_OPTIMIZED
orRELIABILITY_OPTIMIZED
.- state String
- Property Map
Databricks tags all warehouse resources with these tags.
getSqlWarehouse Result
The following output properties are available:
- Auto
Stop intMins Time in minutes until an idle SQL warehouse terminates all clusters and stops.
- Channel
Get
Sql Warehouse Channel block, consisting of following fields:
- Cluster
Size string The size of the clusters allocated to the warehouse: "2X-Small", "X-Small", "Small", "Medium", "Large", "X-Large", "2X-Large", "3X-Large", "4X-Large".
- Data
Source stringId ID of the data source for this warehouse. This is used to bind an Databricks SQL query to an warehouse.
- Enable
Photon bool Whether to enable Photon.
- Enable
Serverless boolCompute Whether this SQL warehouse is a serverless SQL warehouse. If this value is
true
,warehouse_type
must bePRO
.- Id string
- Instance
Profile stringArn - Jdbc
Url string JDBC connection string.
- Max
Num intClusters Maximum number of clusters available when a SQL warehouse is running.
- Min
Num intClusters Minimum number of clusters available when a SQL warehouse is running.
- Name string
Name of the Databricks SQL release channel. Possible values are:
CHANNEL_NAME_PREVIEW
andCHANNEL_NAME_CURRENT
. Default isCHANNEL_NAME_CURRENT
.- Num
Clusters int - Odbc
Params GetSql Warehouse Odbc Params ODBC connection params:
odbc_params.hostname
,odbc_params.path
,odbc_params.protocol
, andodbc_params.port
.- Spot
Instance stringPolicy The spot policy to use for allocating instances to clusters:
COST_OPTIMIZED
orRELIABILITY_OPTIMIZED
.- State string
- Get
Sql Warehouse Tags Databricks tags all warehouse resources with these tags.
- Auto
Stop intMins Time in minutes until an idle SQL warehouse terminates all clusters and stops.
- Channel
Get
Sql Warehouse Channel block, consisting of following fields:
- Cluster
Size string The size of the clusters allocated to the warehouse: "2X-Small", "X-Small", "Small", "Medium", "Large", "X-Large", "2X-Large", "3X-Large", "4X-Large".
- Data
Source stringId ID of the data source for this warehouse. This is used to bind an Databricks SQL query to an warehouse.
- Enable
Photon bool Whether to enable Photon.
- Enable
Serverless boolCompute Whether this SQL warehouse is a serverless SQL warehouse. If this value is
true
,warehouse_type
must bePRO
.- Id string
- Instance
Profile stringArn - Jdbc
Url string JDBC connection string.
- Max
Num intClusters Maximum number of clusters available when a SQL warehouse is running.
- Min
Num intClusters Minimum number of clusters available when a SQL warehouse is running.
- Name string
Name of the Databricks SQL release channel. Possible values are:
CHANNEL_NAME_PREVIEW
andCHANNEL_NAME_CURRENT
. Default isCHANNEL_NAME_CURRENT
.- Num
Clusters int - Odbc
Params GetSql Warehouse Odbc Params ODBC connection params:
odbc_params.hostname
,odbc_params.path
,odbc_params.protocol
, andodbc_params.port
.- Spot
Instance stringPolicy The spot policy to use for allocating instances to clusters:
COST_OPTIMIZED
orRELIABILITY_OPTIMIZED
.- State string
- Get
Sql Warehouse Tags Databricks tags all warehouse resources with these tags.
- auto
Stop IntegerMins Time in minutes until an idle SQL warehouse terminates all clusters and stops.
- channel
Get
Sql Warehouse Channel block, consisting of following fields:
- cluster
Size String The size of the clusters allocated to the warehouse: "2X-Small", "X-Small", "Small", "Medium", "Large", "X-Large", "2X-Large", "3X-Large", "4X-Large".
- data
Source StringId ID of the data source for this warehouse. This is used to bind an Databricks SQL query to an warehouse.
- enable
Photon Boolean Whether to enable Photon.
- enable
Serverless BooleanCompute Whether this SQL warehouse is a serverless SQL warehouse. If this value is
true
,warehouse_type
must bePRO
.- id String
- instance
Profile StringArn - jdbc
Url String JDBC connection string.
- max
Num IntegerClusters Maximum number of clusters available when a SQL warehouse is running.
- min
Num IntegerClusters Minimum number of clusters available when a SQL warehouse is running.
- name String
Name of the Databricks SQL release channel. Possible values are:
CHANNEL_NAME_PREVIEW
andCHANNEL_NAME_CURRENT
. Default isCHANNEL_NAME_CURRENT
.- num
Clusters Integer - odbc
Params GetSql Warehouse Odbc Params ODBC connection params:
odbc_params.hostname
,odbc_params.path
,odbc_params.protocol
, andodbc_params.port
.- spot
Instance StringPolicy The spot policy to use for allocating instances to clusters:
COST_OPTIMIZED
orRELIABILITY_OPTIMIZED
.- state String
- Get
Sql Warehouse Tags Databricks tags all warehouse resources with these tags.
- auto
Stop numberMins Time in minutes until an idle SQL warehouse terminates all clusters and stops.
- channel
Get
Sql Warehouse Channel block, consisting of following fields:
- cluster
Size string The size of the clusters allocated to the warehouse: "2X-Small", "X-Small", "Small", "Medium", "Large", "X-Large", "2X-Large", "3X-Large", "4X-Large".
- data
Source stringId ID of the data source for this warehouse. This is used to bind an Databricks SQL query to an warehouse.
- enable
Photon boolean Whether to enable Photon.
- enable
Serverless booleanCompute Whether this SQL warehouse is a serverless SQL warehouse. If this value is
true
,warehouse_type
must bePRO
.- id string
- instance
Profile stringArn - jdbc
Url string JDBC connection string.
- max
Num numberClusters Maximum number of clusters available when a SQL warehouse is running.
- min
Num numberClusters Minimum number of clusters available when a SQL warehouse is running.
- name string
Name of the Databricks SQL release channel. Possible values are:
CHANNEL_NAME_PREVIEW
andCHANNEL_NAME_CURRENT
. Default isCHANNEL_NAME_CURRENT
.- num
Clusters number - odbc
Params GetSql Warehouse Odbc Params ODBC connection params:
odbc_params.hostname
,odbc_params.path
,odbc_params.protocol
, andodbc_params.port
.- spot
Instance stringPolicy The spot policy to use for allocating instances to clusters:
COST_OPTIMIZED
orRELIABILITY_OPTIMIZED
.- state string
- Get
Sql Warehouse Tags Databricks tags all warehouse resources with these tags.
- auto_
stop_ intmins Time in minutes until an idle SQL warehouse terminates all clusters and stops.
- channel
Get
Sql Warehouse Channel block, consisting of following fields:
- cluster_
size str The size of the clusters allocated to the warehouse: "2X-Small", "X-Small", "Small", "Medium", "Large", "X-Large", "2X-Large", "3X-Large", "4X-Large".
- data_
source_ strid ID of the data source for this warehouse. This is used to bind an Databricks SQL query to an warehouse.
- enable_
photon bool Whether to enable Photon.
- enable_
serverless_ boolcompute Whether this SQL warehouse is a serverless SQL warehouse. If this value is
true
,warehouse_type
must bePRO
.- id str
- instance_
profile_ strarn - jdbc_
url str JDBC connection string.
- max_
num_ intclusters Maximum number of clusters available when a SQL warehouse is running.
- min_
num_ intclusters Minimum number of clusters available when a SQL warehouse is running.
- name str
Name of the Databricks SQL release channel. Possible values are:
CHANNEL_NAME_PREVIEW
andCHANNEL_NAME_CURRENT
. Default isCHANNEL_NAME_CURRENT
.- num_
clusters int - odbc_
params GetSql Warehouse Odbc Params ODBC connection params:
odbc_params.hostname
,odbc_params.path
,odbc_params.protocol
, andodbc_params.port
.- spot_
instance_ strpolicy The spot policy to use for allocating instances to clusters:
COST_OPTIMIZED
orRELIABILITY_OPTIMIZED
.- state str
- Get
Sql Warehouse Tags Databricks tags all warehouse resources with these tags.
- auto
Stop NumberMins Time in minutes until an idle SQL warehouse terminates all clusters and stops.
- channel Property Map
block, consisting of following fields:
- cluster
Size String The size of the clusters allocated to the warehouse: "2X-Small", "X-Small", "Small", "Medium", "Large", "X-Large", "2X-Large", "3X-Large", "4X-Large".
- data
Source StringId ID of the data source for this warehouse. This is used to bind an Databricks SQL query to an warehouse.
- enable
Photon Boolean Whether to enable Photon.
- enable
Serverless BooleanCompute Whether this SQL warehouse is a serverless SQL warehouse. If this value is
true
,warehouse_type
must bePRO
.- id String
- instance
Profile StringArn - jdbc
Url String JDBC connection string.
- max
Num NumberClusters Maximum number of clusters available when a SQL warehouse is running.
- min
Num NumberClusters Minimum number of clusters available when a SQL warehouse is running.
- name String
Name of the Databricks SQL release channel. Possible values are:
CHANNEL_NAME_PREVIEW
andCHANNEL_NAME_CURRENT
. Default isCHANNEL_NAME_CURRENT
.- num
Clusters Number - odbc
Params Property Map ODBC connection params:
odbc_params.hostname
,odbc_params.path
,odbc_params.protocol
, andodbc_params.port
.- spot
Instance StringPolicy The spot policy to use for allocating instances to clusters:
COST_OPTIMIZED
orRELIABILITY_OPTIMIZED
.- state String
- Property Map
Databricks tags all warehouse resources with these tags.
Supporting Types
GetSqlWarehouseChannel
- Name string
Name of the Databricks SQL release channel. Possible values are:
CHANNEL_NAME_PREVIEW
andCHANNEL_NAME_CURRENT
. Default isCHANNEL_NAME_CURRENT
.
- Name string
Name of the Databricks SQL release channel. Possible values are:
CHANNEL_NAME_PREVIEW
andCHANNEL_NAME_CURRENT
. Default isCHANNEL_NAME_CURRENT
.
- name String
Name of the Databricks SQL release channel. Possible values are:
CHANNEL_NAME_PREVIEW
andCHANNEL_NAME_CURRENT
. Default isCHANNEL_NAME_CURRENT
.
- name string
Name of the Databricks SQL release channel. Possible values are:
CHANNEL_NAME_PREVIEW
andCHANNEL_NAME_CURRENT
. Default isCHANNEL_NAME_CURRENT
.
- name str
Name of the Databricks SQL release channel. Possible values are:
CHANNEL_NAME_PREVIEW
andCHANNEL_NAME_CURRENT
. Default isCHANNEL_NAME_CURRENT
.
- name String
Name of the Databricks SQL release channel. Possible values are:
CHANNEL_NAME_PREVIEW
andCHANNEL_NAME_CURRENT
. Default isCHANNEL_NAME_CURRENT
.
GetSqlWarehouseOdbcParams
GetSqlWarehouseTags
GetSqlWarehouseTagsCustomTag
Package Details
- Repository
- databricks pulumi/pulumi-databricks
- License
- Apache-2.0
- Notes
This Pulumi package is based on the
databricks
Terraform Provider.