alan-turing-institute / sqlsynthgen

Synthetic data for SQL databases
MIT License
11 stars 1 forks source link

Add SQLGroupByProvider and NullProvider #158

Closed mhauru closed 1 year ago

mhauru commented 1 year ago

Also some documentation changes, restructuring the OMOP example config a bit, and upgrading some dependencies.

I've worked around the pre-commit failure (which now started happening locally as well, for whatever reason) in a displeasing but not horrendous manner, by duplicating some type definitions between the row and story generator files in examples.

Closes #153