这是indexloc提供的服务,不要输入任何密码
Skip to content

Tags: hummel/snowflake-connector-python

Tags

v1.3.10

Toggle v1.3.10's commit message
Bumping up version to 1.3.10

v1.3.9

Toggle v1.3.9's commit message
SNOW-26915: bumped up the version to 1.3.9

v1.3.8

Toggle v1.3.8's commit message
SNOW-26586: Failed to decode JSON output due to invalid UTF-8 byte se…

…quence.

SNOW-26713: Use the current db, schema, role and warehouse from the result of Authentication.
SNOW-26771: upgrade cryptography 1.7.1 for Python Conector for Python 3.6 on Mac.
SNOW-26321: Use six package for PY2 and PY3 support.
SNOW-26789: Fixed OverflowError caused by invalid range of timetamp data for SnowSQL.
SNOW-26874: Replace six.moves package with the native module imports.
SNOW-26262: use multiple locks to download data chunks instead of single lock for all chunks. Doubled the number of threads. By default, it will become from 1 thread to 2 threads.