79233324

Date: 2024-11-28 09:53:18
Score: 1
Natty:
Report link

Also notice that the text can not be longer than 2000 characters, otherwise you will get this failure. This was my solution in Matillion:

if len(detailed_error) > 2000:
  max_len = len(detailed_error)-2000
  context.updateVariable('detailed_error', detailed_error[max_len:])
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Lalo lalic