databricks-cli/libs/template/templates/default-sql/template/{{.project_name}}/src
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
..
orders_daily.sql.tmpl Use materialized views in the default-sql template (#1709) 2024-08-29 19:07:21 +00:00
orders_raw.sql.tmpl Fix SQL schema selection in default-sql template (#1471) 2024-06-04 15:40:40 +00:00