simple-ddl-parser
simple-ddl-parser copied to clipboard
Question: Does this library output to JSON schema?
Hi I was wondering if the JSON it outputs is compatible with https://json-schema.org/specification.html
My use case is that I want to validate that incoming records match the redshift table schema
@josh-andi hi, no, output is just python dict or simple json, there is no support JSON Schema