aito.api.get_table_schema

aito.api.get_table_schema(client: AitoClient, table_name: str) AitoTableSchema

get the schema of the specified table

Parameters:
  • client (AitoClient) – the AitoClient instance

  • table_name (str) – the name of the table

Returns:

the table schema

Return type:

AitoTableSchema