pipelines/sdk/python/tests
Alexey Volkov 8ba366b03f
SDK - Made outputs with original names available in ContainerOp.outputs (#3734)
* SDK - Made outputs with original names available in ContainerOp.outputs

Previously, ContainerOp had strict requirements for the output names, so we had to convert all the names before passing them to the ContainerOp constructor. Outputs with non-pythonic names could not be accessed using their original names.
Now ContainerOp supports any output names, so we're now using the original output names.
However to support legacy pipelines, we're also adding output references with pythonic names.

* Fixed the compiler test data

* Fixed the duplicate parameter outputs in the compiled workflow

* Fixed long line

* Stabilized the output naming conflict resolution

* Fix case of missing special outputs
2020-05-12 19:08:26 -07:00
..
compiler SDK - Made outputs with original names available in ContainerOp.outputs (#3734) 2020-05-12 19:08:26 -07:00
components SDK - Components - Calculate component hash digest (#3726) 2020-05-12 18:24:26 -07:00
containers SDK - Containers - Added support for container image cache (#2216) 2019-10-11 15:10:04 -07:00
dsl SDK - Made outputs with original names available in ContainerOp.outputs (#3734) 2020-05-12 19:08:26 -07:00
__init__.py Initial commit of the kubeflow/pipeline project. 2018-11-02 14:02:31 -07:00
run_tests.sh SDK - Improved test script compatibility with editable package installation (#1200) 2019-06-06 16:37:59 -07:00
test_kfp.py SDK - Added version (#2374) 2019-10-14 15:35:51 -07:00