databrickslabs / dbx

🧱 Databricks CLI eXtensions - aka dbx is a CLI tool for development and advanced Databricks workflows management.

Home Page:https://dbx.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is it possible to create a SQL warehouse using dbx for a sql_task

praj-ias opened this issue · comments

I saw that it is possible to use jobs api to schedule a sql task -

https://dbx.readthedocs.io/en/latest/reference/deployment/?h=query#configuring-complex-deployments

Similar to creating ephemeral job clusters, is it possible to create warehouses too as part of a sql task using dbx?

hi @praj-ias ,
creation of SQL warehouses is outside of dbx scope (as per definition, it's a tool for "advanced Databricks workflows management.").
please use terraform provider or the main CLI itself to create a warehouse.