Tonic Fabricate release notes

3.25.0
3.25.0
Removed
March 25, 2026

Improved the deployment the US instance of Fabricate.

Fixed several issues.

Data Agent configuration- Added configuration options for the Data Agent behavior. In your user profile settings, you can set the Agent verbosity (how much explanation the Agent provides) and autonomy (how often the Agent asks for confirmation). In the user profile settings, workspace settings, and account settings, you can also provide Agent instructions, a set of context rules for the Agent to remember across sessions and databases. The most specific configuration has the highest priority - the profile configuration has a higher priority than the workspace configuration, which has a higher priority than the account configuration.

Redesigned the Account Settings page to group the settings into pages.

Export to Amazon S3 - From the Agent chat, you can now export data to an S3 bucket. Before you can do the export, you must configure the S3 bucket as an available domain for your account, and configure AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY as available secrets for each workspace that uses the S3 bucket.

Database selection - The database dropdown to switch between databases now includes a search field to allow you to search for a database by name.

Database profile - From the Data Agent chat, you can now generate a profile of a database. The profile for each table displays on the Findings view for the table, and includes:

  • A description of the table.
  • The DDL for the table.
  • Correlation of columns. For example, a transaction date and transaction identifier are likely to be tightly correlated.
  • Cardinality of column values.
  • Constraints on columns.
  • Distribution of column values.

You can then use the profile to generate additional data that maintains the profile.

Live connection databases-From the Data Agent, you can now create live connections databases. For a live connection database, Fabricates generates the data directly to an external database. You configure the available server connections for the account. When you create the database, you identify the server connection and the database to use. In a live connection database, you cannot:

  • Directly edit the data
  • Revert Data Agent actions
  • Import static data
  • Export data
  • Clone the database