-
Notifications
You must be signed in to change notification settings - Fork 301
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
node_dependency_hints
for dynamic tasks
#2015
Merged
eapolinario
merged 20 commits into
flyteorg:master
from
Tom-Newton:tomnewton/upsream_output_entity_hints
Jan 31, 2024
Merged
node_dependency_hints
for dynamic tasks
#2015
eapolinario
merged 20 commits into
flyteorg:master
from
Tom-Newton:tomnewton/upsream_output_entity_hints
Jan 31, 2024
Conversation
This file contains 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
2 tasks
Tom-Newton
force-pushed
the
tomnewton/upsream_output_entity_hints
branch
from
December 1, 2023 20:21
5fe0ef7
to
45b9b19
Compare
Looks like I created a circular imports with the type hints when rebasing |
pingsutw
reviewed
Dec 13, 2023
Tom-Newton
force-pushed
the
tomnewton/upsream_output_entity_hints
branch
from
December 13, 2023 18:53
6920d5b
to
25fa4dd
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2015 +/- ##
=======================================
Coverage 85.80% 85.80%
=======================================
Files 313 313
Lines 23579 23594 +15
Branches 3530 3534 +4
=======================================
+ Hits 20232 20246 +14
Misses 2738 2738
- Partials 609 610 +1 ☔ View full report in Codecov by Sentry. |
Tom-Newton
force-pushed
the
tomnewton/upsream_output_entity_hints
branch
3 times, most recently
from
December 14, 2023 14:11
23aaf8f
to
b629c6f
Compare
Tom-Newton
changed the title
WIP Output entity hints for dynamic tasks
Output entity hints for dynamic tasks
Dec 14, 2023
Tom-Newton
force-pushed
the
tomnewton/upsream_output_entity_hints
branch
3 times, most recently
from
December 15, 2023 14:15
7d3e25a
to
5fc0f47
Compare
Tom-Newton
changed the title
Output entity hints for dynamic tasks
Dec 15, 2023
node_dependency_hints
for dynamic tasks
Tom-Newton
requested review from
wild-endeavor,
kumare3,
eapolinario and
cosmicBboy
as code owners
December 15, 2023 14:16
Tom-Newton
force-pushed
the
tomnewton/upsream_output_entity_hints
branch
2 times, most recently
from
December 19, 2023 20:52
8f8e46d
to
920a5d2
Compare
Signed-off-by: Thomas Newton <[email protected]>
Signed-off-by: Thomas Newton <[email protected]>
Signed-off-by: Thomas Newton <[email protected]>
Signed-off-by: Thomas Newton <[email protected]>
Signed-off-by: Thomas Newton <[email protected]>
Signed-off-by: Thomas Newton <[email protected]>
Signed-off-by: Thomas Newton <[email protected]>
Signed-off-by: Thomas Newton <[email protected]>
Signed-off-by: Thomas Newton <[email protected]>
Signed-off-by: Thomas Newton <[email protected]>
Signed-off-by: Thomas Newton <[email protected]>
Signed-off-by: Thomas Newton <[email protected]>
Signed-off-by: Thomas Newton <[email protected]>
Signed-off-by: Thomas Newton <[email protected]>
Signed-off-by: Thomas Newton <[email protected]>
Signed-off-by: Thomas Newton <[email protected]>
Signed-off-by: Thomas Newton <[email protected]>
Tom-Newton
force-pushed
the
tomnewton/upsream_output_entity_hints
branch
from
December 20, 2023 00:15
920a5d2
to
a29cd98
Compare
Signed-off-by: Thomas Newton <[email protected]>
Tom-Newton
force-pushed
the
tomnewton/upsream_output_entity_hints
branch
from
December 20, 2023 00:15
a29cd98
to
62c5209
Compare
Signed-off-by: Thomas Newton <[email protected]>
pingsutw
approved these changes
Jan 30, 2024
eapolinario
approved these changes
Jan 30, 2024
…ntity_hints Signed-off-by: Eduardo Apolinario <[email protected]>
eapolinario
approved these changes
Jan 30, 2024
3 tasks
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
Closes flyteorg/flyte#4516
Why are the changes needed?
Streamline launching launchplans from dynamic tasks.
What changes were proposed in this pull request?
How was this patch tested?
Updated unit tests. I have also been using very similar changes in a real flyte deployment for weeks.
Setup process
Screenshots
Check all the applicable boxes
Related PRs
Docs link