Open
Description
Docs appear to show that you can get a table and then run operations on it. Source doesn't show this functionality, and it doesn't work in practice https://github.com/Blasterai/codaio#upserting-multiple-new-rows
coda = Coda(codaApiToken)
table = coda.get_table(docId, tableId)
table.upsert_rows([
[Cell(column='Name', value_storage='name'),]
[Cell(column='Name', value_storage='name'),]
[Cell(column='Name', value_storage='name'),]
[Cell(column='Name', value_storage='name'),]
])
Traceback (most recent call last):
File "/Users/lukepighetti/main.py", line 30, in <module> table.upsert_rows([
AttributeError: 'dict' object has no attribute 'upsert_rows'
$ conda run pip list | grep codaio
codaio 0.6.10
Metadata
Metadata
Assignees
Labels
No labels