v2.8.0
This release includes the following changes:
- Add support for Cloud Fetch (#146, #151, #154)
- SQLAlchemy
has_tablefunction now honoursschema=argument and addscatalog=argument (#174) - SQLAlchemy set
non_native_boolean_check_constraintFalse as it's not supported by Databricks (#120) - Fix: Revised SQLAlchemy dialect and examples for compatibility with
SQLAlchemy==1.3.x(#173) - Fix: oauth would fail if expired credentials appeared in
~/.netrc(#122) - Fix: Python HTTP proxies were broken after switch to
urllib3(#158) - Other: remove unused import in SQLAlchemy dialect
- Other: Relax pandas dependency constraint to allow
^2.0.0(#164) - Other: Connector now logs operation handle guids as hexadecimal instead of bytes (#170)
- Other:
test_socket_timeout_user_definede2e test was broken (#144)