Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: allow partition/cluster config on bigquery mvs #28

Closed
Tracked by #47
makermary opened this issue Apr 27, 2022 · 1 comment
Closed
Tracked by #47

Feature: allow partition/cluster config on bigquery mvs #28

makermary opened this issue Apr 27, 2022 · 1 comment

Comments

@makermary
Copy link
Contributor

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!

@dataders
Copy link

dataders commented Jun 4, 2024

partition and cluster configs are supported in the official implementation of Big Query materialized views -- see dbt docs: Big Query configurations: materialized views

Materialized Views have been supported in dbt since dbt-core 1.7 (November 2023). See dbt docs: materialized views for more information.

The version of materialized views in this experimental repo is is long-overdue for official deprecation -- it has not been meaningfully maintained or improved for over three years (see #11).

If you haven't already, you should try out the official implementation! Should you encounter an issue, you can then open bug or enhancement ticket on either dbt-core or the dbt-bigquery for your current data platform.

@dataders dataders closed this as completed Jun 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants