Hello Everyone, The Apache Phoenix team is pleased to announce the immediate availability of the 1.2.0 release of the Python Driver for Apache Phoenix. The Python Driver for Apache Phoenix implements the Python DB 2.0 API to access Phoenix via the Phoenix Query Server.
This release includes the following improvements: - Updated test environment to support Python 3.9 and 3.10 (PHOENIX-6737) - Fixed get_view_names() in SqlAlchemy driver (PHOENIX-6727) - Added supports_statement_cache attribute for SqlAlchemy dialect to avoid warnings (PHOENIX-6735) - Re-generated the protobuf Python files with protoc 3.19 from the Avatica 1.21 descriptors (PHOENIX-6731) - Dropped support for Python 3.4 (PHOENIX-6731) Download source here [1], or install via pip [2]. Thanks, Istvan Toth (on behalf of the Apache Phoenix team) [1] https://phoenix.apache.org/download.html <http://phoenix.apache.org/download.html> [2] https://pypi.org/project/phoenixdb/