datasette / datasette-enrichments

Tools for running enrichments against data stored in Datasette
https://enrichments.datasette.io
Apache License 2.0
16 stars 0 forks source link

Enrichments break for tables with / in their names #14

Closed simonw closed 7 months ago

simonw commented 7 months ago

The table action menu links to the wrong place. Need to use tilde encoding.

simonw commented 7 months ago

Created a test table:

echo '{"id": 1, "text": "Hello"}' | sqlite-utils insert weird.db 'foo/bar' - --pk id