aito.client.AitoClient.get_table_schema

AitoClient.get_table_schema(table_name: str)aito.schema.AitoTableSchema

get the schema of the specified table

Parameters

table_name (str) – the name of the table

Returns

the table schema

Return type

AitoTableSchema