-
### Describe the feature
I would like dbt-docs to display the **S3 URI** for externally materialized tables in the **"Relation"** field, similar to how relations are shown for other adapters.
…
-
**I made a issue in the dbt-docs repo, maybe its better suited here** [](https://github.com/dbt-labs/dbt-docs/issues/532)
### Describe the feature
I would like dbt-docs to display the **S3 URI…
-
* Oracle DBT version: 0.1.4
* Python version: 3.6
* Operating System: ubuntu 18
### Description
Not sure the sequence of actions, but I think I ran dbt with models materialized as table, and t…
-
I have a model connected to my materialized view:
```python
class MyMaterializedViewModel(models.Model):
class Meta:
managed = False
db_table = "app_mymaterializedview"
...
…
-
### What's the use case?
In our case, when current partition starts running, we need to check if the previous partition(s) is materilized or not. If the current status of previous partition(s) is not…
-
Currently, the iceberg connector does not support renaming materialized view across schemas (`ALTER MATERIALIZED VIEW schema1.mv RENAME TO schema2.mv`) because the storage table is not moved/renamed w…
-
Jquery can slow down the pages load.
replace matericalizecss with this will remove its need for it
https://github.com/material-components/material-components-web
-
all resulting tables should have prefix mv_ (materilized view).
mv_bioactivity - includes level 3 through 6 with one to many relationships as json
mv_bioactivity_agg - chemical level summarized bioa…
-
I have a small example repo that demonstrates a segmentation fault.
The project is using Ember 2.9 beta and glimmer 2. Also have an SVG logo component.
Not sure if either of these is the cause or som…
-
This is a stub issue to introduce `Flow.materialize` and `Flow.dematerialize` operators that would _materilize_ flow completion (both normal completion and error) and will be primarily designed to int…