Documentation Index
Fetch the complete documentation index at: https://docs.lume.ai/llms.txt
Use this file to discover all available pages before exploring further.
What are Workbooks?
A workbook represents a spreadsheet style view representing a single version of a project. When you create a new project and upload source data, Lume will start an initial run:- Generate descriptions over the source data if none are provided
- Create mapping logic
- Validate the transformation
- Process your initial source data

Components of the Workbook
- Target Field - The name of the field
- Source Table - The source tables that were used to transform to the target field
- Source Field - The source fields that were used to transform to the target field
- Type - The type of the target field
- Nullable - If the field can be nullable or not
- Description - The description of the target field
- Enums - The number of enum values for a target field
- Transform - The set of actions taken to transform the source data into the target field
- Review Status - The user review status of the workbook
Workbook Review Status
A workbook has a review status to track the fields that have been manually checked. By default, the status will be NOT_REVIEWED.| Status | Description |
|---|---|
NOT REVIEWED | The field has not been confirmed |
FLAGGED | The field has been flagged to investigate deeper |
PROPOSED | The user proposes a set of actions for the AI to take but may not be final |
APPROVED | The user approves the set of actions that the AI took or user provides the final approval |
Target Model Statuses
Each model can have one of the following statuses:| Status | Description |
|---|---|
success | The run completed successfully |
error | The run encountered errors during processing |
skipped | The run was skipped due to an upstream dependency issue |
partial success | The run completed with partial success |
no op | The run had no action taken |
Test Statuses
Each test for a field can have one of the following statuses:| Status | Description |
|---|---|
pass | The test completed successfully |
error | The test encountered errors |
fail | The test failed the validation |
warn | The run completed with partial success |
skipped | The test was skipped due to an upstream dependency issue |
If a run fails, crashes, or is incomplete, please contact support.
