Problem Statement
Python SDK truncates SQL queries and appends an ellipsis at the end. Depending on the length of the parameter list, the query might be truncated in different places, which affects issue grouping in performance issues.
Solution Brainstorm
Why not just always put the whole (parameterized) SQL query in there?