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

Use a shared base class for the file upload queues #265

Merged
merged 4 commits into from
Jan 2, 2024

Conversation

einarmo
Copy link
Contributor

@einarmo einarmo commented Nov 21, 2023

This class can also be used directly to load data that is neither a local file or an in-memory byte buffer, for example if data is actively being streamed from somewhere else.

@einarmo einarmo requested a review from a team as a code owner November 21, 2023 12:02
@einarmo einarmo force-pushed the base-file-upload-queue branch from 837a47b to 552c756 Compare November 21, 2023 12:02
This class can also be used directly to load data that is neither a
local file or an in-memory byte buffer, for example if data is actively
being streamed from somewhere else.
@einarmo einarmo force-pushed the base-file-upload-queue branch from 552c756 to d67c8d2 Compare November 21, 2023 12:05
@einarmo einarmo force-pushed the base-file-upload-queue branch from 3fdf591 to 0f40dd1 Compare November 21, 2023 12:23
Copy link

codecov bot commented Nov 21, 2023

Codecov Report

Merging #265 (9242f4f) into master (eeed8fa) will increase coverage by 0.04%.
Report is 1 commits behind head on master.
The diff coverage is 100.00%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #265      +/-   ##
==========================================
+ Coverage   78.69%   78.74%   +0.04%     
==========================================
  Files          22       22              
  Lines        1920     1896      -24     
==========================================
- Hits         1511     1493      -18     
+ Misses        409      403       -6     
Files Coverage Δ
cognite/extractorutils/uploader/__init__.py 100.00% <100.00%> (ø)
cognite/extractorutils/uploader/files.py 92.00% <100.00%> (+4.00%) ⬆️

... and 2 files with indirect coverage changes

@einarmo einarmo merged commit 5cf3d37 into master Jan 2, 2024
6 checks passed
@einarmo einarmo deleted the base-file-upload-queue branch January 2, 2024 06:59
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.

2 participants