xnuinside / simple-ddl-parser

Simple DDL Parser to parse SQL (HQL, TSQL, AWS Redshift, BigQuery, Snowflake and other dialects) ddl files to json/python dict with full information about columns: types, defaults, primary keys, etc. & table properties, types, domains, etc.
MIT License
179 stars 40 forks source link

Question: Does this library output to JSON schema? #175

Open josh-andi opened 1 year ago

josh-andi commented 1 year ago

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

xnuinside commented 1 year ago

@josh-andi hi, no, output is just python dict or simple json, there is no support JSON Schema