test(ingest): http golden extraction, byte-deterministic (I6)

This commit is contained in:
Kjell Tore Guttormsen 2026-07-04 17:12:34 +02:00
commit 24e73f47f6
9 changed files with 157 additions and 0 deletions

View file

@ -0,0 +1,21 @@
{
"manifest_version": 1,
"source": {"type": "http", "id": "status-api", "base_url": "https://api.example.test/v1", "credential_ref": null},
"bundle_summary": "Golden extraction case: two HTTP extracts from a local mock endpoint (http source type).",
"extractions": [
{
"id": "status",
"title": "Service status",
"query": "status",
"okf_type": "dataset",
"max_rows": 10
},
{
"id": "report",
"title": "Ops report",
"query": "report",
"okf_type": "reference",
"max_rows": 10
}
]
}