-
Notifications
You must be signed in to change notification settings - Fork 14.1k
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
psycopg2.ProgrammingError #4618
Comments
@qin4zhang was this resolved? im having the same issue. EDIT: I just wanted to add i was able to 'fix' this issue by migrating my main db into mysql and its working as intended now. I'm unsure sure whether the recent version freeze raised by #4953 has affected the way sqlalchemy processes psql or whether psql's strict pure sql approach renders certain data columns incompatible. regardless, if anyone encounters this error i would suggest them to switch to mysql, atleast for now. |
@TianyangLi I have changed into MySQL for superset metadata. |
My superset version info is : { "version": "0.25.6" |
This is a Postgres-specific issue related to column names - Postgres converts all column names to lower case unless they are quoted. So, expected behaviour, but something we can account for. I'm working on a PR for this. |
The problem still persists. @andy-clapson did you open a PR for this? |
Make sure these boxes are checked before submitting your issue - thank you!
Superset version
0.22.1
Expected results
World's Bank Data of examples can be seen
Actual results
Traceback (most recent call last):
Steps to reproduce
The text was updated successfully, but these errors were encountered: