databricks-cli/libs/template/templates/dbt-sql
Lennart Kats (databricks) aa36aee159
Make dbt-sql and default-sql templates public (#1463)
## Changes

This makes the dbt-sql and default-sql templates public.

These templates were previously not listed and marked "experimental"
since structured streaming tables were still in gated preview and would
result in weird error messages when a workspace wasn't enabled for the
preview.

This PR also incorporates some of the feedback and learnings for these
templates so far.
2024-06-04 08:57:13 +00:00
..
library Add an experimental dbt-sql template (#1059) 2024-02-19 09:15:17 +00:00
template Make dbt-sql and default-sql templates public (#1463) 2024-06-04 08:57:13 +00:00
README.md Add an experimental dbt-sql template (#1059) 2024-02-19 09:15:17 +00:00
databricks_template_schema.json Make dbt-sql and default-sql templates public (#1463) 2024-06-04 08:57:13 +00:00

README.md

dbt template

This folder provides a template for using dbt-core with Databricks Asset Bundles. It leverages dbt-core for local development and relies on Databricks Asset Bundles for deployment (either manually or with CI/CD). In production, dbt is executed using Databricks Workflows.