{ "manifest_version": 1, "source": {"type": "sql", "id": "portefolje-db", "connection_ref": "PORTEFOLJE_SQL_DSN"}, "bundle_summary": "Golden extraction case: two SQL extracts from a local project database (sql source type).", "extractions": [ { "id": "costs", "title": "Project costs", "query": "SELECT id, item, amount, note FROM costs ORDER BY id", "okf_type": "dataset", "max_rows": 10 }, { "id": "meta", "title": "Catalogue metadata", "query": "SELECT k, v FROM meta ORDER BY k", "okf_type": "reference", "max_rows": 10 } ] }