"TypeError: 'str' object is not callable" on "Show record" in "Saved Queries"
See original GitHub issueA clear and concise description of what the bug is.
Expected results
Displays the metadata of the target saved query
Actual results
The error TypeError: 'str' object is not callable
is thrown
How to reproduce the bug
- Set up a query from
SQL Editor
inSQL Lab
- Save the query (with or without description)
- Go to
Saved Queries
inSQL Lab
- Click on
Show record
on any saved query
Environment
(please complete the following information):
- superset version:
Superset 0.999.0dev
- python version:
Python 3.8.5
- node.js version:
v11.0.0
- npm version:
6.14.7
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.
Issue Analytics
- State:
- Created 3 years ago
- Comments:11 (6 by maintainers)
Top Results From Across the Web
Resolve TypeError: 'str' object is not callable in Python
This tutorial explains How to resolve Typeerror: 'str' object is not callable in Python. To resolve this error, you need to change the...
Read more >Why does code like `str = str(...)` cause a TypeError, but only ...
You are redefining what str() means. str is the built-in Python name of the string type, and you don't want to change it....
Read more >How to Fix Type Error: Str Object is Not Callable - YouTube
Are you looking for a way on how to fix type error str object is not callable in your Python code? Here we...
Read more >Python typeerror: 'str' object is not callable Solution
The “typeerror: 'str' object is not callable” error is raised when you try to call a string as a function. To solve this...
Read more >base.py: TypeError: 'str' object is not callable when importing a ...
If you specify a module which does not import (it has syntax error or missing dependendies), base.py will raise mysterious TypeError.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
ok, found the cause, I’ll make a fix ASAP
Still unclear, working on it