{ "manifest_version": 1, "source": { "type": "sql", "id": "golden-db", "connection_ref": "OKF_GOLDEN_SQL_DB" }, "bundle_summary": "Golden sql-source bundle: metrics extracted from a sqlite fixture database.", "extractions": [ { "id": "metrics", "title": "Metrics", "query": "SELECT id, name, value, comment FROM metrics ORDER BY id", "okf_type": "dataset", "max_rows": 10 } ] }