-
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
time series line bar sqlalchemy.exc.ProgrammingError #661
Labels
inactive
Inactive for >= 30 days
Comments
Where the SQL statement is generated |
Looks like you're pretty deep into unicode. You might want to give python3 a shot. |
../python2.7/site-packages/sqlalchemy/elements.py |
I have no idea what that means |
zhaoyongjie
pushed a commit
to zhaoyongjie/incubator-superset
that referenced
this issue
Nov 17, 2021
zhaoyongjie
pushed a commit
to zhaoyongjie/incubator-superset
that referenced
this issue
Nov 24, 2021
zhaoyongjie
pushed a commit
to zhaoyongjie/incubator-superset
that referenced
this issue
Nov 25, 2021
zhaoyongjie
pushed a commit
to zhaoyongjie/incubator-superset
that referenced
this issue
Nov 26, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sqlalchemy.exc.ProgrammingError
ProgrammingError: (psycopg2.ProgrammingError) column "\u6d4b\u8bd5\u5b57\u6bb5" does not exist
LINE 1: SELECT "\u6d4b\u8bd5\u5b57\u6bb5" AS timestamp, COUNT() AS ...
^
[SQL: 'SELECT "\u6d4b\u8bd5\u5b57\u6bb5" AS timestamp, COUNT() AS count \nFROM servcode_table_view \nWHERE "\xe6\xb5\x8b\xe8\xaf\x95\xe5\xad\x97\xe6\xae\xb5" >= '2010-06-23 11:01:48.000000' AND "\xe6\xb5\x8b\xe8\xaf\x95\xe5\xad\x97\xe6\xae\xb5" <= '2016-06-23 11:01:48.000000' GROUP BY "\u6d4b\u8bd5\u5b57\u6bb5" \n LIMIT 50000']
Traceback (most recent call last)
The debugger caught an exception in your WSGI application. You can now look at the traceback which led to the error.
To switch between the interactive traceback and the plaintext one, you can click on the "Traceback" headline. From the text traceback you can also create a paste of it. For code execution mouse-over the frame you want to debug and click on the console icon on the right side.
You can execute arbitrary Python code in the stack frames and there are some extra helpers available for introspection:
The text was updated successfully, but these errors were encountered: