pipelines/sdk/python/kfp/compiler
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
..
__init__.py SDK - Moved the _container_builder from kfp.compiler to kfp.containers (#2192) 2019-09-25 18:27:06 -07:00
_data_passing_rewriter.py SDK - Compiler - Fixed failures on Jinja placeholders (#2522) 2019-10-31 19:03:24 -07:00
_default_transformers.py [SDK] Add pod labels for telemetry purpose. (#3578) 2020-04-27 18:50:04 -07:00
_k8s_helper.py SDK - Support kubernetes client v11 (#3319) 2020-03-22 02:54:44 -07:00
_op_to_template.py SDK - Made outputs with original names available in ContainerOp.outputs (#3734) 2020-05-12 19:08:26 -07:00
compiler.py Add Nodeselector to pipelineconfig fix issue #2863 (#3616) 2020-05-05 00:11:08 -07:00
main.py [SDK] Add pod labels for telemetry purpose. (#3578) 2020-04-27 18:50:04 -07:00