test(ingest): golden extraction case examples/ingest-golden-file, byte-frozen (I2)

This commit is contained in:
Kjell Tore Guttormsen 2026-07-03 18:40:53 +02:00
commit 994f5be11c
8 changed files with 107 additions and 0 deletions

View file

@ -0,0 +1,21 @@
{
"manifest_version": 1,
"source": {"type": "file", "id": "prosjekt-arkiv", "root": "fixture"},
"bundle_summary": "Golden extraction case: two CSV extracts from a local project archive (file source type).",
"extractions": [
{
"id": "costs",
"title": "Project costs",
"query": "costs.csv",
"okf_type": "dataset",
"max_rows": 10
},
{
"id": "edge",
"title": "Escaping edge cases",
"query": "edge.csv",
"okf_type": "reference",
"max_rows": 10
}
]
}