Closed fontanierh closed 1 month ago
Add remote_database_table_id and remote_database_secret_id columns to the table table in core
remote_database_table_id
remote_database_secret_id
table
core
see suggested data model
Update endpoints to allow creating remote tables (see design doc)
There are also front endpoints that just "proxy" the core endpoints with auth
front
Also need to make sure we cannot create or delete rows from "remote tables" (the whole row api is disabled for those)
Add
remote_database_table_id
andremote_database_secret_id
columns to thetable
table incore
see suggested data model
Update endpoints to allow creating remote tables (see design doc)
There are also
front
endpoints that just "proxy" thecore
endpoints with auth