【发布时间】:2021-11-27 18:08:05
【问题描述】:
我没有从上传数据的 Datastax Astra DB 中获取所有行。我正在使用 python http_methods 来请求数据。这是我的代码-
respond = astra_client.request(
method=http_methods.GET,
path=f"/api/rest/v2/keyspaces/{ASTRA_DB_KEYSPACE}/{astra_db_collection}/rows")
这种方法只得到 100 行,而我的表中有 150 行。我该如何解决这个问题?
【问题讨论】:
标签: datastax-astra