v1.0.3 Fixed bug with `CREATE OR REPLACE SCHEMA` & some more
v1.0.3
Improvements
- Fixed bug with
CREATE OR REPLACE SCHEMA
. - Added support of create empty tables without columns CREATE TABLE tablename (); (valid syntax in SQL)
Snowflake
- Fixed bug with snowflake
stage_
fileformat option value equal a single string asFIELD_OPTIONALLY_ENCLOSED_BY = '\"'
,FIELD_DELIMITER = '|'
- improve snowflake fileformat key equals value into dict. type.