-
-
Notifications
You must be signed in to change notification settings - Fork 367
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
API for suggesting columns relevant to building a view #464
Labels
work: backend
Related to Python, Django, and simple SQL
Comments
Closed
This issue has not been updated in 90 days and is being marked as stale. |
I'm closing this issue. Backend work will be tracked in this issue once design work has been completed: |
Repository owner
moved this from Draft
to Done
in [NO LONGER USED] Mathesar work tracker
Oct 30, 2021
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Problem
Users will want to build views from using columns from different tables or views. We need to enable that from the backend.
Proposed solution
We need an API that takes in one of the following:
If an existing table or view is passed in, we'll treat it as a list of all columns from that table or view.
The API should return a full list of columns that could potentially added to a view containing the list of columns specified. To keep the scope small, we'll only suggest columns from tables or views have a foreign key relationship to or from the list of columns specified.
Additional context
The text was updated successfully, but these errors were encountered: