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 2019/05/14 07:34:38 UTC

[GitHub] [incubator-superset] kleiven opened a new issue #7503: Save database record fails

kleiven opened a new issue #7503: Save database record fails
URL: https://github.com/apache/incubator-superset/issues/7503
 
 
   Error message when trying to save a database record. The database record is not saved and an error mesage is displayed. It is not possible to save a new database record or save changes in an existing record.
   
   ### Expected results
   
   - I Expected that changes in the database record would be saved and changes shown in supersets list of added databases.
   - If I try to save a new database record, I expect the record to be created and the new database shown in the list of added databases.
   
   ### Actual results
   
   After pressing "Save" in the "Add database" view (/databaseview/add) I am redirected to /databaseview/list/ and the following error is displayed on top of the page:
   "Error 111 connecting to localhost:6379. Connection refused."
   
   The SQLAlchemy URI I am trying to add is of type: presto://
   However, the same error was given when trying to add a postgres url as well.
   
   In the add database form I only filled in the follwing two form inputs: 
   - Database
   - SQLAlchemy URL.
   All other form fields were unaltered from their initial state.
   
   #### How to reproduce the bug
   
   1. Go to '/databaseview/add'
   2. Fill in 'Test' to the form field 'Database'
   3. Fill in a url in the 'SQLAlchemy URI'
   3. Click on the "Save" button
   4. See error on top of page after redirect to /databaseview/list/
   
   ### Environment
   
   - superset version: 0.32.0rc2
   - python version: 3.6.8
   - node.js version: v8.16.0
   - npm version: 6.4.1
   
   ### Checklist
   
   Make sure these boxes are checked 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.
   
   ### Other context
   Superset runs in a kubernetes pod

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


With regards,
Apache Git Services

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