PyExasol 1.0.0 #11592
ArBridgeman
started this conversation in
General
PyExasol 1.0.0
#11592
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In Ibis, its Exasol backend uses the function pyexasol.connect. Its usage of PyExasol is currently pinned to [pyexasol>=0.25.2"] (9eb90ac) and does not have an upper bound. Today, we released PyExasol 1.0.0. This includes breaking changes to the function
pyexasol.connect
, where the goal of these changes is to improve data transfer security. For more details on the changes, please refer to the PyExasol version 1.0.0 release notes.In particular, updating to PyExasol version 1.0.0 may affect users using Ibis' backend connection to Exasol via
do_connect(self, user, password, host='localhost', port=8563, timezone='UTC', **kwargs)
(see reference). websocket_sslopt=None is one of the default input values for the function pyexasol.connect(..) (see reference), which is internally mapped to:If upgrading to PyExasol version 1.0.0 results in breaking changes, Ibis users should:
do_connect(...)
, which are later passed onto the functionpyexasol.connect(...)
.Beta Was this translation helpful? Give feedback.
All reactions