databricks-cli/libs/template/templates/default-sql
Lennart Kats (databricks) 2e000f1ebd
Use materialized views in the default-sql template (#1709)
## Changes

Materialized views now support `CREATE OR REPLACE`
([docs](https://docs.databricks.com/en/sql/language-manual/sql-ref-syntax-ddl-create-materialized-view.html))!
This makes it possible to use them with Workflows in DABs.This PR
updates the template to use a materialized view rather than a regular
view.

## Tests

Manually validated in production.
2024-08-29 19:07:21 +00:00
..
library Add an experimental default-sql template (#1051) 2024-02-19 12:01:11 +00:00
template/{{.project_name}} Use materialized views in the default-sql template (#1709) 2024-08-29 19:07:21 +00:00
README.md Add an experimental default-sql template (#1051) 2024-02-19 12:01:11 +00:00
databricks_template_schema.json Remove reference to "dbt" in the default-sql template (#1696) 2024-08-19 15:47:18 +00:00

README.md

sql template

This folder provides a template for using SQL with Databricks Asset Bundles.