You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2020/06/08 05:28:18 UTC

[GitHub] [incubator-superset] waw3ru opened a new issue #10009: I can't see 'Druid Clusters' on 'Sources' menu

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:xx@127.0.0.1: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
   
   ![image](https://user-images.githubusercontent.com/11578670/83995213-7fd7ea80-a961-11ea-9f46-6f59b770017a.png)
   
   ### 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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [incubator-superset] nytai commented on issue #10009: I can't see 'Druid Clusters' on 'Sources' menu

Posted by GitBox <gi...@apache.org>.
nytai commented on issue #10009:
URL: https://github.com/apache/incubator-superset/issues/10009#issuecomment-640737135


   @waw3ru The native druid connector is deprecated, you should use the sqlalchemy connector and connect as you do any other database (using a connection string). You can enable the legacy connector, if you really need to, via a config flag: https://github.com/preset-io/incubator-superset/blob/master/superset/config.py#L221 


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [incubator-superset] waw3ru commented on issue #10009: I can't see 'Druid Clusters' on 'Sources' menu

Posted by GitBox <gi...@apache.org>.
waw3ru commented on issue #10009:
URL: https://github.com/apache/incubator-superset/issues/10009#issuecomment-646440425


   Thanks


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [incubator-superset] willbarrett commented on issue #10009: I can't see 'Druid Clusters' on 'Sources' menu

Posted by GitBox <gi...@apache.org>.
willbarrett commented on issue #10009:
URL: https://github.com/apache/incubator-superset/issues/10009#issuecomment-649103156


   Looks like this is resolved. If you need further guidance @waw3ru feel free to reopen.


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [incubator-superset] srinify commented on issue #10009: I can't see 'Druid Clusters' on 'Sources' menu

Posted by GitBox <gi...@apache.org>.
srinify commented on issue #10009:
URL: https://github.com/apache/incubator-superset/issues/10009#issuecomment-642131504


   To piggyback of what @nytai said, here's a link to the instructions that describes how to explicitly add your connection (to Druid, or any other data store) in Superset:
   
   https://superset.apache.org/tutorial.html#connecting-to-a-new-database


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [incubator-superset] issue-label-bot[bot] commented on issue #10009: I can't see 'Druid Clusters' on 'Sources' menu

Posted by GitBox <gi...@apache.org>.
issue-label-bot[bot] commented on issue #10009:
URL: https://github.com/apache/incubator-superset/issues/10009#issuecomment-640377214


   Issue-Label Bot is automatically applying the label `#bug` to this issue, with a confidence of 0.68. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback! 
   
    Links: [app homepage](https://github.com/marketplace/issue-label-bot), [dashboard](https://mlbot.net/data/apache/incubator-superset) and [code](https://github.com/hamelsmu/MLapp) for this bot.


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [incubator-superset] willbarrett closed issue #10009: I can't see 'Druid Clusters' on 'Sources' menu

Posted by GitBox <gi...@apache.org>.
willbarrett closed issue #10009:
URL: https://github.com/apache/incubator-superset/issues/10009


   


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org