This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
Proper endpoint to exempt to successfully post dataset via API?? #19343
Labels
question & help wanted
Use Github discussions instead
regarding issue #17206
I am, like LeiZhanglmo attempting to create a dataset via the api to a table that already exists.
I have followed the guidance for setting
I am using apache-superset-1.4.1rc1
I have set WTF_CSRF_ENABLED = False in config.py and have added (what I believe may be incorrect) the endpoint to the WTF_CSRF_EXEMPT_LIST so I won't face the notorius: "CSRF Token is missing" error:
Alas, to no avail!
I am unsuccessful via the Swagger API page as well as attempting to post in my notebook provided by Srini Kadamati
Can someone please respond with what the proper endpoint address is to put in the list so that we can successfully add datasets via the api??? I am sure this is obvious to some, but it doesn't appear to be jumping out to me.
Thanks a lot!
The text was updated successfully, but these errors were encountered: