如何在astra cassandra服务中使用stargate graphql创建键空间

kzmpq1sx  于 2021-06-09  发布在  Cassandra
关注(0)|答案(1)|浏览(361)

有了oss星门,我可以用

mutation createKsLibrary {
  createKeyspace(name:"library", replicas: 1)
}

和阿斯特拉在一起

"Exception while fetching data (/createKeyspace) : org.apache.cassandra.stargate.exceptions.UnauthorizedException: User has no CREATE permission on <all keyspaces> or any of its parents",
j9per5c4

j9per5c41#

尽管oss星际之门确实支持创建键空间,但对于astra来说,您实际上需要使用ui来实现这一点。为此,您需要打开数据库,然后向下滚动并单击右侧的“addkeyspace”按钮。
添加键空间
文件:
https://docs.astra.datastax.com/docs/managing-keyspaceshttpshttp://docs.astra.datastax.com/docs/datastax-astra-guarders

相关问题