databricks-cli/libs/template/templates/dbt-sql
shreyas-goenka a4ba0bbe9f
Add sub-extension to resource files in built-in templates (#1777)
## Changes
We want to encourage a pattern of only specifying a single resource in a
YAML file when an `.<resource-type>.yml` (like `.job.yml`) is used. This
convention could allow us to bijectively map a resource YAML file to
it's corresponding resource in the Databricks workspace.

This PR simply makes the built-in templates compliant to this format.

## Tests
Existing tests.
2024-09-25 12:58:14 +00:00
..
library Update templates to latest LTS DBR (#1715) 2024-08-30 07:32:10 +00:00
template Add sub-extension to resource files in built-in templates (#1777) 2024-09-25 12:58:14 +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.