dbt-labs-experimental-features
dbt-labs-experimental-features copied to clipboard
Feature: allow partition/cluster config on bigquery mvs
We can pass partition/cluster config fields to tables in bigquery thanks to the dbt-bigquery core codebase. We would like to be able to do the same for materialized views.
#27 adds the functionality to allow this to happen.
Thanks!