flightline generate
Generate synthetic test data by analyzing your schema and creating edge-case scenarios.Usage
What It Does
Thegenerate command:
- Analyzes your schema to identify dimensions of variance
- Uses the Cartographer to map edge cases
- Generates internally-consistent test data via the Fabricator
Example
Understanding Dimensions
Flightline identifies dimensions based on your schema. For a loan application, this might include:- Credit: Score ranges from minimum to maximum
- LoanType: Different loan categories (FHA, Jumbo, Conventional)
- Income: Various income levels including edge cases
Data Consistency
The Fabricator ensures generated data is internally consistent. For example:- If
employment_status = "Employed", thenincome > 0 - If
loan_type = "FHA", the loan amount respects FHA limits
Next: Run Evaluations
Test your prompts against generated data.
