Python version: 3.6.3
google-cloud-bigtable 0.30.0
After switching to 0.30.0 and adapting my code to use the newly integrated iter function of PartialRowsData, I can't iterate through a large collection without the InvalidChunk error being thrown.
Sample code:
rows = table.read_rows()
for r in row:
...
Python version: 3.6.3
google-cloud-bigtable 0.30.0
After switching to 0.30.0 and adapting my code to use the newly integrated iter function of PartialRowsData, I can't iterate through a large collection without the InvalidChunk error being thrown.
Sample code: