-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Allow queries to be associated with tables as samples #3293
Conversation
85ae6b8
to
a1cb0ef
Compare
…ted or after a migration.
…tore/fetch sample queries.
a1cb0ef
to
424e193
Compare
@emtwo , last one 😅 We've updated a lot of things now that we're Community-driven so - if you're still interested in getting this merged - would you mind rebasing off master to re-run the CI, as well as updating merge conflicts? We're trying to clean up our PR todo list, so if you're not interested, that's fine - we'll close the PR in about a week if we don't hear back. If you're interested in reopening the PR afterwards, we would also very much welcome that. |
This one's probably not useful as-is. It seems to require a series of other PRs to already be merged, some of which we've closed already. |
This PR allows an admin to add an existing query as a "sample" to be shown to users as part of a table's schema details.
It is the third a part of a series of PRs for schema enhancements. It is preceded by #3292
[1] Schema viewer drawer #3291
[2] Schema admin configuration #3292
[3] Schema query samples #3293 (this one)
[4] Data source descriptions #3401