Local

Loads a dataset from a local CSV or JSONL file. Use it for datasets that live alongside your configuration on disk.

Examples

Example: Local CSV. Loads test cases from a CSV file next to the dataset config.

Local Dataset Source
# ...
source:
  type: "local"
  file_path: "./test_cases.csv"

Configuration

Properties


type Literal “local required

Local file dataset source.


file_path string required

Path to a local CSV or JSONL file.


filters array[FilterComparison, FilterMembership, FilterUnary]

Optional list of filters to apply after loading (AND-combined).