Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nested pipelines #1338

Open
OmriLevyTau opened this issue Aug 30, 2023 · 2 comments
Open

Nested pipelines #1338

OmriLevyTau opened this issue Aug 30, 2023 · 2 comments

Comments

@OmriLevyTau
Copy link

/kind question

Question:
Hi!
Is there any way to create nested pipelines or nested components in KFP-Tekton V1?

I'm looking for similar functionality like as the one introduced in KFP V2 (pipelines-as-components) but in KFP-Tekton V1.

Thank you in advance

@Tomcli
Copy link
Member

Tomcli commented Aug 30, 2023

Hi @OmriLevyTau, in KFP v1, nested pipelines are simply embedded the pipeline into another pipeline. It doesn't create a subdag like in KFP V2. This applies to both Argo and Tekton backend.

For KFP-Tekton v1 nested pipelines, you can check out this example.
https://github.com/kubeflow/kfp-tekton/blob/master/sdk/python/tests/compiler/testdata/compose.py

For KFP-Tekton v2 nested pipelines, you can use the example pipelines-as-components and run it on top of the KFP-Tekton v2 release.

@OmriLevyTau
Copy link
Author

Thank you! I appreciate the detailed answer!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants