Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Issue]: Failed to read large files from git #251

Open
SiddHyper opened this issue May 19, 2024 · 2 comments
Open

[Issue]: Failed to read large files from git #251

SiddHyper opened this issue May 19, 2024 · 2 comments

Comments

@SiddHyper
Copy link

I have yaml file which is approx. 25000 lines of code but it seems the github failed to read completed file and breaks the file in between around 14000-15000 lines and throws this error


 14610 |         summary:
 14611 |           default: null
 14612 |           nullable: true
 14613 |           descr
------------------------^

 14610 |         summary:
 14611 |           default: null
 14612 |           nullable: true
 14613 |           descr
------------------------^```

When I download the same file and run it from local file it works properly 
 
@SiddHyper
Copy link
Author

Seems like github graphql api limitation I think we should use there rest api Will try to raise the PR for this @fabien0102

@SiddHyper
Copy link
Author

Will be closed once this is release
#254

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant