-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
WIP:v2-poc-fix #5108
WIP:v2-poc-fix #5108
Conversation
* add kfp v2 hello world sample * generate go proto code * code to unmarshal via jsonpb * generate container spec * add root DAG task and Makefile to run in argo * env setup to quickly build driver container * generate mlmd grpc golang client * mlmd grpc client usage example * driver-dag: put execution and context * driver dag: put context only when execution is a DAG * driver task: resolve parameter from parent execution * chain dag driver with task driver * driver: output argo parameters * driver: build driver docker image * driver: push image to dev registry * compiler: root dag driver compiler * mlmd doc * driver: use task spec and executor spec as driver input instead * driver: pod spec patch output for type EXECUTOR * compiler: passing - parameter placeholder with hello world example * include generated argo workflow in source control * driver no longer outputs parameters * publisher: publish parameters to execution custom properties * driver, publisher: execution state * publisher: remove built binary from repo * sample: add producer consumer sample * sample: producer consumer sample with only parameters * e2e output parameter support * e2e: driver resolves input parameter from tasks in the same DAG * compiler: convert KFP task dependency to argo task dependency * feat: refactor publisher so it can run as an entrypoint * build: entrypoint image * feat: executor and publisher in one container via entrypoint rewriting
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: capri-xiyue The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
1 similar comment
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: capri-xiyue The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/test kubeflow-pipeline-backend-test |
closed (in favor of #5092) |
Description of your changes:
Checklist:
Do you want this pull request (PR) cherry-picked into the current release branch?
Learn more about cherry-picking updates into the release branch.