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 2021/09/13 09:16:40 UTC

[GitHub] [superset] dijkstra2003 opened a new issue #16685: Database Fetch not working

dijkstra2003 opened a new issue #16685:
URL: https://github.com/apache/superset/issues/16685


   When adding a new database (snowflake) to superset, it doesn't show up in the database overview but it actually does show in in the database itself.
   
   ### Expected results
   The newly added database is visible in the database overview
   
   ### Actual results
   
   The overview / list is empty
   
   #### How to reproduce the bug
   
   1. Go to 'database'
   2. Click on '+database'
   3. Scroll down to 'snowflake'
   4. Fill in credentials
   5. Click on 'connect'
   
   ### Environment
   
   (please complete the following information):
   
   - dockerhub tag: latest
   - snowflake connector: snowflake-sqlalchemy==1.2.3
   ### Checklist
   
   Make sure to follow these steps before submitting your issue - thank you!
   
   - [x] I have checked the superset logs for python stacktraces and included it here as text if there are any.
   - [x] I have reproduced the issue with at least the latest released version of superset.
   - [x] I have checked the issue tracker for the same issue and I haven't found one similar.
   
   ### Additional context
   
   i'm using `snowflake-sqlalchemy==1.2.3`
   


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

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

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] [superset] dijkstra2003 closed issue #16685: Database Fetch not working

Posted by GitBox <gi...@apache.org>.
dijkstra2003 closed issue #16685:
URL: https://github.com/apache/superset/issues/16685


   


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

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

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] [superset] dijkstra2003 commented on issue #16685: Database Fetch not working

Posted by GitBox <gi...@apache.org>.
dijkstra2003 commented on issue #16685:
URL: https://github.com/apache/superset/issues/16685#issuecomment-918904543


   Okay I managed to fix this after running the following commands:
   
   - ` superset db upgrade`
   - `superset init`
   - `superset fab security-cleanup`
   
   For some reasons those commands need to be ran AFTER creating a new admin in order to actually let the admin have the correct access rights.


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

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

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