How to set Argo Workflow attributes in KFP V2 IR YAML spec? #11510
Unanswered
abhinavsarkari
asked this question in
Q&A
Replies: 2 comments
-
Im not sure what you mean On Jan 13, 2025 1:04 PM, abhinavs ***@***.***> wrote:
In KFP V1, pipelines conform to Argo Workflow spec. When the pipeline yaml is generated using SDK/TFX Compiler, applications have a way to set Argo attributes like 'activeDeadlineSeconds', 'ttlStrategy' in pipeline definition itself.
Now in KFP V2, the pipeline spec conforms to IR YAML. KFP SDK 2.0 generates the pipeline yaml in this format and can't set Argo specific attributes (like mentioned above).
Is there a way, either via KFP SDK or KFP backend, for applications to set the Argo attributes in the pipeline?
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
-
@Kingdumb91 When I create a pipeline for v1 spec, I can set argo workflow attributes like 'activeDeadlineSeconds', 'ttlStrategy' in the yaml. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In KFP V1, pipelines conform to Argo Workflow spec. When the pipeline yaml is generated using SDK/TFX Compiler, applications have a way to set Argo attributes like 'activeDeadlineSeconds', 'ttlStrategy' in pipeline definition itself.
Now in KFP V2, the pipeline spec conforms to IR YAML. KFP SDK 2.0 generates the pipeline yaml in this format and can't set Argo specific attributes (like mentioned above).
Is there a way, either via KFP SDK or KFP backend, for applications to set the Argo attributes in the pipeline?
Beta Was this translation helpful? Give feedback.
All reactions