You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to add or edit a database, i get the error "'NoneType' object has no attribute 'encode'" and no database is added or edited.
This happens with the demo database as well as a Snowflake database.
Clicking on "Test Connection" shows success.
Expected results
The database is added to the list of sources
Actual results
An error message is displayed: 'NoneType' object has no attribute 'encode'
There is no information on the console output, loglevel is "DEBUG"
Screenshots
How to reproduce the bug
Go to Sources -> Database
Click on "Save"
See error
Environment
Docker container
Host Information:
superset version: latest Master branch
python version: 3.7.7
node.js version: 12.8.0
npm version: 6.11.2
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
Host OS: MacOS Mojave 10.14.6
The Snowflake connection string looks like this:
snowflake://USER:xxxxxxxx@nfXXXX.eu-central-1/DATABASE/PUBLIC?warehouse=WAREHOUSE&role=PRODUCTION_USER
Snowflake-SQLalchemy is installed.
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. For admin, please label this issue .pinned to prevent stale bot from closing the issue.
When I try to add or edit a database, i get the error "'NoneType' object has no attribute 'encode'" and no database is added or edited.
This happens with the demo database as well as a Snowflake database.
Clicking on "Test Connection" shows success.
Expected results
The database is added to the list of sources
Actual results
An error message is displayed: 'NoneType' object has no attribute 'encode'
There is no information on the console output, loglevel is "DEBUG"
Screenshots
How to reproduce the bug
Environment
Docker container
Host Information:
Checklist
Make sure these boxes are checked before submitting your issue - thank you!
Additional context
Host OS: MacOS Mojave 10.14.6
The Snowflake connection string looks like this:
snowflake://USER:xxxxxxxx@nfXXXX.eu-central-1/DATABASE/PUBLIC?warehouse=WAREHOUSE&role=PRODUCTION_USER
Snowflake-SQLalchemy is installed.
The text was updated successfully, but these errors were encountered: