* chore(sdk): support Python 3.12 * fix kfp-kubernetes test import error * use assertEqual instead of assertEquals * fix kfp-kubernetes snapshot yaml |
||
|---|---|---|
| .. | ||
| go/kubernetesplatform | ||
| proto | ||
| python | ||
| .gitignore | ||
| Makefile | ||
| OWNERS | ||
| README.md | ||
| go.mod | ||
README.md
Kubernetes platform-specific feature
Contains protos, non-proto Python library code, and tools for generating Go and Python proto library code.
Generate Python proto code (alongside non-proto library code)
Python proto code should be updated prior to releasing the package. For this reason, bumping the version number is included in the instructions.
Python proto code should not be checked into source control.
- Update version in
python/setup.pyif applicable. make clean-python python
If you get an error error: invalid command 'bdist_wheel', run pip install wheel then try again.
Generate Go proto code
Go proto code should be updated when the kubernetes_executor_config.proto file is updated.
Go proto code should be checked into source control.
make clean-go golang