-
- SqlPackage or DacFx Version: 162.2.111.2
- .NET Framework (Windows-only) or .NET Core:
- Environment (local platform and source/target platforms):
- Teamcity agent: Windows Server 2…
-
### Feature request
Just like a `pydantic_model` can be specified in the `bentoml.io.JSON` descriptor, providing an option to specify a `pandera.SchemaModel` in the `PandasDataFrame` descriptor would…
-
### What happened?
I have three databases, which I have specified separately as connections in database.php.
`php artisan model:show` specifies the database, which is the connection. This means th…
-
Hi,
I am trying to use @api.marshal_with a JSON schema but I get the following error: AttributeError: 'SchemaModel' object has no attribute 'items'
The schema is correct as it works with @api.re…
-
**Describe the bug**
The index does not have a name when created via `SchemaModel.strategy`
- [x ] I have checked that this issue has not already been reported.
- [ x] I have confirmed this bug e…
-
**Is your feature request related to a problem? Please describe.**
This is a thought that came to mind today while using pandera. Since it is possible to effectively compile a SchemaModel into a Da…
-
The `SchemaModel.validate` function returns a `DataFrameBase[T]`, which does not extend `pd.DataFrame`.
This makes type validations fail whenever a `pd.DataFrame` is expected. For example:
```py…
-
I followed the [documentation](https://flask-restx.readthedocs.io/en/latest/marshalling.html#define-model-using-json-schema) to use JSON schema as model, but I encountered the error described as belo…
-
I have a situation where almost all of the columns in my schemas are nullable, and it would be nice to set `nullable = True` as a config option instead of setting `nullable=True` for every column. For…
-
Let me first say how much I love pandera and the appreciate the effort to maintain and write such a great package!
**Is your feature request related to a problem? Please describe.**
Errors can be …
jdb78 updated
3 years ago