pipelines/samples/v2
Alyssa Goins beae62fb52
feat(backend) implement retryStrategy for nested pipelines (#11908)
Signed-off-by: agoins <alyssacgoins@gmail.com>
2025-05-28 19:52:19 +00:00
..
lightweight_python_functions_v2_pipeline feat(sdk)!: move v2 to main namespace (#7376) 2022-03-04 21:56:51 +00:00
modelcar Allow system.Model artifacts in the Modelcar format (#11674) 2025-02-25 22:13:08 +00:00
pre-requisites feat(backend/sdk): Add input parameterization for various k8s resources (#11770) 2025-03-28 20:30:29 +00:00
subdagio feat(backend): implement subdag output resolution (#11196) 2024-10-31 06:19:12 +00:00
.gitignore chore(samples): simplify and update v2 samples (#6076) 2021-07-19 19:35:15 -07:00
Makefile fix(backend): Fix enable_caching issues when handling PVC creation/deletion (#11411) 2025-01-16 15:33:23 +00:00
README.md chore(samples): simplify and update v2 samples (#6076) 2021-07-19 19:35:15 -07:00
collected_artifacts.py feat(backend/sdk): enable dsl.Collected for parameters & artifacts (#11725) 2025-05-05 22:55:37 +00:00
collected_parameters.py feat(backend/sdk): enable dsl.Collected for parameters & artifacts (#11725) 2025-05-05 22:55:37 +00:00
component_with_optional_inputs.py Handle optional pipeline inputs in the driver (#11788) 2025-04-09 03:57:20 +00:00
component_with_optional_inputs_test.py Handle optional pipeline inputs in the driver (#11788) 2025-04-09 03:57:20 +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 chore(sdk): remove kfp.deprecated from sdk, legacy samples, and legacy tests (#11366) 2024-11-12 17:26:18 +00:00
parallel_after_dependency.py fix(backend): parallelFor resolve upstream inputs. Fixes #11520 (#11627) 2025-02-21 16:54:43 +00:00
parallel_consume_upstream.py fix(backend): parallelFor resolve upstream inputs. Fixes #11520 (#11627) 2025-02-21 16:54:43 +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 chore(sdk): remove kfp.deprecated from sdk, legacy samples, and legacy tests (#11366) 2024-11-12 17:26:18 +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 chore(sdk): remove kfp.deprecated from sdk, legacy samples, and legacy tests (#11366) 2024-11-12 17:26:18 +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 chore(sdk): remove kfp.deprecated from sdk, legacy samples, and legacy tests (#11366) 2024-11-12 17:26:18 +00:00
pipeline_with_placeholders.py feat(backend): Add support for job and task placeholders in the KFP backend (#11599) 2025-02-10 22:10:43 +00:00
pipeline_with_retry.py feat(backend) implement retryStrategy for nested pipelines (#11908) 2025-05-28 19:52:19 +00:00
pipeline_with_secret_as_env.py feat(backend/sdk): Add input parameterization for various k8s resources (#11770) 2025-03-28 20:30:29 +00:00
pipeline_with_secret_as_env_test.py chore(sdk): remove kfp.deprecated from sdk, legacy samples, and legacy tests (#11366) 2024-11-12 17:26:18 +00:00
pipeline_with_secret_as_volume.py feat(backend/sdk): Add input parameterization for various k8s resources (#11770) 2025-03-28 20:30:29 +00:00
pipeline_with_secret_as_volume_test.py chore(sdk): remove kfp.deprecated from sdk, legacy samples, and legacy tests (#11366) 2024-11-12 17:26:18 +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_no_cache.py fix(backend): Fix enable_caching issues when handling PVC creation/deletion (#11411) 2025-01-16 15:33:23 +00:00
pipeline_with_volume_no_cache_test.py fix(backend): Fix enable_caching issues when handling PVC creation/deletion (#11411) 2025-01-16 15:33:23 +00:00
pipeline_with_volume_test.py chore(sdk): remove kfp.deprecated from sdk, legacy samples, and legacy tests (#11366) 2024-11-12 17:26:18 +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 chore(sdk): remove kfp.deprecated from sdk, legacy samples, and legacy tests (#11366) 2024-11-12 17:26:18 +00:00
sample_test.py feat(backend): parameterize retryStrategy input in Argo workflow (#11861) 2025-05-07 19:14:39 +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 chore(sdk): remove kfp.deprecated from sdk, legacy samples, and legacy tests (#11366) 2024-11-12 17:26:18 +00:00

README.md

Samples for KFP v2 compatible and KFP v2

KFP v2 compatible documentation