Proper endpoint to exempt to successfully post dataset via API?? #19356
tduval-unifylogic
started this conversation in
General
Replies: 2 comments 3 replies
-
Hello, I think that this might help: |
Beta Was this translation helpful? Give feedback.
3 replies
-
I am facing the same issue. in my case I am running dbt superset lineage but get the exact same issue. Is there a bug with Superset which simply prevents the WTF_CSRF_ENABLED = False from being invoked? I confirmed my ENV is set properly. Note that I am also using Docker compose, etc. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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!
Beta Was this translation helpful? Give feedback.
All reactions