{"database": "reading_lists", "private": false, "path": "/reading_lists", "size": 266240, "tables": [{"name": "dim_list", "columns": ["list_key", "list_id", "list_name", "list_source", "curator", "source_kind", "source_detail", "attributes", "item_count", "n_entries", "n_confident", "n_adjudicated", "n_review", "n_gap", "pct_owned"], "primary_keys": [], "count": 3, "hidden": false, "fts_table": null, "foreign_keys": {"incoming": [], "outgoing": []}, "private": false}, {"name": "fct_match", "columns": ["match_id", "list_entry_id", "bib_id", "match_scheme", "matched_via", "adjudication", "confidence", "bm25_rank", "title_score", "author_score", "fuzzy_score", "author_missing"], "primary_keys": [], "count": 487, "hidden": false, "fts_table": null, "foreign_keys": {"incoming": [], "outgoing": []}, "private": false}, {"name": "list_entry_display", "columns": ["list_entry_id", "list_key", "list_name", "cover_isbn", "title", "author", "award_class", "award_year", "status_label", "catalog_url", "pub_year", "format", "call_number", "bib_id"], "primary_keys": [], "count": 177, "hidden": false, "fts_table": null, "foreign_keys": {"incoming": [], "outgoing": []}, "private": false}, {"name": "list_entry_summary", "columns": ["list_entry_id", "list_key", "list_id", "list_source", "list_name", "curator", "source_kind", "source_detail", "attributes", "award_class", "award_year", "title", "author", "rank", "n_bibs_confident", "n_bibs_adjudicated", "n_bibs_review", "status", "confirmed_absent", "is_gap"], "primary_keys": [], "count": 177, "hidden": false, "fts_table": null, "foreign_keys": {"incoming": [], "outgoing": []}, "private": false}, {"name": "review_bucket", "columns": ["list_entry_id", "list_key", "entry_key", "list_title", "list_author", "award_class", "bib_id", "bib_title", "bib_author", "isbn", "oclc_number", "matched_via", "bm25_rank", "title_score", "author_score", "fuzzy_score", "author_missing", "n_candidates", "triage_rank"], "primary_keys": [], "count": 0, "hidden": false, "fts_table": null, "foreign_keys": {"incoming": [], "outgoing": []}, "private": false}], "hidden_count": 0, "views": [{"name": "showcase", "private": false}, {"name": "educator_detail", "private": false}], "queries": [{"title": "Lists directory", "sql": "select list_name, curator, source_kind, source_detail,\n       n_entries, n_confident, n_adjudicated, n_review, n_gap, pct_owned\nfrom dim_list\norder by pct_owned desc nulls last, list_name\n", "name": "lists_directory", "private": false}, {"title": "Newbery gaps (no deterministic catalog match)", "sql": "select award_class, title, author, rank\nfrom list_entry_summary\nwhere status = 'gap'\norder by award_class, title\n", "name": "newbery_gaps", "private": false}, {"title": "Owned \u2014 confident matches", "sql": "select award_class, title, author, n_bibs_confident\nfrom list_entry_summary\nwhere status = 'confident'\norder by award_class, title\n", "name": "owned_confident", "private": false}, {"title": "Review queue (fuzzy candidates)", "sql": "select list_entry_id, list_title, list_author, bib_title, bib_author, isbn, triage_rank\nfrom review_bucket\norder by list_entry_id, triage_rank\n", "name": "review_queue", "private": false}], "allow_execute_sql": true, "query_ms": 4.959761999998591, "source": "chimpy-lake reading_lists_match gold"}