Load CSV results from completed sweep jobs into the registry.
Uses inspect_exports() to discover export path templates from the Josh file, then resolves template variables for each job’s parameters, custom_tags, and replicates.
Parameters
Name
Type
Description
Default
cli
JoshCLI
JoshCLI instance (needed for inspect_exports).
required
job_set
JobSet
The expanded jobs to collect results for.
required
registry
RunRegistry
Registry to load results into.
required
export_type
str
Type of export to load (“patch”, “meta”, “entity”).
'patch'
quiet
bool
Suppress progress output.
False
Returns
Name
Type
Description
int
Total number of rows loaded.
Raises
Name
Type
Description
ValueError
If jobs have different source_paths or no source_path.