aito.api.create_column

aito.api.create_column(client: aito.client.aito_client.AitoClient, table_name: str, column_name: str, schema: Dict)

add or replace a column

Note

requires the client to be setup with the READ-WRITE API key

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

  • schema (Dict) – the schema of the column