-
Because [CRDs cannot handle recursive types natively](https://kubernetes.io/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definitions/#validation), we do not currently support recursiv…
-
### ***User Story:***
- ***As a*** Developer
- ***I want to*** create an Attendance model so that I can track family session attendance.
- ***Role*** Developer
- ***What if*** Attendance records a…
-
Hi,
Our OpenAPI spec (3.1.0) contains a circular reference that looks like:
```yml
openapi: 3.1.0
components:
schemas:
AnyValue:
description: "AnyValue is used to represent any …
-
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.**
Currently, to deserialize a StructArray from JSON, you need to use a JSON Object. E.g., de…
-
```python
import marshmallow
import marshmallow_union
class ASchema(marshmallow.Schema):
a = marshmallow.fields.Str()
class BSchema(marshmallow.Schema):
b = marshmallow.fields.St…
-
### Initial Checks
- [X] I confirm that I'm using Pydantic V2
### Description
I encountered an extremely weird issue when using `use_enum_values` in a pydantic model. It works as expected in …
-
### **Objective:**
The purpose of this credential schema is to define the fields required to identify an individual at a basic level for KYC purposes.
The schema integrates fields from various s…
-
### What happened?
If schema of `RecordBatchReader` doesn't match the actual batch columns - adbc driver crashes.
It's also pretty hard to debug why, because the only lead is "double free or corrupt…
-
**What is the bug?**
When a query contains [nested collection](https://opensearch.org/docs/latest/search-plugins/sql/sql/partiql/) (self join) it returns different data and datatype, compared to a "s…
-
**Describe the bug**
I encountered a validation error when trying to upsert a dataset using the DataHub CLI. The error occurs while running the ```datahub dataset upsert -f dataset.yaml``` command. …