aito.client.AitoClient.check_table_exists

AitoClient.check_table_exists(table_name: str) → bool

check if a table exists in the instance

Parameters

table_name (str) – the name of the table

Returns

True if the table exists

Return type

bool