-
### Version
I'm using 4.5.11 of the vertx-openapi library, which off course transitively depends on vertx-json-schema.
### Context
I have openapi files that have $refs to separate json schema…
-
should help to get a better idea of how our data will be organized.
https://app.quickdatabasediagrams.com/#/schema/83pch7i6B0KL8Z3mlDlCxQ
-
### Report hasn't been filed before.
- [X] I have verified that the bug I'm about to report hasn't been filed before.
### What version of `drizzle-orm` are you using?
0.36.4
### What versi…
-
## Description:
This bug is similar as the https://github.com/NVIDIA/spark-rapids/issues/11619
contacts parquet is defined as following and has saved here: [contacts.zip](https://github.com/user-attac…
-
In one of the recent WP5 Meetings, ELIXIR LU presented their Datacatalog solution to collect data and study metadata https://datacatalog.elixir-luxembourg.org/
With some extensions, this could serve …
-
When providing `openapi_first` a spec containing a schema like
```yaml
components:
schemas:
MySelfRef:
type: object
properties:
foo:
type: string
…
-
Hello,
we would like to separate field details in model.fields and reference it to the "definition" section like this:
```
models:
public_address:
type: table
description: my table…
-
First off, this is a nice idea and I'm interested to see where it goes :)
We have been looking at whether we could support this standard with "effect/Schema", but there are some lacking features.
…
-
### Description
Right now, schema evolution (here changing of field type) is not really handled by polars.
```python
import polars as pl
myfile = 'partition_test'
df = pl.DataFrame({'id': [1000…
-
Create database schema and apply it to backend with Django. Schema should be implemented in python ORM classes.