例による説明:
import cql
cql connect to CF/Keyspace
last_key = XYZ (say it's getting fetched from else where)
cursor.execute(select * from domain_dimension where key=:key", key="last_key")
CQL のドキュメントには実行できると記載されていますが、コンソールでは execute() が予期しないキーワード引数を取得したと表示されています。
Cassandra CQL は本当にクエリ置換をサポートしていますか?