schemas#
relationalai.api
#schemas
Retrieves a VIEW
that lists all RelationalAI (RAI) schemas accessible to the user.
Requires the schema_viewer
application role.
Example#
Use the schemas
view to retrieve a list of all accessible RAI schemas:
#SELECT * FROM relationalai.api.schemas;