<@!845250139706753044> is it possible to add non-p...
# help
p
@User is it possible to add non-public tables to the Table Editor within the supabase UI? Additionally, can non-public schemas be exposed in the API? I have added the desired schema to
Settings-->Project-->API-->Settings-->Extra Search Path
, but it doesn't affect anything in the UI...no endpoints are created.
s
Right now only the
public
schema can be exposed. But the feature to expose more schemas is planned(already supported by PostgREST, the Supabase UI only needs to add the option). Yes, extra-search-path is just for that(doesn't add API endpoints): https://postgrest.org/en/v8.0/configuration.html#db-extra-search-path