databricks-cli/libs/template/templates/dbt-sql
Lennart Kats (databricks) 072fa812e2
Include a permissions section in all templates (#1713)
## Changes

This updates the templates to include a `permissions` section. Having a
permissions section is a best practice, is helpful to understand the
notion of permissions, and helps diagnose permission errors
(https://github.com/databricks/cli/pull/1386).

This is a cherry-pick from https://github.com/databricks/cli/pull/1387.

This change was verified to work both in dev and prod. Existing unit
tests validate the validity of the templates in these modes.
2024-09-03 07:51:54 +00:00
..
library Update templates to latest LTS DBR (#1715) 2024-08-30 07:32:10 +00:00
template Include a permissions section in all templates (#1713) 2024-09-03 07:51:54 +00:00
README.md Add an experimental dbt-sql template (#1059) 2024-02-19 09:15:17 +00:00
databricks_template_schema.json Copy-editing for SQL templates (#1474) 2024-06-05 11:13:32 +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.