-
**Is your feature request related to a problem? Please describe.**
We already have an option to run online/offline store queries remotely through feature server and offline server, respectively. This…
-
## Expected Behavior or Use Case
For batch queries, if the CTE has been previously materialized and uses static deterministic filters and functions, and the underlying data remains unchanged,…
-
This code:
let $result :=
{
"gtinList":
for $doc in json-file("LinesFile.json")
for $row in $doc
for $i in $row.items[]
return
{
"gtin" : $i.item.gtin
}
}
re…
-
### Describe the bug
Iceberg table materialization does not work
### Steps To Reproduce
```yml
config(
materialized='table',
file_format= 'iceberg'
)
```
Produces …
-
And possibly the other interceptors [introduced in EF 7](https://learn.microsoft.com/en-us/ef/core/what-is-new/ef-core-7.0/whatsnew#new-and-improved-interceptors-and-events).
roji updated
2 months ago
-
### 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…
-
### Description
I have set up a conversion from CSV files to RDF, using the latest available versions of DuckDB and its JDBC driver. Using the the ontop CLI, it does not materialize but stalls with…
-
### What's the use case?
Dagster should skip the materialization of an asset if that asset is being materialized by another process:
- from schedule
- or auto-materialize policy
- or manual run by…
-
UI portion of work for: https://github.com/estuary/flow/issues/1622
Notes:
Need to handle empty materialization endpoint configs (this should work as is)
We'll have a hard coded (I think) row in …
-
### Describe the bug
I would like to try using the materialization type of `clone` so that I can have a model that "publishes" tested data runs downstream from the actual model being tested. The clo…