Skip to main content

Data Configuration

Configure where ZettaQuant reads your data from and where analysis results are stored directly inside Snowflake.

This page connects your Snowflake tables to the ZettaQuant SEAL analysis pipeline.


How It Works

Configure your data in three steps:

  1. Select your database and schema
  2. Configure data source and result tables
  3. Save and start processing

Once saved, processing runs automatically.


Step 1 - Database & Schema

Database and Schema Selection

Select the Snowflake workspace that contains your data.

Example

  • Database: DEMO_DB
  • Schema: EC_SAMPLE_2021

Step 2 - Data Source & Table Mapping

Table Configuration

Define where documents are read from and where results are stored.

Input Tables (Source Data)

Use existing structured Snowflake tables.

Required Columns

TableRequired Fields
Documentsdocument_id
Sentencesdocument_id, sentence_id, sentence_text

Output Tables (Results)

PurposeTable Name
LabelsPIPELINE_LABELS
MetricsMETRICS

If output tables do not exist, ZettaQuant creates them automatically.

Requirements


Step 3 - Model Registry (Optional)

Model Registry Configuration

Optional location for saving trained models.

FieldExample
DatabaseMODELS
SchemaREGISTRY

Leave empty to skip model persistence.


Next Steps

After configuration: