-
Notifications
You must be signed in to change notification settings - Fork 297
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
Add support chain multiple tasks #1222
Conversation
Signed-off-by: Kevin Su <pingsutw@apache.org>
Codecov Report
@@ Coverage Diff @@
## master #1222 +/- ##
=======================================
Coverage 68.57% 68.58%
=======================================
Files 288 288
Lines 26225 26232 +7
Branches 2929 2929
=======================================
+ Hits 17985 17992 +7
Misses 7762 7762
Partials 478 478
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
@@ -678,6 +679,7 @@ def ref(self) -> NodeOutput: | |||
def __rshift__(self, other: typing.Union[Promise, VoidPromise]): | |||
if self.ref: | |||
self.ref.node.runs_before(other.ref.node) | |||
return other |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
haha bug.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is awesome. Thank you!
Signed-off-by: Kevin Su pingsutw@apache.org
TL;DR
Add support chain multiple tasks by returning
other
when calling rshiftType
Are all requirements met?
Complete description
Tracking Issue
flyteorg/flyte#2955
Follow-up issue
NA