Got 'DatabaseTrace' object has no attribute 'sql_format' error
See original GitHub issueGot ‘DatabaseTrace’ object has no attribute ‘sql_format’ error
I’m using 7.10.0.175 with PostgreSQL
newrelic/api/database_trace.py in create_node at line 231
start_time=self.start_time,
end_time=self.end_time,
duration=self.duration,
exclusive=self.exclusive,
stack_trace=self.stack_trace,
sql_format=self.sql_format,
connect_params=self.connect_params,
cursor_params=self.cursor_params,
sql_parameters=self.sql_parameters,
execute_params=self.execute_params,
host=self.host,
Issue Analytics
- State:
- Created a year ago
- Comments:6 (2 by maintainers)
Top Results From Across the Web
Django with MSSQL giving error :'DatabaseWrapper' object ...
After that I tried to open Admin panal using http:// 127.0.0.1:8000/admin it gives error. ERROR 'DatabaseWrapper' object has no attribute ...
Read more >SQL Lab - 'dict' object has no attribute 'set' · Issue #20838 · ...
When I am in SQL Lab and run some SQLs against a test Postgres Database, I got dict object has no attribute set...
Read more >AttributeError: type object 'Query' has no attribute 'from_json'
AttributeError : type object 'Query' has no attribute 'from_json' ... I tried to edit page's content and click publish but got internal server...
Read more >'AttributeError: 'str' object has no attribute 'decode'' 1603 ...
This issue "AttributeError: 'str' object has no attribute 'decode'" 1603 error while upgrading vCenter Server 6.7 with a SQL database and ...
Read more >'DeltaTable' object has no attribute 'clone'
I have the following error : AttributeError: 'DeltaTable' object has no attribute 'clone' ... Anyhow, the only way to get it working is...
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 Free
Top 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
This is still happening with 8.1.0.180. Here’s the traceback:
Thanks for fixing this! Is there an ETA for a release that will include this fix?