-
Hello,
Does the library support creating materialized views on Kudu.
Thanks
-
For glue type data source, Current create MV logic doesn't validate the existence of Database nor Table of glue data catalog.
```
CREATE MATERIALIZED VIEW dummyDatasource.dummyDB.dummyTable.dummyM…
-
### Is this a new bug?
- [X] I believe this is a new bug
- [X] I have searched the existing issues, and I could not find an existing issue for this bug
### Current Behavior
As of dbt v1.8.1,…
-
### Description
TL;DR: We might want to build something similar to Materialized Views in ES|QL. This can have multiple benefits:
- encapsulate complex queries to be easily reused
- pre-calculate…
-
For the benefit of new developers that want to enter the materialized view subsystem, we should have a **full**, **detailed** and **up-to-date** document which describes the design and implementation …
-
**Is your feature request related to a problem?**
Skipping index incremental refresh makes use of unique file path to generate OpenSearch doc id for idempotency. Covering index and materialized vie…
-
We can decouple rw_ddl_progress from meta’s materialized view progress tracker, and maintain it adhoc:
1. Make internal backfill state tables visible. They contain the backfilled row_count, and wheth…
-
## Problem Statement
We have an application with a dashboard component and an ingestion layer.
- The dashboard is frequently accessed and needs to be responsive (Ideally
-
1. Which driver are you using and version of it (Ex: PostgreSQL 10.0):
PostgreSQL 11
2. Which TablePlus build number are you using (the number on the welcome screen, Ex: build 81):
256
3. The …
-
I am having trouble using the current version of the SQLProvider from github with a PostgreSQL database that uses materialized views. Tables and normal views show up fine, but the materialized views …