Alyssa Goins
Alyssa Goins
> ```diff > // If this is a nested pipeline, pass along the default value to the component. > + inputs.ParameterValues[name] = componentParam.GetDefaultValue() > + } else { > +...
Hey @ntny! I have started work on the nested dags support already, though I have yet to assign myself. Would you be open to reviewing the pr once I have...
Hi @ntny here is the PR if interested: https://github.com/kubeflow/pipelines/pull/11908
Hey @rahul810050 thanks for taking this issue on! Your plan looks good to me, and I'll review your PR.
> We could utilize the flexibility of the KFPv1 ComponentSpec type system: > > ```yaml > inputs: > - name: input_1 > type: {String: {enum_values: ["a", "b", "c"]}} > ```...