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

Incorrect links in V2 / data types / artifacts documentation page #3766

Closed
Tracked by #3712
ichbinjakes opened this issue Jun 16, 2024 · 2 comments · Fixed by #3785
Closed
Tracked by #3712

Incorrect links in V2 / data types / artifacts documentation page #3766

ichbinjakes opened this issue Jun 16, 2024 · 2 comments · Fixed by #3785

Comments

@ichbinjakes
Copy link

The links in these two paragraphs for "Python Components" and "Container Components" are for the wrong pages. Additionally, it is unclear from the text if python components refers to lightweight AND containerised python components.

### Artifacts in components
The KFP SDK supports two forms of artifact authoring syntax for components: traditional and Pythonic.
The **traditional artifact** authoring syntax is the original artifact authoring style provided by the KFP SDK. The traditional artifact authoring syntax is supported for both [Python Components][python-components] and [Container Components][container-components]. It is supported at runtime by the open source KFP backend and the Google Cloud Vertex Pipelines backend.
The **Pythonic artifact** authoring syntax provides an alterative artifact I/O syntax that is familiar to Python developers. The Pythonic artifact authoring syntax is supported for [Python Components][python-components] only. This syntax is not supported for [Container Components][container-components]. It is currently only supported at runtime by the Google Cloud Vertex Pipelines backend.

@hbelmiro
Copy link
Contributor

hbelmiro commented Jul 1, 2024

it is unclear from the text if python components refers to lightweight AND containerised python components.

@ichbinjakes I don't understand what is the problematic text. Can you please highlight the statement that leaves the above unclear.

@rimolive
Copy link
Member

rimolive commented Jul 1, 2024

This is where the KFP docs describes the concept of a component.

https://www.kubeflow.org/docs/components/pipelines/concepts/component/

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

Successfully merging a pull request may close this issue.

3 participants