Ask a question to get started
Enter to sendā¢Shift+Enter new line
Fetches a table object from the database.
get_table( self, name: Optional[str] = None, set_default: Optional[bool] = False ) -> Any
name
str
None
The name of the table to fetch. Defaults to None and fetches current table object.
set_default
bool
False
Sets fetched table as the default table. Defaults to False.