pipelines/frontend/mock-backend/data/v2/pipeline
Chen Sun a727783abd
chore: remove 'dummy_root' in test samples (#9640)
* remove 'dummy_root' in test samples

* more cleanup
2023-06-21 23:51:41 +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 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_rev.yaml chore: remove 'dummy_root' in test samples (#9640) 2023-06-21 23:51:41 +00:00
pipeline_with_loops_and_conditions.json feat(sdk)!: move v2 to main namespace (#7376) 2022-03-04 21:56:51 +00:00
pipeline_with_loops_and_conditions.yaml chore: recompile/update v2 samples to avoid possible runtime breakage (#9333) 2023-05-05 17:28:24 +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 feat(sdk)!: move v2 to main namespace (#7376) 2022-03-04 21:56:51 +00:00
xgboost_sample_pipeline.json chore(frontend): Convert to ts-proto for Protobuf.Value in PipelineSpec (#7125) 2021-12-29 20:17:48 +00:00
xgboost_sample_pipeline.yaml chore: remove 'dummy_root' in test samples (#9640) 2023-06-21 23:51:41 +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.