aito.api.get_table_schema

aito.api.get_table_schema(client: aito.client.aito_client.AitoClient, table_name: str)aito.schema.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