Pratyusha R
1d9690321f
fix(samples): Updated samples/core to V2 ( #9879 )
...
* Updated output_a_directory.py to V2
* Update output_a_directory_test.py to V2
* Update parallel_join.py to V2
* Update multiple_outputs.ipynb to V2
* Update multiple_outputs_test.py to V2
* Updated kfp_env_validation to V2
* Updated loop_parallelism to V2
2024-03-06 22:57:14 +00:00
Yaqi Ji
b693909a08
feat(sdk)!: move v1 to deprecated folder ( #7291 )
...
* chore(sdk): move v1 to deprecated
* fix testsg
* fix testsg
* fix setup.py
* fix test
* s'
* fix tests
* fix test
* retore v2 test changes
* fix py3.6 test
* fix py3.6 test
* fix py3.6 import fallback error
* remove deprecated
* fix samples test
* sample test
* fix samples
* add readme
* restroe test
* python require
* remove path
* fix tests
* inteegration tests
* remove tfx tests for dependency with kfp v1
* fix e2e
* fix e2e
* fix integration tests
* fix sampe
* move client down
* change to kfp
* add import alias
* fix
* runid
* fix dsl
* only use kfp for function
* revert train_until_good
* tfx test
* kfp
* try import
* onprem
2022-03-04 00:52:59 +00:00
Yuan (Bob) Gong
c7448c71df
test(v2): refactor sample test utils into a py package ( #7105 )
...
* test(v2): refactor sample test utils into a py package
* fix error
2021-12-23 11:10:01 +08:00
Chen Sun
5bbb384cc7
test: clean up v2 compatible mode sample tests ( #6943 )
2021-11-23 02:08:06 +00:00
Ajay Gopinathan
c5daa7532d
fix(v2): Escape strings in RuntimeInfo. ( #5601 )
...
* Escape strings in RuntimeInfo.
This allows strings to be serialized dictionaries etc.
Also, re-enable a couple of v2 tests.
* update goldens.
* Update exit_handler.py
* add comment.
* keep last error
Co-authored-by: Yuan (Bob) Gong <4957653+Bobgy@users.noreply.github.com>
2021-05-09 02:19:08 -07:00
Alexey Volkov
cc83e1089b
Assigned copyright to the project authors ( #5587 )
2021-05-05 13:53:22 +08:00
Yuan (Bob) Gong
f757a8842f
test: add exit_handler, loop_parallism and output_a_directory pipelines to v2 sample test ( #5473 )
...
* test: add exit_handler to v2 test infra
* test: add loop_parallelism_test
* test: add output_a_directory_test
* load common component from url
* add tests to samples/test/config.yaml
* enable output directory test
2021-04-19 19:46:37 -07:00
Niklas Hansson
57bb7ac019
fix(samples): fixes name error and unused parameter in samples for loop_parallelism ( #4187 )
...
* Added parallism at sub-dag level
* updated the parallism
* remove yaml file
* reformatting
* Update sdk/python/kfp/compiler/compiler.py
* Update sdk/python/kfp/compiler/compiler.py
* Update samples/core/loop_parallelism/loop_parallelism.py
Co-authored-by: Alexey Volkov <alexey.volkov@ark-kun.com>
* fixed example
Co-authored-by: Alexey Volkov <alexey.volkov@ark-kun.com>
2020-08-10 06:22:19 -07:00
Niklas Hansson
c6ac83f72c
feat: add parallelism for dsl.ParallelFor. Fixes #4089 ( #4149 )
...
* Added parallism at sub-dag level
* updated the parallism
* remove yaml file
* reformatting
* Update sdk/python/kfp/compiler/compiler.py
* Update sdk/python/kfp/compiler/compiler.py
* Update samples/core/loop_parallelism/loop_parallelism.py
Co-authored-by: Alexey Volkov <alexey.volkov@ark-kun.com>
Co-authored-by: Alexey Volkov <alexey.volkov@ark-kun.com>
2020-07-08 11:27:13 -07:00