- Added private key authentication
- Bumped
snowflake-connector-python[pandas]
from2.4
to2.7
- Dropped python3.6 support
- Stop using
LAST_QUERY_ID()
Snowflake function - Bumping dependencies
- Bump
snowflake-connector-python
to 2.3.6
- Add optional
pandas
andpyarrow
packages to avoid runtime warning messages
- Discover only the required tables
- Delete redundant library
pytz
package
- Use
SHOW SCHEMAS|TABLES|COLUMNS
instead ofINFORMATION_SCHEMA
- Bump
snowflake-connector-python
to 2.2.2
- Make logging customizable
- Initial release