macbre / sql-metadata

Uses tokenized query returned by python-sqlparse and generates query metadata

Home Page:https://pypi.python.org/pypi/sql-metadata

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ERROR:Parser:Not supported query type: for 'create temporary table'

himsgpt opened this issue · comments

when my query has this format it gives error:

create temporary table tablname as 
stored as ORC TBLPROPERTIES("orc.compress"="SNAPPY") as

ERROR:Parser:Not supported query type: