modellerUpdated 2026-04-17

Create a Project

Tenant Admin — Create new project dialog.

What this covers

A project is the top-level container within a workspace. It connects a workspace to exactly one data source and holds exactly one model. This article explains what a project is, who can create one, the creation flow, and what you can configure after creation.

Before you start

What a project contains

Within the multi-tenant hierarchy — Platform, Workspace, Project, Model — a project sits below the workspace. Each project:

Multiple projects can exist within the same workspace, each pointing to a different (or the same) data source.

Steps

  1. Sign in at port 3000 as a Tenant Admin or Modeller.
  2. From the workspace dashboard, click New Project.
  3. Enter a Project name. Use a name that identifies the data domain (for example, Sales Analytics or Logistics 2026).
  4. Enter an optional Description. This is visible to all workspace members in the project list.
  5. Select the Data source type: PostgreSQL, BigQuery, or Hadoop/Spark Thrift Server.
  6. Enter the connection parameters for the selected source type. See Add a Data Source for the full parameter reference.
  7. Click Test Connection to verify. A success message confirms the gateway can reach the source.
  8. Click Create Project. The project appears in the workspace project list and the Model Builder opens with an empty model.
The Test Connection step does not save the project. If you close the browser before clicking Create Project, no project is created.

Project settings after creation

Open the project and click the Settings tab to edit the following:

SettingWhat it controlsWho can change it
NameDisplay name shown in project lists and BI tool schema listings.Tenant Admin, Modeller
DescriptionFree-text description shown in the project list.Tenant Admin, Modeller
Data sourceConnection parameters and source type. Changing source type after tables have been added invalidates the model.Tenant Admin

Related