-
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
Generate pipeline and job python client as part of SDK #628
Conversation
So people can use python to CRUD pipeline or job
fix #617 |
How about adding another function: upload_pipeline in the SDK to fix #617? |
Ditto @gaoning777. This is fine as the first step and we'll need a wrapper. We also need to add the packages in setup.py (https://github.com/kubeflow/pipelines/blob/master/sdk/python/setup.py) |
We can probably do the wrapper and add those to setup.py in a separate change. |
/lgtm |
/test kubeflow-pipeline-build-image |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: IronPan The full list of commands accepted by this bot can be found here. The pull request process is described 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 APPROVED This pull-request has been approved by: IronPan The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
thanks i always forgot setup.py. I'll add it separately |
This is a follow up PR after #628
This is a follow up PR after #628
So people can use python to CRUD pipeline or job, from for example notebook.
This change is