shinichi-takii / ddlparse

DDL parase and Convert to BigQuery JSON schema and DDL statements
https://pypi.org/project/ddlparse/
BSD 3-Clause "New" or "Revised" License
87 stars 29 forks source link

Unknown data type VARBINARY #60

Closed dkrysmann closed 4 years ago

dkrysmann commented 4 years ago

Hi, Thank you all for this great package. While using it to parse DDL I have stumbled on error: ValueError: Unknown data type : 'VARBINARY

Is this a bug or I'm missing something?

Regards, Darek

shinichi-takii commented 4 years ago

@dkrysmann Thank you for reporting.

I fixed this issue. Please upgrade the package to v1.9.0.

Thanks.