{"html_url": "https://github.com/dogsheep/dogsheep-beta/issues/17#issuecomment-689226390", "issue_url": "https://api.github.com/repos/dogsheep/dogsheep-beta/issues/17", "id": 689226390, "node_id": "MDEyOklzc3VlQ29tbWVudDY4OTIyNjM5MA==", "user": {"value": 9599, "label": "simonw"}, "created_at": "2020-09-09T00:36:07Z", "updated_at": "2020-09-09T00:36:07Z", "author_association": "MEMBER", "body": "Alternative names:\r\n\r\n- type\r\n- record_type\r\n- doctype\r\n\r\nI think `type` is right. It matches what Elasticsearch used to call their equivalent of this (before they removed the feature!). https://www.elastic.co/guide/en/elasticsearch/reference/current/removal-of-types.html", "reactions": "{\"total_count\": 0, \"+1\": 0, \"-1\": 0, \"laugh\": 0, \"hooray\": 0, \"confused\": 0, \"heart\": 0, \"rocket\": 0, \"eyes\": 0}", "issue": {"value": 694500679, "label": "Rename \"table\" to \"type\""}, "performed_via_github_app": null} {"html_url": "https://github.com/simonw/datasette/issues/961#issuecomment-689635094", "issue_url": "https://api.github.com/repos/simonw/datasette/issues/961", "id": 689635094, "node_id": "MDEyOklzc3VlQ29tbWVudDY4OTYzNTA5NA==", "user": {"value": 9599, "label": "simonw"}, "created_at": "2020-09-09T15:23:24Z", "updated_at": "2020-09-09T15:23:24Z", "author_association": "OWNER", "body": "Checks can include:\r\n\r\n- `facets:` lists columns that exist\r\n- `sort:` and `sort_desc:` columns\r\n- `fts_table` and `fts_pk` are valid", "reactions": "{\"total_count\": 0, \"+1\": 0, \"-1\": 0, \"laugh\": 0, \"hooray\": 0, \"confused\": 0, \"heart\": 0, \"rocket\": 0, \"eyes\": 0}", "issue": {"value": 696908389, "label": "Verification checks for metadata.json on startup"}, "performed_via_github_app": null} {"html_url": "https://github.com/simonw/datasette/issues/961#issuecomment-689635754", "issue_url": "https://api.github.com/repos/simonw/datasette/issues/961", "id": 689635754, "node_id": "MDEyOklzc3VlQ29tbWVudDY4OTYzNTc1NA==", "user": {"value": 9599, "label": "simonw"}, "created_at": "2020-09-09T15:24:31Z", "updated_at": "2020-09-09T15:24:31Z", "author_association": "OWNER", "body": "I thought about checking that every database in the `databases:` section exists and ditto for `tables:` - but actually I think it's useful to be able to keep a `metadata.yml` around with configuration for databases or tables that aren't currently attached to Datasette.\r\n\r\nI could treat those as warnings and output a warning to standard out when the server starts instead.", "reactions": "{\"total_count\": 0, \"+1\": 0, \"-1\": 0, \"laugh\": 0, \"hooray\": 0, \"confused\": 0, \"heart\": 0, \"rocket\": 0, \"eyes\": 0}", "issue": {"value": 696908389, "label": "Verification checks for metadata.json on startup"}, "performed_via_github_app": null} {"html_url": "https://github.com/simonw/sqlite-utils/pull/156#issuecomment-689735140", "issue_url": "https://api.github.com/repos/simonw/sqlite-utils/issues/156", "id": 689735140, "node_id": "MDEyOklzc3VlQ29tbWVudDY4OTczNTE0MA==", "user": {"value": 9599, "label": "simonw"}, "created_at": "2020-09-09T18:21:06Z", "updated_at": "2020-09-09T18:21:06Z", "author_association": "OWNER", "body": "Good spot, thanks.", "reactions": "{\"total_count\": 0, \"+1\": 0, \"-1\": 0, \"laugh\": 0, \"hooray\": 0, \"confused\": 0, \"heart\": 0, \"rocket\": 0, \"eyes\": 0}", "issue": {"value": 697030843, "label": "Typos in tests"}, "performed_via_github_app": null} {"html_url": "https://github.com/simonw/sqlite-utils/issues/157#issuecomment-689850289", "issue_url": "https://api.github.com/repos/simonw/sqlite-utils/issues/157", "id": 689850289, "node_id": "MDEyOklzc3VlQ29tbWVudDY4OTg1MDI4OQ==", "user": {"value": 9599, "label": "simonw"}, "created_at": "2020-09-09T22:14:19Z", "updated_at": "2020-09-09T22:14:19Z", "author_association": "OWNER", "body": "This can accept four arguments: table, column, other_table, other_column:\r\n```\r\nsqlite-utils add-foreign-keys calands.db \\\r\n units_with_maps ACCESS_TYP ACCESS_TYP id \\\r\n units_with_maps AGNCY_NAME AGNCY_NAME id \\\r\n units_with_maps AGNCY_LEV AGNCY_LEV id\r\n```", "reactions": "{\"total_count\": 0, \"+1\": 0, \"-1\": 0, \"laugh\": 0, \"hooray\": 0, \"confused\": 0, \"heart\": 0, \"rocket\": 0, \"eyes\": 0}", "issue": {"value": 697179806, "label": "sqlite-utils add-foreign-keys command"}, "performed_via_github_app": null} {"html_url": "https://github.com/simonw/sqlite-utils/issues/157#issuecomment-689850509", "issue_url": "https://api.github.com/repos/simonw/sqlite-utils/issues/157", "id": 689850509, "node_id": "MDEyOklzc3VlQ29tbWVudDY4OTg1MDUwOQ==", "user": {"value": 9599, "label": "simonw"}, "created_at": "2020-09-09T22:14:49Z", "updated_at": "2020-09-09T22:14:49Z", "author_association": "OWNER", "body": "It will call this method: https://github.com/simonw/sqlite-utils/blob/367082e787101fb90901ef3214804ab23a92ce46/sqlite_utils/db.py#L405-L411", "reactions": "{\"total_count\": 0, \"+1\": 0, \"-1\": 0, \"laugh\": 0, \"hooray\": 0, \"confused\": 0, \"heart\": 0, \"rocket\": 0, \"eyes\": 0}", "issue": {"value": 697179806, "label": "sqlite-utils add-foreign-keys command"}, "performed_via_github_app": null}