Greg Sheremeta
Greg Sheremeta
I think we've also partially implemented #10534. Note that @Tomcli suggests > {{tasks.taskname.param_name}} for referring task parameters and {{loops.inputs.param_name}} for loop parameters so we might want to go from `{{param_name}}`...
We talked about this in the KFP community call today, and @chensun suggested an alternative approach to using templating. He's going to post an example here (thanks Chen!)
> it's worth to verify if there is any workflow controller outside of your install Had a colleague hit this today and this was indeed the cause -- two controllers...
what was the `mock.patch.object` supposed to be doing, why wasn't it working, and how does calling a build via subprocess act as a valid replacement? (The commit message and PR...
/lgtm I also verified it, so /verified :) @chensun mind taking a quick look?
> Please create a test for this scenario good call
> Alternative suggestion allow the default to be set at the pipeline level? That's a good suggestion, and I think some day we'll get to implementing that. Ref: #10839 >...
@DharmitD , per the last couple comments, can you edit the title of this issue? `[feature] Update DSL to have default set to caching disabled` -> `[feature] allow setting a...
Hi, I need some pointers from folks much more familiar with the DSL and kfp-kubernetes and protobuf. See my initial PR message. @connor-mccarthy @chensun @james-jwu @zijianjoy please help or suggest...
Hm, ok, that line of thinking makes sense. Let me try that. Thanks!