-
Notifications
You must be signed in to change notification settings - Fork 14.4k
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
issue with TypeError: not enough arguments for format string #787
Comments
The error is specific to execution of the query that is constructed for querying, could you also provide the kind of dashboard you are trying to build or the slices in there? |
I'm use v0.9.1 for 3 weeks, but the issue appear suddenly today and it never appear before.. |
maybe it's related to I changed the default encoding in some scripts, after I reinstall Caravel it's work fine now.. |
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
This was referenced Nov 4, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
the dashboard show the below issue, can anyone have solutions?
![image](https://cloud.githubusercontent.com/assets/10130476/16976171/93d7552a-4e7f-11e6-904d-ec6e33c7516c.png)
` File "/root/anaconda2/lib/python2.7/site-packages/sqlalchemy/engine/base.py", line 1079, in_handle_dbapi_exception
util.reraise(*exc_info)
File "/root/anaconda2/lib/python2.7/site-packages/sqlalchemy/engine/base.py", line 920, in _execute_context
context)
File "/root/anaconda2/lib/python2.7/site-packages/sqlalchemy/engine/default.py", line 425, in do_execute
cursor.execute(statement, parameters)
File "/root/anaconda2/lib/python2.7/site-packages/MySQLdb/cursors.py", line 189, in execute
query = query % tuple([db.literal(item) for item in args])
TypeError: not enough arguments for format string`
The text was updated successfully, but these errors were encountered: