Add a custom Api #18016
Unanswered
amitBhardwaj12
asked this question in
Q&A / Help
Add a custom Api
#18016
Replies: 1 comment 2 replies
-
|
@amitBhardwaj12 you'll need to either give your logged in user/role RBAC permission for |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I want to add my own API that will parse the query and will return the tables list within query.
Endpoint I am using : '/superset/parse_query_tables/'
POST Method
I have added this code on backend side:
Error :
Status Code: 401 UNAUTHORIZED
Error Response I am getting :
{
"message": "Access is Denied",
"severity": "danger"
}
Any help would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions