Tim Fliss
Tim Fliss
**What is your feature request?** The basic Pandera generator should be expanded to support at least one level of inlined nested types. **How important is this feature to you?** Select...
**What is your feature request?** detect_cycles() in linkml_runtime.utils.schemaview performs the search needed by the pandera generator to calculate dependencies, but does not return the calculated order. **How important is this...
**What is your feature request?**( Add a table naming convention parameter to the gen-sqla program so that we can specify our table names differently than the linkML class names. Maybe...
This is part of a group of PRs that factors a schema transform out of Pandera/PolaRS validation time. https://github.com/linkml/linkml/issues/2963 To generate the test package in the directory `synthetic`: `uv run...