Make sure these boxes are checked before submitting your issue - thank you!
- [ ] I have checked the superset logs for python stacktraces and included it
here as text if any
- [ ] I have reproduced the issue with at least the latest released version of
superset
- [ ] I have checked the issue tracker for the same issue and I haven't found
one similar
### Superset version
0.26.3
### Expected results
### Actual results
### Steps to reproduce
I am trying to write a python script call REST API to create a dashboard.
Since flask uses OAUTH Authentication Types.
My question is where can I find 'YOUR_APP_KEY' 'YOUR_APP_SECRET'
'USER_OAUTH_TOKEN' 'USER_OAUTH_TOKEN_SECRET'?
auth = OAuth1('YOUR_APP_KEY', 'YOUR_APP_SECRET',
'USER_OAUTH_TOKEN', 'USER_OAUTH_TOKEN_SECRET')
[ Full content available at:
https://github.com/apache/incubator-superset/issues/5710 ]
This message was relayed via gitbox.apache.org for [email protected]