-
Notifications
You must be signed in to change notification settings - Fork 14.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No columns imported from table from MSSQL-DB #4501
Comments
Same problem here, with MySQL Percona database. We had no such problems with standard MySQL database, with the same tables/datasources... some tables work, others don't, and I fail to understand the cause. |
That's a SQLAlchemy dialect issue, not a Superset issue. We just call the dialect's |
Thanks for the reply. I checked SQLAlchemy and and the driver 'pymssql' separately and it works.
I've checked the issues tagged "unicode" |
Hello @sebastianwindeck. Were you hable to fix it? |
Hey @jcoelho-pt, the fix for me to solve the Unicode issue was the shipping to superset from Py2 to Py3. |
Thanks @sebastianwindeck! |
Make sure these boxes are checked before submitting your issue - thank you!
Superset version
Superset 0.22.1
Expected results
Import of Table with Column, Column_types, Metrics from Database (MSSQL)
Actual results
For some tables of the database the import works properly and all columns are recognized, for others it doesn't work.
Even though the table got recognized and the table is shown as imported, but does not contain any columns/metrics.
Steps to reproduce
Python 2.7
MSSQL Database
Import of table with different column_types
The text was updated successfully, but these errors were encountered: