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

bugfix in UtilitiesClient.stream_upload #106

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

daniel-gratz
Copy link

In UtilitiesClient.stream_upload, the domo stream upload part api expects part_id to be contiguous. It seems to tolerate some discontinuities, but when uploading a large dataset the api eventually returns an error that there are too many gaps in the uploaded part_ids. This commit fixes this by using i as the part_id (instead of start) which will be contiguous.

I have only tested this code change by running it in my code, where it fixed the issue. If there is other testing that needs to be done, let me know how I can do that.

In UtilitiesClient.stream_upload, the domo stream upload part api expects part_id to be contiguous. It seems to tolerate some discontinuities, but when uploading a large dataset the api eventually returns an error that there are too many gaps in the part_ids. This commit fixes this by using `i` as the part_id (instead of `start`) which will be contiguous.
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

Successfully merging this pull request may close these issues.

1 participant