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
183 stars 41 forks source link

Snowflake DDL improvement - allow multiple tags #209

Closed PBalsdon closed 11 months ago

PBalsdon commented 11 months ago

Snowflake supports multiple tags being assigned with an WITH TAG statement.

This update adds this functionality to the DDLParser.

Small change

I added venv/ and payload.json to .gitignore as they were generated by my system.

PBalsdon commented 11 months ago

Hello @xnuinside, could you consider reviewing this request please?

Many thanks, Peter

xnuinside commented 11 months ago

@PBalsdon, everything looks good, thank you! I will release new version tomorrow, I want to add some few tickets also

xnuinside commented 11 months ago

@PBalsdon 0.31.1 was released https://pypi.org/project/simple-ddl-parser/