pipelines/samples/v2
Christian Geier 3a67f20d4e
chore(sample): fix pipeline with secrets examples (#10245)
2023-12-01 00:30:03 +00:00
..
lightweight_python_functions_v2_pipeline feat(sdk)!: move v2 to main namespace (#7376) 2022-03-04 21:56:51 +00:00
.gitignore chore(samples): simplify and update v2 samples (#6076) 2021-07-19 19:35:15 -07:00
Makefile chore(samples): simplify and update v2 samples (#6076) 2021-07-19 19:35:15 -07:00
README.md chore(samples): simplify and update v2 samples (#6076) 2021-07-19 19:35:15 -07:00
cache_test.py feat(sdk)!: move v1 to deprecated folder (#7291) 2022-03-04 00:52:59 +00:00
component_with_optional_inputs.py feat(backend): support optional and default parameters. Fixes #8716 (#8765) 2023-03-02 17:47:04 +00:00
component_with_optional_inputs_test.py feat(backend): support optional and default parameters. Fixes #8716 (#8765) 2023-03-02 17:47:04 +00:00
hello_world.py feat(sdk)!: move v2 to main namespace (#7376) 2022-03-04 21:56:51 +00:00
hello_world_test.py feat(sdk)!: move v1 to deprecated folder (#7291) 2022-03-04 00:52:59 +00:00
pipeline_container_no_input.py feat(sdk): supporting bring your own container for arbitrary input and outputs (#8066) 2022-08-08 21:00:53 +00:00
pipeline_container_no_input_test.py feat(sdk): supporting bring your own container for arbitrary input and outputs (#8066) 2022-08-08 21:00:53 +00:00
pipeline_with_env.py chore: remove 'dummy_root' in test samples (#9640) 2023-06-21 23:51:41 +00:00
pipeline_with_env_test.py feat(backend): add support for environment variables. Fixes #8704 (#8886) 2023-02-27 18:02:08 +00:00
pipeline_with_importer.py feat(sdk)!: move v2 to main namespace (#7376) 2022-03-04 21:56:51 +00:00
pipeline_with_importer_test.py feat(sdk): add compilation logic for google artifact types (support custom artifact types pt. 2) (#8232) 2022-09-12 14:00:02 -06:00
pipeline_with_secret_as_env.py chore(sample): fix pipeline with secrets examples (#10245) 2023-12-01 00:30:03 +00:00
pipeline_with_secret_as_env_test.py feat(backend): support secrets (#9178) 2023-04-20 00:33:39 +00:00
pipeline_with_secret_as_volume.py feat(backend): support secrets (#9178) 2023-04-20 00:33:39 +00:00
pipeline_with_secret_as_volume_test.py feat(backend): support secrets (#9178) 2023-04-20 00:33:39 +00:00
pipeline_with_volume.py chore(sample): fix pipeline with secrets examples (#10245) 2023-12-01 00:30:03 +00:00
pipeline_with_volume_test.py fix(backend): fix volume bug (#9150) 2023-04-18 23:53:54 +00:00
producer_consumer_param.py feat(sdk)!: move v2 to main namespace (#7376) 2022-03-04 21:56:51 +00:00
producer_consumer_param_test.py feat(sdk)!: move v1 to deprecated folder (#7291) 2022-03-04 00:52:59 +00:00
two_step_pipeline_containerized.py fix(sdk): fix v2 sample tests for cuj3 (#8168) 2022-08-25 15:30:22 -07:00
two_step_pipeline_containerized_test.py feat(sdk): supporting bring your own container for arbitrary input and outputs (#8066) 2022-08-08 21:00:53 +00:00

README.md

Samples for KFP v2 compatible and KFP v2

KFP v2 compatible documentation