kubeflow-pipelines

How to test kfp components with pytest

How to test kfp components with pytest Question: I’m trying to local test a kubeflow component from kfp.v2.ds1 (which works on a pipeline) using pytest, but struggling with the input/output arguments together with fixtures. Here is a code example to illustrate the issue: First, I created a fixture to mock a dataset. This fixture is …

Total answers: 2

Reading Data in Vertex AI Pipelines

Reading Data in Vertex AI Pipelines Question: This is my first time using Google’s Vertex AI Pipelines. I checked this codelab as well as this post and this post, on top of some links derived from the official documentation. I decided to put all that knowledge to work, in some toy example: I was planning …

Total answers: 2