-
## Problem
It is currently not possible to create records that have Many-to-Many Relations using Prisma Studio and MongoDB. This means that it is not possible in Prisma Data Platform either.
## Su…
-
Hi @shuklak13, following up on our call last year :)
What would be the best way for us to manage our own schema that is built on Google's model card toolkit? As you know, we currently manage our ow…
-
I'd like to have a single prisma schema that can be used with the inside `setTablesSchema()`.
An example `schema.primsa` file:
```
// This is your Prisma schema file,
// learn more about it in…
-
I have the following avro schema. This bascially consists of a record with 1 field. This field consists of a union of a string and two enums.
`
{"namespace": "example.avro",
"type": "record",
…
-
Currently, `Table.cast` requires a new schema with exactly the same names and same order of those names (it simply does a `self.schema.names != target_schema.names: raise ...` check). Example:
```p…
-
## Motivation
LLM users and existing tools most commonly use the OpenAI API. TensorZero currently has an API that maps onto our internal representations, but we should also offer an OpenAI-compatib…
-
1. Each baseTheme adds another instance of the styles to the DOM; can they be consolidated? Should we create a facet that gathers the themes together?
2. Line height for selection doesn't match decor…
-
There are some Enums in the schema.min.json with no values e.g.
```
enum AchievementSets @indexing(first: 0) { _ }
```
These are different from enums that have values e.g.
```
enum ActiveS…
-
### Bug description
So I'm doing self relation with a owner of that tree data. When using it without pushing the schema, everything is fine, but when you start pushing the schema, you can't create …
-
#1 complaint from collection managers
Currently, if an institution has a large number of flagged records, they can filter to them and download them as a CSV. However, this is meaningless functional…