If you run gemini annotate -f [...] on a database for which you don't have write permissions, it crashes with a bunch of sqlalchemy errors but doesn't show an informative error/warning that the problem is that the user lacks permission to edit the database.
If you run
gemini annotate -f [...]
on a database for which you don't have write permissions, it crashes with a bunch of sqlalchemy errors but doesn't show an informative error/warning that the problem is that the user lacks permission to edit the database.