-
-
Notifications
You must be signed in to change notification settings - Fork 711
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Decide what to do about /-/inspect #465
Comments
I split this out from #462 |
The main use-case for this endpoint now is going to be Datasette Registry (which really needs some more love). That tool needs to be able to query a Datasette and find out:
A single Maybe a smarter approach will be the older idea of having a separate inspect for each database (and maybe each table):
Either way, I'm going to decouple this from milestone 0.28. |
Next step:
It won't show table counts. Or maybe it will include them optionally but only for |
I'm closing this because #531 counts as a decision. |
It's not clear to me what this endpoint should do now as a result of #419 - it's still useful to be able to introspect databases for tools like datasette-registry, but since we aren't pre-calculating introspection data any more I need to rethink the approach.
For one thing, this endpoint may need to be paginated. Or maybe it should be split up into separate endpoints for each connected database? Those should probably be paginated too seeing as fivethirtyeight has 400+ tables.
The text was updated successfully, but these errors were encountered: