aito.api.get_existing_tables

aito.api.get_existing_tables(client: aito.client.aito_client.AitoClient) → List[str]

get a list of existing tables in the instance

Parameters

client (AitoClient) – the AitoClient instance

Returns

list of the names of existing tables

Return type

List[str]