waw3ru opened a new issue #10009: URL: https://github.com/apache/incubator-superset/issues/10009
- I successfully installed apache-superset on my virtualenv using `$ pip install apache-superset[druid]` - I created `superset_config.py` and added the following configurations ```python SQLALCHEMY_DATABASE_URI = 'postgresql://xx:[email protected]:5432/superset-db' ``` - I then continued to setup superset as instructed in the docs ```sh # Initialize the database superset db upgrade # Create an admin user (you will be prompted to set a username, first and last name before setting a password) $ export FLASK_APP=superset superset fab create-admin # Load some data to play with superset load_examples # Create default roles and permissions superset init # To start a development web server on port 8088, use -p to bind to another port superset run -p 8088 --with-threads --reload --debugger ``` - When I went to the superset UI, **druid clusters** was not available as one of the options on the list of **sources** #### Screenshots  ### Environment - superset version: `0.36.0` - python version: `Python 3.6.9` - node.js version: `v10.13.0` - npm version: `6.14.4` _Is there something I did wrong during the setup ? and how can I get the menu option available ?_ ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
