gabriel-suela opened a new issue, #8602: URL: https://github.com/apache/incubator-devlake/issues/8602
### Search before asking - [x] I had searched in the [issues](https://github.com/apache/incubator-devlake/issues?q=is%3Aissue) and found no similar issues. ### What happened I am getting error when collecting data from Github: `Error running pipeline 24. Wraps: (2) Error running task 167. | Wraps: (2) subtask generateDeployments ended unexpectedly | Wraps: (3) error adding result to batch (500) | Wraps: (4) Error 1406 (22001): Data too long for column 'name' at row 367 (500) | Wraps: (5) Error 1406 (22001): Data too long for column 'name' at row 367 | Error types: (1) *hintdetail.withDetail (2) *hintdetail.withDetail (3) *hintdetail.withDetail (4) *hintdetail.withDetail (5) *mysql.MySQLError Error types: (1) *hintdetail.withDetail (2) *errors.errorString` ### What do you expect to happen The data collection must not fail. The length of the string can be trimmed if possible or increase the length of the column. ### How to reproduce Im collecting data from 3 repos and abd this is just happening in a especific project <img width="1387" height="556" alt="Image" src="https://github.com/user-attachments/assets/a42cfffb-110c-47fd-97d2-b1f2d3776c2a" /> ### Anything else _No response_ ### Version v1.0.2 ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [x] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
