Skip to main content

Models

Models are a fundamental unit in Wren AI that combines schemas, metadata, relationships, calculated fields, and more custom semantic information from the tables of your data source. They help both people and Wren AI service better understand data.

Create a model

Create a model from the connection process

During the connection process, you are asked to select which tables you want to use in Wren AI.

These selected tables will automatically be created as data models.

tip

Wren AI allows connecting only the necessary tables from your sources. If you change your mind about which tables to connect and columns to sync, you can modify this in the project settings.

select_tables

Create a model from the Modeling page

  1. Click the "+" icon next to the "Models" section of the sidebar.
  2. Select a table from your data source.
  3. Select the columns you want to add to this model, then click ">" to include them.
  4. Select the primary key of this table (optional).
  5. Click "Submit".

select_tables_modeling

Update model columns

To update column settings in a model:

  1. Click the "..." icon on the model diagram.
  2. Choose "Update columns".

update_column_1

Update columns

You can add or remove columns of this model.

update_column_2

Update primary key

You can add or change the primary key of this model.

update_primary_key

Model lists

You can access the list of models in the "Models" section of the sidebar on the Modeling page.

Click on the expand icon to see the columns in a model.

If you click on a model from the sidebar, the Entity Relationship diagram will focus on the model you clicked.

model_list

Delete a model

To delete a model:

  1. Click the "..." icon on the model diagram.
  2. Choose "Delete".

delete_model

Remember to deploy your changes

Deploy

Please press the "Deploy" button on the navigation bar to synchronize any modifications in the Modeling page.

The navigation bar will show an Undeployed changes message if there are any new changes. undeployed

The navigation bar will show a synced message if all changes have been deployed. deployed

info

The project owners will be notified of new changes to the model once they are completed.