ck

Results 2 issues of ck

I have a YAML spec, for which datamodel-codegen was working fine until the release 0.18.0. With 0.18.0 I see some unexpected code generation when I do not specify any `--input-file-type`...

answered

Hello, In my pynamodb model, I have an attribute, which can be an instance of one of the sub-classes of a polymorphic map attribute like: ``` class ParentClass(MapAttribute): cls =...

enhancement