Table.get

Table.get() → self

Fetches the table, after which table.properties will contain a dict with entries corresponding to the properties on the table resource definition. Will raise an error if the table does not exist.

Returns

self (a Table)

Last updated