table \"<>\" does not exist in source: <>" #9269
-
how to use metadata apis for create permissions (select, insert, delete etc) on Hasura. seems like using the template written in doc is not helping me.. all is get always is a BadRequest with 400 with error on body { would like some help on this !! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
From the screenshot above, it looks like this is a MS SQL Server database. In that case, you'd have to use the SQL Server related metadata APIs (starts with |
Beta Was this translation helpful? Give feedback.
From the screenshot above, it looks like this is a MS SQL Server database. In that case, you'd have to use the SQL Server related metadata APIs (starts with
mssql_
). For creating select permission it would bemssql_create_select_permission
. Full docs here: https://hasura.io/docs/latest/api-reference/metadata-api/permission/#mssql-create-select-permission