Closed simonw closed 4 years ago
The API just gives us the repository_url
: https://api.github.com/repos/simonw/datasette/issues
We currently turn that into a simonw/datasette
string here:
https://github.com/dogsheep/github-to-sqlite/blob/e0e8d8caa9657b04bfb8a2cf16c9b580f38b1805/github_to_sqlite/utils.py#L43-L46
Since this represents a breaking schema change for anyone running SQL queries against these tables, I'm going to do a major version bump to 2.0 when I release this.
https://github-to-sqlite.dogsheep.net/github/milestones now link to repo:
And so do issues: https://github-to-sqlite.dogsheep.net/github/issues
Currently the
repo
column on those tables is a stringsimonw/datasette
rather than an ID referencing a row inrepos
.Originally posted by @simonw in https://github.com/dogsheep/github-to-sqlite/issues/29#issuecomment-616883275