79229864

Date: 2024-11-27 10:36:52
Score: 1
Natty:
Report link

I got this same error message in a really stupid way. I wrote:

Table(name=name, metadata=metadata, *columns)

When I should have written:

Table(name, metadata, *columns)
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Tim Band