aito.api.get_column_schema

aito.api.get_column_schema(client: AitoClient, table_name: str, column_name: str) AitoColumnTypeSchema

get the schema of the specified column

Parameters:
  • client (AitoClient) – the AitoClient instance

  • table_name (str) – the name of the table containing the column

  • column_name (str) – the name of the column

Returns:

the column schema

Return type:

AitoColumnTypeSchema