[Bug][Github: Extract Users] avatar_url data too long error #8250
Labels
component/plugins
This issue or PR relates to plugins
severity/p1
This bug affects functionality or significantly affect ux
type/bug
This issue is a bug
Search before asking
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
What do you expect to happen
Script should run without errors.
How to reproduce
Anything else
No response
Version
v1.0.1@e061ef2
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: