-
- unified mapping from chain types to db types
- define a proper db schema (consider pk/fk/idx)
- reduce the use of jsonb objects
- db should return its own types (models)
- https://github…
-
**Describe the bug**
A user without SQL permissions gets a `missing-required-permissions` error when drilling down in a question that was built using a table joined with a saved SQL question (sad sce…
-
cc @tpluscode @amivanoff
https://www.npmjs.com/search?q=shacl has a lot of useful tools.
Below is a rough list, but we need to find the git repos, and add all attributes needed by "awesome.
Add ca…
-
Creating a question where we are selecting at least two fields with the same field_ref from a nested question (excluding the :join-alias option) results in an error when we run the query: `Distinct, n…
-
```
> Task :common:kspDevDebugKotlin FAILED
e: [ksp] java.lang.IllegalArgumentException: List has more than one element.
at kotlin.collections.CollectionsKt___CollectionsKt.single(_Collecti…
-
### Describe the bug
We are visualizing data in aggregate tables in MongoDB. Using fields that are nested within _id results in a path collision error.
For example:
`Command failed with error 3…
-
**Describe the bug**
For example, a table `user` with single column `id`, this SQL is not supported by hive:
```SQL
SELECT `t1`.`id` AS `id` FROM `user` `t1` ORDER BY `t1`.`id` ASC;
```
Hive …
-
## What/Why
### What are you proposing?
As a user I would like to have access to more documentation and examples of neural search components, like neural/hybrid queries and different processor types…
-
### Is your feature request related to a problem? Please describe
A common use case in semantic search is chunking of large (unstructured) documents where documents get broken into smaller chunks and…
-
**Describe the bug**
If you have just reset the connection pool, then Metabase will report 0/0 connections although it's connected and doing queries to the DW.
Also, when connections get killed in…