CLI: Command not found `superset fab reset-password` in 0.36.0rc3
See original GitHub issueWhen using the CLI, the subcommand reset-password
is not found in the superset fab
command.
Expected results
superset@e133a8dc5:/app$ superset fab reset-password --help
Usage: superset fab reset-password [OPTIONS]
Resets a user password
Options:
--username TEXT
--password TEXT
Actual results
superset@e133a8dc5:/app$ superset fab reset-password --help
Usage: superset fab [OPTIONS] COMMAND [ARGS]...
Try 'superset fab --help' for help.
Error: No such command 'reset-password'.
Screenshots
None
How to reproduce the bug
To reproduce:
me@computer$ git fetch --all
me@computer$ git checkout origin/0.36
me@computer$ docker-compose build
me@computer$ docker run -it incubator-superset_superset-init /bin/bash
superset@e133a8dc5:/app$ superset fab reset-password --help
Environment
(please complete the following information):
- superset version: 0.36
- python version: Python 3.6.9
- node.js version:
node -v
- npm version:
npm -v
Checklist
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 there are 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.
Additional context
None
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
CLI: Command not found superset fab reset-password in 0.36 ...
When using the CLI, the subcommand reset-password is not found in the superset fab command. Expected results superset@e133a8dc5:/app$ ...
Read more >Superset: command not found - Stack Overflow
First I was trying without installing superset package in my virtual environment. After successful installation it's working fine. Share.
Read more >Installation & Configuration - apache-superset - Read the Docs
Install Docker on Linux by following Docker's instructions for whichever flavor of Linux suits you. Because docker-compose is not installed as part of...
Read more >Search Results - CVE
Stored XSS vulnerability using onfocus and autofocus occurs because escaping exists for "<" or ">" but escaping for double quotes does not exist....
Read more >Apache Superset-How to reset Admin Password ... - YouTube
Apache Superset -How to reset Admin Password ( Command Line). 610 views 8 months ago. CA Amit Singh. CA Amit Singh. 475 subscribers....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
mmm, yes it’s not included on Docker, you can hack it by changing this line, if this is a major constraint to you: https://github.com/apache/incubator-superset/blob/master/Dockerfile#L89
flask fab reset-password is already on flask-appbuilder master branch, will be included next release