sqlalchemy.exc.OperationalError: (sqlite3.OperationalError) no such table: books
[SQL: SELECT books.id AS books_id, books.title AS books_title, books.sort AS books_sort, books.timestamp AS books_timestamp, books.pubdate AS books_pubdate, books.series_index AS books_series_index, books.author_sort AS books_author_sort, books.isbn AS books_isbn, books.lccn AS books_lccn, books.path AS books_path, books.flags AS books_flags, books.uuid AS books_uuid, books.has_cover AS books_has_cover, books.last_modified AS books_last_modified
```
sqlalchemy.exc.OperationalError: (sqlite3.OperationalError) no such table: books
[SQL: SELECT books.id AS books_id, books.title AS books_title, books.sort AS books_sort, books.timestamp AS books_timestamp, books.pubdate AS books_pubdate, books.series_index AS books_series_index, books.author_sort AS books_author_sort, books.isbn AS books_isbn, books.lccn AS books_lccn, books.path AS books_path, books.flags AS books_flags, books.uuid AS books_uuid, books.has_cover AS books_has_cover, books.last_modified AS books_last_modified
```
I can't even reproduce this one now? 🤷
hmu @simoon if you see it again and have more info.
Ahhhh, if you generate without supplying a
metadata.db
it explodes.2c69fd5bbe