-
We launched the Linked Data Event Streams (LDES) specification with a focus on making third parties replicate the full history of a dataset, and stay in-sync with it. It is available at https://w3id.o…
-
Not sure how this needs to be modeled properly, so it's predictable. Attaching a skos:broader to each dimension value probably will work, but how can a tool know that this hierarchy exists in the data…
-
### Context
- Previous version of similar proposal: https://github.com/dbt-labs/dbt-core/issues/3557
- Prompted most recently by https://github.com/dbt-labs/dbt-core/pull/5230, which adds `grants`…
-
So I am trying to run this query (follows at the end), which I split into multiple subviews to circumvent some of the current quirks of the SQL noria supports.
Its rather long, I apologize, but bec…
-
Hi,
I have a model and in the model's .sql-file I have set `{{ config(materialized='incremental') }}`.
In the `dbt_project.yml` I set a materialization under the models key for the whole project l…
-
### Is this your first time submitting a feature request?
- [X] I have read the [expectations for open source contributors](https://docs.getdbt.com/docs/contributing/oss-expectations)
- [X] I have se…
-
Inspired by https://gist.github.com/jessedobbelaere/6fdb593f9e2cc732e9f142c56c9bac87
create a new materialisation: insert_by_period.
## Requirements
* Support table_type=hive
* Support for table…
-
DO 7.0
```
\\ OK
_ = Query.All()
.Select(it => Storage.All()
.Select(e => e.NullableDateTime ?? DateTime.MinValue)
.FirstOrDefault())
.ToArray();
\\ OK
_ = Query.All()
…
-
### What type of bug is this?
Incorrect result, Unexpected error
### What subsystems and features are affected?
Continuous aggregate
### What happened?
I have a number of Continuous aggregates th…
-
Hi, @tridao . Yes, it's me again.
First, thanks for the [monarch paper](https://arxiv.org/pdf/2204.00595.pdf), it was quite a read ;)
I've been looking through the repo, but could not find the off…