I tried the following in an attempt to create an Astra keyspace (in cqlsh) with fewer copies than three - but it didn't like it. Is there a way to do that? Just curious.
CREATE KEYSPACE norep WITH replication = {'class': 'NetworkTopologyStrategy', 'us-east-1': '1'} AND durable_writes = true; Unauthorized: Error from server: code=2100 [Unauthorized] message="Missing correct permission on norep."