Add tables and columns properties to RPC joinable_tables API #3713
Labels
ready
Ready for implementation
type: bug
Something isn't working
work: backend
Related to Python, Django, and simple SQL
Milestone
In the REST API, the joinable_tables API returned an object like this:
The corresponding RPC API only returns an array of joinable table objects.
The front end needs the
tables
andcolumns
properties too. Can we please add those back?The text was updated successfully, but these errors were encountered: