pipelines/frontend/mock-backend/data/v2/pipeline
David van der Spek c32cdc70d3
chore(frontend): update all references to python 3.9 (#10020)
Signed-off-by: David van der Spek <vanderspek.david@gmail.com>
2023-10-20 05:19:03 +00:00
..
README.md fix(frontend): Update sample pipelines in mock-backend to use yaml format (#7570) 2022-04-18 17:07:17 +00:00
lightweight_python_functions_v2_pipeline.json chore(frontend): update all references to python 3.9 (#10020) 2023-10-20 05:19:03 +00:00
lightweight_python_functions_v2_pipeline_rev.yaml chore(frontend): update all references to python 3.9 (#10020) 2023-10-20 05:19:03 +00:00
pipeline_with_loops_and_conditions.json chore(frontend): update all references to python 3.9 (#10020) 2023-10-20 05:19:03 +00:00
pipeline_with_loops_and_conditions.yaml chore(frontend): update all references to python 3.9 (#10020) 2023-10-20 05:19:03 +00:00
pipeline_with_various_io_types.yaml chore: remove 'dummy_root' in test samples (#9640) 2023-06-21 23:51:41 +00:00
protobuf_value_params_v2.json chore(frontend): update all references to python 3.9 (#10020) 2023-10-20 05:19:03 +00:00
xgboost_sample_pipeline.json chore(frontend): update all references to python 3.9 (#10020) 2023-10-20 05:19:03 +00:00
xgboost_sample_pipeline.yaml chore(frontend): update all references to python 3.9 (#10020) 2023-10-20 05:19:03 +00:00

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.