databricks-cli/libs/template/templates
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
..
dbt-sql Fix non-default project names not working in dbt-sql template (#1500) 2024-07-01 07:52:22 +00:00
default-python Fix DBConnect support in VS Code (#1253) 2024-03-05 14:31:27 +00:00
default-sql Use materialized views in the default-sql template (#1709) 2024-08-29 19:07:21 +00:00