-
**Company or project name**
Clickouse employee :smile:
**Describe the unexpected behaviour**
A materialized view with a view doing `SELECT * FROM table` in a left join gives different result…
-
I propose adding another method which will wipe (depopulate) materialized views.
### Rationale
It's needed in tests. Without wiping materialized views, at least in PostgreSQL, data these views a…
-
**Company or project name**
7TV
**Describe the unexpected behaviour**
Using the materialized view (auto refresh) with recursive CTE queries.
I know its an uncommon use case however our id…
-
We have available and planned changes for materialized view improvement and are going to port some changes below that are meaningful to Trino open source.
### Available changes
- [ ] Trigger an in…
-
(you don't have to strictly follow this form)
**Company or project name**
ClickHouse
**Describe the unexpected behaviour**
It's impossible to create a mat view like this
```sql
CREATE M…
-
**Affected module**
Lineage view for Clickhouse
**Describe the bug**
No relations for clickhouse views (and materialized views) in lineage
**To Reproduce**
1) Ingest metadata from clickhouse.…
-
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…
-
### Materialized view with the package
How do I run this materialized view with the package?
- It works
```
$conn = oci_pconnect("user", "pass", "127.0.0.1/XE");
$sql = oci_parse($conn, "BEGI…
-
## Brief Abstract
Materialized view is a table where each row contains _all_ information about node, including information from the following tables: nodes, aliases, citations, refs, tags and links…
-
### 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…