Questions tagged [cassandra-python-driver]

Python client library for Apache Cassandra

access from python. Provides ORM for cassandra.

This drivers provides:

46 questions
-1
votes
1 answer

How to use prepared statement on materialized view in python Cassandra driver?

i am using Scylla Database and python Cassandra driver for my project, i used prepared statement on every query and it works, but when i use prepared statement on materialized view, it returns me nothing, can you please help me, is there any…
1 2 3
4