-
Notifications
You must be signed in to change notification settings - Fork 767
Support executor #6792
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
base: v2
Are you sure you want to change the base?
Support executor #6792
Conversation
Signed-off-by: Paul Dittamo <pvdittamo@gmail.com>
Signed-off-by: Paul Dittamo <pvdittamo@gmail.com>
Signed-off-by: Paul Dittamo <pvdittamo@gmail.com>
Signed-off-by: Paul Dittamo <pvdittamo@gmail.com>
Signed-off-by: Paul Dittamo <pvdittamo@gmail.com>
Signed-off-by: Paul Dittamo <pvdittamo@gmail.com>
|
Bito Automatic Review Skipped - Branch Excluded |
Signed-off-by: Paul Dittamo <pvdittamo@gmail.com>
|
Bito Automatic Review Skipped - Branch Excluded |
|
Bito Automatic Review Skipped - Branch Excluded |
Signed-off-by: Paul Dittamo <pvdittamo@gmail.com>
|
Bito Automatic Review Skipped - Branch Excluded |
Signed-off-by: Paul Dittamo <pvdittamo@gmail.com>
Signed-off-by: Paul Dittamo <pvdittamo@gmail.com>
Signed-off-by: Paul Dittamo <pvdittamo@gmail.com>
|
Bito Automatic Review Skipped - Branch Excluded |
Signed-off-by: Paul Dittamo <pvdittamo@gmail.com>
|
Bito Automatic Review Skipped - Branch Excluded |
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.
Curious, why do we want to remove this? Replaced by cacheservice?
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.
yup replaced by cacheservice
|
Got same error when doing
|
|
Bito Automatic Review Skipped - Branch Excluded |
wild-endeavor
left a comment
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.
But I don't understand the new messages like TaskNode, TaskNodeOverrides, NodeMetadata, etc. Are these going to be used in perpetuity for v2? Feels weird. Or will they only be used temporarily? If temporarily, we should merge these in as deprecated. And delete them soon after.
|
|
||
| // A Workflow graph Node. One unit of execution in the graph. Each node can be linked to a Task, a Workflow or a branch | ||
| // node. | ||
| message Node { |
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.
@pvditt don't Nodes not exist anymore?
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.
@wild-endeavor will be deprecated in follow-ups. Wanted to have as few logical changes in the initial migration (first massive code change) as possible to support better reviews
@wild-endeavor Wanted to have as few logical changes in the initial migration (first massive code change) as possible to support better reviews. Can update to have these be deprecated as part of this |

What changes were proposed in this pull request?
idl changes:
plugins changes:
flytestdlib changes:
How was this patch tested?
running in staging clusters at union
Labels
Please add one or more of the following labels to categorize your PR:
This is important to improve the readability of release notes.
Setup process
Screenshots
Check all the applicable boxes
Related PRs
Docs link