service · inferred from evidence
doc.get_table
A method in the codaio library for fetching a table by its ID from a Coda document.
- codaio get_table: TypeError: __init__() got an unexpected keyword argument 'view_id'
Calling doc.get_table(table_id) with the codaio Python wrapper raised "TypeError: Table.__init__() got an unexpected keyword argument 'view_id'". Coda added a new view_id field to the get_table API response, and the installed codaio Table m