Commit Graph

4 Commits

Author SHA1 Message Date
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 ac14a3b610
test: migrate all sample tests to v2 sample test infra (#7114)
* test: migrate all sample tests to v2 sample test infra

* fix
2021-12-24 08:15:43 +00:00
Joshua Carp 2f843f95aa
fix: fix a spelling error (#6236) 2021-08-05 17:17:46 -07:00
Alexey Volkov 9597c8b4f4
feat(samples): Added the caching sample. Fixes #4636 (#4664)
* Samples - Added the caching sample

* Added the sample to presubmit tests

* Replaced the sample with the one that is compatible with the current compiler and execution caching

Currently the cached executions cannot be reused in the same pipeline due to the fact that the compiler generates unique output names for every task.

* Fixed the max_cache_staleness value

* Fixed the time format

* Set max_cache_staleness to 0

* Set max_cache_staleness to P0D

* Switched to 60-second work time to avoid rare but possible flakyness

* Switched parameter type to float

This makes it possible to add small random noise, so that the sample retries are separte (not implemented).

* Replaced the sample with a notebook to overcome sample test infra limitation

Currently only notebook can launch pipelines itself. Python code files can only compile the pipeline.

* Added a sample test config

Perhaps we should make them unnecessary.

* Fixed the pipeline parameter type
2020-11-22 20:21:34 -08:00