question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

CLI: Command not found `superset fab reset-password` in 0.36.0rc3

See original GitHub issue

When 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:closed
  • Created 3 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
dpgasparcommented, Apr 7, 2020

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

0reactions
dpgasparcommented, Apr 13, 2020

flask fab reset-password is already on flask-appbuilder master branch, will be included next release

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found