Datasets

They are called "Tables" in Aito.

The basics

Your data is hosted in "tables" in Aito. The naming is due to a fact that Aito's way of dealing with your data resembles a database rather than a "flat sheet". What it means in practice is that the datasets can consist of single table data, or even multiple tables linked together.

Each table has a schema that describes its structure: columns and datatypes. You can create these schemas and upload tables from Aito Console, through API all by yourself or use integration like Airtable extension that hides all the complexity from you.

Regardless of where and how you created the tables, they are all visible in the Tables tab on the console.

This view allows you to create empty tables, upload CSV file to create a table as well as view details of, clear data and delete existing tables.

Details of a table

For each table, you can view the amount of rows and columns, the schema and a few rows of sample data.

When using Airtable extension, it automatically manages your tables, schemas and data. Essentially, you don't even need to know about them. However, having access to table structure and names is handy in the cases when you extend functionality to for example automation platforms and scripts.

Good to know! Manipulating table data or schema is not supported in the Aito Console. This is on the roadmap, but not yet scheduled for the immediate next releases.

Uploading a dataset on Console

Aito's dataset uploader is actually quite cool! We made a quick video on how it works. Check it out!

Last updated