Skip to:
Right now, if I'm trying to execute show tables in cass;, I'm getting the following error:
show tables in cass;
and I need to specify keyspace explicitly,
It would be useful to add support for listing of all tables in all keyspaces, like, DESCRIBE TABLES in cqlsh
DESCRIBE TABLES
Right now, if I'm trying to execute
show tables in cass;
, I'm getting the following error:and I need to specify keyspace explicitly,
It would be useful to add support for listing of all tables in all keyspaces, like,
DESCRIBE TABLES
in cqlsh