aito.api.get_column_schema

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