aito.client.requests.schema_api_request

Aito Schema API Request Class

Classes

CreateColumnSchemaRequest(table_name, …)

Request to Add or replace a column

CreateDatabaseSchemaRequest(schema, Dict])

Request to Create the schema of the database

CreateTableSchemaRequest(table_name, schema, …)

Request to Create a table

DeleteColumnSchemaRequest(table_name, …)

Request to Delete a column

DeleteDatabaseSchemaRequest()

Request to Delete the schema of the database

DeleteTableSchemaRequest(table_name)

Request to Delete a table

GetColumnSchemaRequest(table_name, column_name)

Request to Get the schema of a column

GetDatabaseSchemaRequest()

Request to Get the schema of the database

GetTableSchemaRequest(table_name)

Request to Get the schema of a table