-
-
Notifications
You must be signed in to change notification settings - Fork 700
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
Per-database and per-table /-/ URL namespace #296
Labels
Comments
Since #275 will allow configs to be overridden at the table and database level it also makes sense to expose a completely evaluated list of configs at:
|
Should the |
The first of these will be built in #531 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Initially this will be for subsets of
/-/inspect
and/-/metadata
but it will also give us a URL namespace for future features like/-/facet
(expanded list of a specific facet, linked to from...
) and/-/graph
To start:
/dbname/-/inspect
/dbname/-/metadata
/dbname/tablename/-/inspect
/dbname/tablename/-/metadata
This means we will no longer allow databases or tables to have the name
"-"
- I think that's OKWe will continue to support rows with a primary key of
"-"
at the following URL:/dbname/tablename/-
The text was updated successfully, but these errors were encountered: