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
175 stars 40 forks source link

fix _file_format snowflake ddl option #222

Closed dmaresma closed 6 months ago

dmaresma commented 6 months ago

Hi, it's me again, the PR related to the #221 issue due to a lack of FILE_FORMAT option support (I introduce before) it's a quite complicated syntax thanks again for this project. I need this PR for an internal project au Diff ddl and ALTER ddl generator. I upgrade the virtual_column test

221

xnuinside commented 6 months ago

@dmaresma thanks again for the contribution! released in version 0.31.3 https://pypi.org/project/simple-ddl-parser/