Skip to content

Commit

Permalink
resolve merge conflict after rebase
Browse files Browse the repository at this point in the history
Signed-off-by: Sven Thoms <[email protected]>
  • Loading branch information
shalberd committed Dec 29, 2024
1 parent b0d89dd commit de5dd1f
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions docs/source/user_guide/pipeline-components.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,7 @@ limitations under the License.

![A basic Kubeflow pipeline](../images/user_guide/pipeline-components/kubeflow-pipeline.png)

The same pipeline could be implemented using a single component that performs all these tasks, but that component might not be as universally re-usable. Consider, for example, that for another project the data resides in a different kind of storage. With fine-granular components you'd only have to replace the load data component with one that supports the other storage type and could retain everything else.

#### Generic components

Viewed
Original file line number Diff line number Diff line change
@@ -28,15 +28,15 @@ The same pipeline could be implemented using a single component that performs al
The same pipeline could be implemented using a single component that performs all these tasks, but that component might not be as universally re-usable. Consider, for example, that for another project the data resides in a different kind of storage. With fine-granular components you'd only have to replace the load data component with one that supports the other storage type and could retain everything else.

#### Generic components

Expand Down

0 comments on commit de5dd1f

Please sign in to comment.