moshewe
moshewe
Regardless of where this limitation comes from, this workflow shouldn't have been accepted in a `submit` call. I hope these things are covered in the official JSONschema...
I've inherited from the Workflow class and run the inheriting workflows without problems. ` argo 2.11.7 python 3.8.5 argo-workflows==4.0.1 argo-workflows-dsl==0.4.0 ` Inheritance doesn't solve #18 though, and handles a completely...
I've now come upon your problem as well - you can't inherit `@template`s... So this still stands.
I think I've located the problem - in `WorkflowMeta`, the code collects the `props` just from the current class and not from all bases of the current class. Changing this...
That's really interesting, how did you do that? Can you share the code? About metaclasses - I'd like to steer clear of changing the metaclass or in fact writing any...
I've tried reusing methods in a class hierarchy, and it seemed that whatever I tag with `@template` runs only once. Upon investigation of the https://github.com/argoproj-labs/argo-python-dsl/blob/36369bef276eb0910a6f218e20e0d571fbaa9beb/argo/workflows/dsl/templates.py#L77 source code, I've found it...
@terrytangyuan I'll gladly maintain this, but before I commit I want to see some contribution guide and/or define the direction and goals for this project with someone from the strategic...
It isn't supported since `Put` doesn't pass on the `durability` arguments to the underlying thrift generated node.js implementation. See `client.js:234`. You can make a PR with code that passes the...
Also, see [the thrift file definitions](https://github.com/apache/hbase/blob/master/hbase-thrift/src/main/resources/org/apache/hadoop/hbase/thrift2/hbase.thrift) for `TDurability` and how they are generated to make sure you pass along the right parameters.
Thanks for the information! Can you please detail what interfaces you did check? I'd really like to add this to supported configurations list. Please keep us posted on how things...