pipelines/api
Chen Sun e23f89852d
chore: release kfp-pipeline spec 0.1.11 and update golang generated code (#6570)
2021-09-14 19:24:33 -07:00
..
v2alpha1 chore: release kfp-pipeline spec 0.1.11 and update golang generated code (#6570) 2021-09-14 19:24:33 -07:00
.gitignore chore(frontend): Use protoc to compile IR to typescript definition. Fix #6272 (#6273) 2021-08-10 02:38:24 -07:00
Makefile chore: make directories before downloading api dependency proto (#6245) 2021-08-05 14:28:42 -07:00
OWNERS chore: Adding ji-yaqi to API & SDK OWNERS files, remove inactive members. (#5733) 2021-05-25 16:06:40 -07:00
README.md chore(api): Using Makefile to pull dependency proto (#6223) 2021-08-04 07:40:42 -07:00
go.mod feat: pipeline spec as a separate go module (#6000) 2021-07-12 20:51:16 -07:00
go.sum feat: pipeline spec as a separate go module (#6000) 2021-07-12 20:51:16 -07:00

README.md

Pipeline Spec

Generate golang proto code

Generate golang proto code:

make clean-go golang

Generate Python proto package

Generate kfp-pipeline-spec:

Update VERSION in v2alpha1/python/setup.py if applicable.

make clean-python python

Generate both Python and golang proto code

Generate both Python and golang proto:

make clean all

Note, there are no prerequisites, because the generation uses a prebuilt docker image with all the tools necessary.

Documentation: https://developers.google.com/protocol-buffers/docs/reference/go-generated