Closed simonw closed 2 years ago
Weirdly I have been unable to recreate the error locally. Here's the exact database which is exhibiting the error in my production Datasette instance - 36KB: https://static.simonwillison.net/static/2022/issue90.db
I have not been able to replicate the bug.
I've spent enough time on this that I'm frustrated and just want a fix out. I'm going to teach this line to do nothing if it gets a KeyError
:
example_query = await db_schema.table_classes[table].example_query()
Seeing this error when running
datasette-graphql
in conjunction withdatasette-upload-csvs
: