get_and_start_warehouse | R Documentation |
Get and Start Warehouse
get_and_start_warehouse(
id,
polling_interval = 5,
host = db_host(),
token = db_token()
)
id |
ID of the SQL warehouse. |
polling_interval |
Number of seconds to wait between status checks |
host |
Databricks workspace URL, defaults to calling |
token |
Databricks workspace token, defaults to calling |
Get information regarding a Databricks cluster. If the cluster is inactive it will be started and wait until the cluster is active.
db_sql_warehouse_get()
db_sql_warehouse_get()
and db_sql_warehouse_start()
.
Other Warehouse API:
db_sql_global_warehouse_get()
,
db_sql_warehouse_create()
,
db_sql_warehouse_delete()
,
db_sql_warehouse_edit()
,
db_sql_warehouse_get()
,
db_sql_warehouse_list()
,
db_sql_warehouse_start()
,
db_sql_warehouse_stop()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.