test(ingest): http golden extraction, byte-deterministic (I6)
This commit is contained in:
parent
bbdcd62ae6
commit
24e73f47f6
9 changed files with 157 additions and 0 deletions
21
examples/ingest-golden-http/manifest.json
Normal file
21
examples/ingest-golden-http/manifest.json
Normal 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
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue