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

In FlyteRemote.upload_file, pass the file object directly rather than the entire bytes buffer #2641

Merged
merged 19 commits into from
Aug 6, 2024

clean up botocore imports

c5075ae
Select commit
Loading
Failed to load commit list.
Merged

In FlyteRemote.upload_file, pass the file object directly rather than the entire bytes buffer #2641

clean up botocore imports
c5075ae
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Aug 6, 2024 in 0s

78.47% (-0.31%) compared to 72da0d0

View this Pull Request on Codecov

78.47% (-0.31%) compared to 72da0d0

Details

Codecov Report

Attention: Patch coverage is 0% with 3 lines in your changes missing coverage. Please review.

Project coverage is 78.47%. Comparing base (72da0d0) to head (c5075ae).
Report is 4 commits behind head on master.

Files Patch % Lines
flytekit/remote/remote.py 0.00% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2641      +/-   ##
==========================================
- Coverage   78.77%   78.47%   -0.31%     
==========================================
  Files         187      187              
  Lines       19149    19151       +2     
  Branches     3993     3994       +1     
==========================================
- Hits        15085    15029      -56     
- Misses       3374     3436      +62     
+ Partials      690      686       -4     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.