databrickslabs/dbx

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

praj-ias opened this issue · 1 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.