You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: