argo-python-dsl icon indicating copy to clipboard operation
argo-python-dsl copied to clipboard

Implement inheritance through `spec_dict` merging in compilation

Open moshewe opened this issue 4 years ago • 1 comments

Implemented in Workflow. I wasn't able to run the tests in the library (no explanation I could find on how to do that), but I've run the code with my own app and it works.

I've tested it with a hierarchy of 3 classes, A->B->C, and various inheritance scenarios. E.g., entrypoint was defined in A, and I can now see it in the compilation result of C.

Addresses #19 , but also some others I saw.

moshewe avatar Apr 22 '21 08:04 moshewe

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Apr 22 '21 08:04 CLAassistant