You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried creating a client with python cql, I got some problem then I know it was deprecated and replaced with https://github.com/datastax/python-driver
Now when I try to make a connection with this new driver, I get this error from kairos:
ImportError: ('Unsupported or unknown client type %s', 'cassandra')
Is this because of using the new driver, or something else?
The text was updated successfully, but these errors were encountered:
I tried creating a client with python cql, I got some problem then I know it was deprecated and replaced with https://github.com/datastax/python-driver
Now when I try to make a connection with this new driver, I get this error from kairos:
ImportError: ('Unsupported or unknown client type %s', 'cassandra')
Is this because of using the new driver, or something else?
The text was updated successfully, but these errors were encountered: