-
Notifications
You must be signed in to change notification settings - Fork 334
[Fix] Issue when using FlyteDirectory with Elastic #3320
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
[Fix] Issue when using FlyteDirectory with Elastic #3320
Conversation
037f60d to
a2f1410
Compare
764e186 to
7b3553c
Compare
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #3320 +/- ##
==========================================
- Coverage 52.64% 45.75% -6.89%
==========================================
Files 215 328 +113
Lines 22543 27565 +5022
Branches 2950 2950
==========================================
+ Hits 11868 12613 +745
- Misses 9968 14855 +4887
+ Partials 707 97 -610 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
-e Signed-off-by: machichima <[email protected]>
-e Signed-off-by: machichima <[email protected]>
-e Signed-off-by: machichima <[email protected]>
-e Signed-off-by: machichima <[email protected]>
-e Signed-off-by: machichima <[email protected]>
633b6f1 to
f7791be
Compare
|
Bito Automatic Review Failed - Technical Failure |
Signed-off-by: machichima <[email protected]> Signed-off-by: Atharva <[email protected]>
Tracking issue
Follow up #3313
Why are the changes needed?
As described in #3313
What changes were proposed in this pull request?
Ensure that everytime we call
download, we will get thecurrent_contextof the current process, to ensure calling theget_datasynchronously.How was this patch tested?
Test with script
Setup process
Screenshots
Result
Check all the applicable boxes
Related PRs
Follow up #3313
Docs link
Summary by Bito
This pull request introduces a new downloader class for the FlyteDirectory, enhancing the synchronous data retrieval mechanism. It replaces the previous downloader function with a class instance, improving reliability and ensuring correct context utilization during downloads, as per issue #3313.