-
1. create materialized view
CREATE MATERIALIZED VIEW `mv_hive_order` (`dt`, `product_id`, `gmv`)
PARTITION BY (str2date(`dt`, '%Y-%m-%d'))
DISTRIBUTED BY HASH(`product_id`)
REFRESH MANUAL
PROPE…
-
As [commented in the core MV thread](https://github.com/dbt-labs/dbt-core/issues/6911#issuecomment-1503925035), BigQuery is adding support for [non-incremental MVs](https://cloud.google.com/bigquery/d…
Fleid updated
1 month ago
-
### Is this a new bug in dbt-bigquery?
- [X] I believe this is a new bug in dbt-bigquery
- [X] I have searched the existing issues, and I could not find an existing issue for this bug
### Current Be…
-
Since this isnt using materialized views I need to scheduled copy its views into physical tables in order to use bigquery bi engine with it in google data studio. if it was using mat views data studi…
-
`attach materialized view` were supposed to change a select query in MatView.
But it's broken a long time ago.
Database Ordinary is broken since 24.7.1 https://fiddle.clickhouse.com/2c29976a-f2a…
-
**Is your feature request related to a problem? Please describe.**
I can't find a button to refresh materialized view in postgresql database. The context menu contains a "refresh" button but that doe…
-
Hi, is there a way to create materialized views using cassanknex? I didn't find anything mentioning them in the docs.
-
We're refactoring our monitoring dashboards to use the materialized views created in https://github.com/CodyAustinDavis/dbsql_sme/blob/main/Observability%20Dashboards%20and%20DBA%20Resources/Observabi…
-
A user is integrating NB into their workflow for deploying new workloads. They want to use cqlgen. In order for it to work on their schema, materialized view needs to be parseable by the grammar.
-
**Company or project name**
ClickHouse, Inc.
**Use case**
Materialized View refreshes are done via queries which are logged down to the `system.query_log`. For now they are executed in the g…