Superset API: upload dashboard #26408
Unanswered
g-o-mgnw
asked this question in
Q&A / Help
Replies: 1 comment
-
Are you able to solve this issue ? Can you please add solution here |
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
-
Hi everyone.
I'm trying to upload a dashboard via the superset API, but seem to be stuck.
I'm using Superset in a Docker container on port 8080. Then, i made a python file with following code.
I can succesfully get an CSRF token and an access token, but on the last post, i always get a "user confirmation needed" error. The response code is 200 though.
Any ideas on why this issue might occur?
Beta Was this translation helpful? Give feedback.
All reactions