krishnaku opened a new issue, #8250: URL: https://github.com/apache/incubator-devlake/issues/8250
### 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 DevLake: v1.0.1@e061ef2 I ran into an import error while trying to process the Github repo for Devlake. Tracked it down to the loading of the table _tool_github_accounts from _raw_github_account I resolved it by changing the type of the avatar_url column from VARCHAR(255) to TEXT. Repeated the same for table accounts. I was able to work around this issue with this fix, but reporting anyway. [logging (3).tar.gz](https://github.com/user-attachments/files/18205473/logging.3.tar.gz)  ### What do you expect to happen Script should run without errors. ### How to reproduce 1. Create a Github connection. 2. Connect to apache/incubator-devlake project. 3. Set up project with default settings with this connection. 4. Collect data. ### Anything else _No response_ ### Version v1.0.1@e061ef2 ### Are you willing to submit PR? - [X] 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: dev-unsubscr...@devlake.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org