Tommy Li

Results 188 comments of Tommy Li

cc @ScrapCodes @yhwang not sure is one of you have time to take a look and reduce the script size in the generated yaml? There was few changes made into...

Mainly the past few PRs are from different contributors are duplicating the `src` and `dst` python variables into raw strings. So we want to rewrite it in a way that...

Have a different script to run one pipeline n times and produce the following 2 csv table. CSV table 1: Have one int column for the number of taskruns Have...

@tedhtchang do you have a wrapper script that can do this?

Since the UI is relying on the backend API to give back the pipelinerun yaml, if we can merge the embedded pipelinerun status with the necessary information from each taskrun/run,...

@Ark-kun Most API schemas in KFP-Tekton are similar to KFP. The only exception is that the pipeline yaml has to be a Tekton `PipelineRun` resource instead of Argo `Workflow`. For...

If the app is calling these api from frontend console, maybe it can be embedded as part of the Kubeflow Dashboard so the Kubeflow Dashboard can pass the auth token...