- Re-applied the application name of driver connection
SnowflakeConnection
toSnowflakeSQLAlchemy
. SnowflakeDialect.get_columns
now throws aNoSuchTableError
exception when the specified table doesn't exist, instead of the more vagueKeyError
.- Fixed a bug that dialect can not be created with empty host name.
- Fixed a bug that
sqlalchemy.func.now
is not rendered correctly.