[Fix] Issue when using FlyteDirectory with Elastic - #3320
Merged
pingsutw merged 5 commits intoAug 28, 2025
Conversation
machichima
requested review from
cosmicBboy,
davidmirror-ops,
eapolinario,
kumare3,
pingsutw,
samhita-alla and
wild-endeavor
as code owners
August 22, 2025 03:02
machichima
force-pushed
the
elastic-flytedirectory-issue
branch
from
August 22, 2025 03:06
037f60d to
a2f1410
Compare
machichima
force-pushed
the
elastic-flytedirectory-issue
branch
from
August 22, 2025 03:29
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:
|
pingsutw
approved these changes
Aug 27, 2025
-e Signed-off-by: machichima <nary12321@gmail.com>
-e Signed-off-by: machichima <nary12321@gmail.com>
-e Signed-off-by: machichima <nary12321@gmail.com>
-e Signed-off-by: machichima <nary12321@gmail.com>
-e Signed-off-by: machichima <nary12321@gmail.com>
machichima
force-pushed
the
elastic-flytedirectory-issue
branch
from
August 27, 2025 04:11
633b6f1 to
f7791be
Compare
Contributor
|
Bito Automatic Review Failed - Technical Failure |
pingsutw
approved these changes
Aug 28, 2025
Atharva1723
pushed a commit
to Atharva1723/flytekit
that referenced
this pull request
Oct 5, 2025
Signed-off-by: machichima <nary12321@gmail.com> Signed-off-by: Atharva <atharvakulkarni172003@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.