Fabricate data generation

The Fabricate Data Agent provides an AI chat interface to create and configure databases and database connections within a project.

It allows you to quickly create a single set of data that you can export to a database or files, or generate to an external database.

Creating and configuring data

The database creation as well as all changes to the database definition and data go through the Data Agent.

For example, to start, you might tell the Data Agent to Create a database of transaction records that are linked to customer and product records.

The Data Agent asks questions to clarify the data to create. For example, it can ask for the number of customers or products, or how many orders to create for each customer. You can configure how the Data Agent behaves, providing general context and determining how verbose and autonomous the Data Agent is.

Based on the initial results, you can provide additional prompts to adjust the data to fit your needs.

In response to the prompts, the Data Agent generates code to implement the requested change, whether it's to add a missing column or to adjust the types of values used to populate a column.

Viewing and editing generated data

Fabricate databases have additional viewing and editing options for the generated data.

You can manually edit specific values.

Database connections

Enterprise users can add database connections to their projects.

A database connection is a direct connection to an external database. You can use database connections as a source of structure or data or, instead of generating data within Fabricate, you can generate data directly to a database connection.

Last updated

Was this helpful?