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

Teradata support #193

Open Rahulb7 opened 1 year ago

Rahulb7 commented 1 year ago

I am looking for Teradata support, currently I don't find any library which can parse the teradata ddls and give information. My main task is to convert Teradata DDL to oracle equivalent. I tried creating the script on my own but then realised it is way more complex then I thought.

xnuinside commented 1 year ago

@Rahulb7, hi! thanks for opening the issue, I have a lot of personal staff to work with, but now I'm back. Can you provide some Teradata DDLs samples that are not parsed by parser yet? I will add the support for them