Skip to content
This repository has been archived by the owner on May 4, 2023. It is now read-only.

BigQuery logical view support

Pre-release
Pre-release
Compare
Choose a tag to compare
@nickng nickng released this 11 Jun 09:01
· 16 commits to master since this release
937811e

This version adds support for views in BigQuery to ddbt.
This can be used as a materialization='view' model config, and ddbt will create (and replace) the models as views instead of tables.