aito.api.check_table_exists

aito.api.check_table_exists(client: aito.client.aito_client.AitoClient, table_name: str) → bool

check if a table exists in the instance

Parameters
  • client (AitoClient) – the AitoClient instance

  • table_name (str) – the name of the table

Returns

True if the table exists

Return type

bool