-
**Bug description**
The ordering of data types within SchemaModel seems to have an impact of the output. This does not make sense to me. I am using `.example(0)` quite often to generate valid DataFra…
-
### What's not working?
When running api unit tests the code below is deleting data from models (which is correct) but also from views (which is incorrect)
```
// line 141+ in node_modules/@redwo…
-
I have DataframeSchema objects for a set of related functions with commonly the same column types, which I find convenient to create, because I can define common Column types in a library and simply r…
blais updated
2 years ago
-
**Is your feature request related to a problem? Please describe.**
I often want to compose SchemaModels from multiple other schema models. However, I always get it wrong, as it's slightly unintuitive…
-
This can be reproduced as follows.
- Build the Dacpac project.
- Replace the one in AgileSqlClub.SqlPackageFilter.IntegrationTests with the newly built one (the one currently there is missing the …
-
-
**Is your feature request related to a problem? Please describe.**
When the pipeline involves more than one dataframe library, I couldn't found any methods to use the same SchemaModel definition for …
-
When I run the example below it seems like generating dataframes with `Schema.strategy` is much slower than first building `lists`, then create a pandas dataframe and finally validate it with the sche…
-
**Describe the bug**
If multiple columns have different values for `default`, which was recently added, `validate` does not
use the correct value for each column. Instead, it appears to use the valu…
-
## Intro
Often times, developers generate documentations and specifications from a machine-readable format. Much less often we can see an executable artifact generated from a human-readable text. Thi…