Commit Graph

7 Commits

Author SHA1 Message Date
Chen Sun 952e0730a8
feat(sdk): Support submitting pipeline with platform config. (#9140)
* SDK client v2beta1 API integration.

* fix unit tests

* create alias for use of methods and fields referencing `job`.`

* fix cli

* fix pipeline list-versions

* more cli fixes

* client fix

* Support submitting pipeline with platform spec.

* unit test

* move util functions
2023-04-12 13:06:12 -07:00
Chen Sun 07d6c1816b
feat(SDK)!: SDK client v2beta1 API integration. Fixes #8706 (#9112)
* SDK client v2beta1 API integration.

* fix unit tests

* create alias for use of methods and fields referencing `job`.`

* fix cli

* fix pipeline list-versions

* more cli fixes

* client fix
2023-04-12 09:54:45 -07:00
Tara Tufano e50f40305d
fix(sdk): fix upload_pipeline when no pipeline name is provided (#8695) 2023-01-31 13:45:39 -08:00
andreafehrman b26dd100e1
test(sdk): implement small tests for Client class (#8517)
Co-authored-by: droctothorpe <mythicalsunlight@gmail.com>

Co-authored-by: droctothorpe <mythicalsunlight@gmail.com>
2022-12-01 19:39:45 +00:00
Connor McCarthy 13736b85b6
chore(sdk): clean up kfp code style (#8027)
* remove unused imports

* use google as isort profile

* sort imports

* format with yapf

* clean end of file new line, trailing whitespace, double quoted strings
2022-07-15 00:06:34 +00:00
Scott_Xu b95c5aba85
feat(sdk/client): implements overriding caching options at submission (#7912)
* implement override caching options for client

* use absolute path in test for overriding caching

* format code and add unit tests from pipeline

* delete typo

* add two-step pipeline test and review changes

* fix formatting

* fix typo on deprecated code

* update release file

* resolve comments on docstring and testing

* update release file
2022-07-12 16:49:30 +00:00
Connor McCarthy 101d243f48
feat(sdk): validate pipeline resource name before submission (#7713)
* add pipeline resource name validation

* add pipeline name validation tests

* update downstream pipeline name logic in cli
2022-05-13 20:12:41 +00:00