-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Assignees
@Hyask
Description
Context:
- Have a look at
src/errors/cassie.py. It's importingpycassa, which is an old Python module that I want to get rid of. - The new API uses an ORM-like mechanism provided by the
cassandramodule. - You can find the
cassandramodule here: https://github.com/apache/cassandra-python-driver - You can find already defined models in
src/errortracker/cassandra_schema.py.
Tasks:
- Add any missing model found in
src/errors/cassie.pytosrc/errortracker/cassandra_schema.py. - Replace all the calls to
pycassainsrc/errors/cassie.pyby queries using the models insrc/errortracker/cassandra_schema.py.
Metadata
Metadata
Assignees
Labels
No labels