Signed-off-by: David van der Spek <vanderspek.david@gmail.com> |
||
|---|---|---|
| .. | ||
| README.md | ||
| lightweight_python_functions_v2_pipeline.json | ||
| lightweight_python_functions_v2_pipeline_rev.yaml | ||
| pipeline_with_loops_and_conditions.json | ||
| pipeline_with_loops_and_conditions.yaml | ||
| pipeline_with_various_io_types.yaml | ||
| protobuf_value_params_v2.json | ||
| xgboost_sample_pipeline.json | ||
| xgboost_sample_pipeline.yaml | ||
README.md
V2 mock pipelines specification
This folder is for KFP UI to mock backend response, the files here are copied from sdk/python/kfp/compiler_cli_tests/test_data. This folder doesn't need to be in sync with the code source in sdk/python/kfp/v2/compiler_cli_tests/test_data folder, but you can do it manually if there is a need to facilitate frontend development by using newer version of compiled pipeline definition.
Also, make sure to update the corresponding PipelineSpec files in frontend/src/data/test. These files are used for unit testing.