mammoth-rainbow-82717
11/14/2022, 11:57 AM_compile
function in the ArgoWorkflows
class a little bit? I've made a Github issue here. Think it would be a very small PR and would be backwards compatible.
For context, we are writing a Metaflow extension for the Argo Workflows functionality. One of the reasons for doing this is so that we can add our own configuration to the WorkflowSpec
for the workflows, e.g., so that we can add exit hooks. The idea of the proposed change is to make it easier to subclass the existing class.
Would be great to get some feedback. Thanks. 🙂ancient-application-36103
11/14/2022, 3:09 PMmammoth-rainbow-82717
11/14/2022, 3:18 PMmammoth-rainbow-82717
11/14/2022, 3:19 PMancient-application-36103
11/14/2022, 3:37 PMmammoth-rainbow-82717
11/14/2022, 3:42 PMmammoth-rainbow-82717
11/14/2022, 3:42 PMmammoth-rainbow-82717
11/14/2022, 3:43 PMancient-application-36103
11/14/2022, 3:44 PMmammoth-rainbow-82717
11/14/2022, 3:46 PMmammoth-rainbow-82717
11/14/2022, 3:48 PMFlowDecorator
and allow people to specify hooks through that. Something similar would be possible through a policy agent?square-wire-39606
11/14/2022, 4:01 PMpython flow.py argo-workflows create --only-json
and adds the relevant bits of your customization into the generated json before submitting it to Kubernetes.square-wire-39606
11/14/2022, 4:02 PMmammoth-rainbow-82717
11/14/2022, 4:04 PMmammoth-rainbow-82717
11/14/2022, 4:12 PM