databricks / cli

Databricks CLI
Other
132 stars 50 forks source link

Use materialized views in the default-sql template #1709

Closed lennartkats-db closed 1 month ago

lennartkats-db commented 1 month ago

Changes

Materialized views now support CREATE OR REPLACE (docs)! 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.