pipelines/sdk/python/kfp
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
..
cli Make it possible to upload a version of the pipeline with CLI (#3672) 2020-05-06 17:27:08 -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 3674: check if gcs bucket exist before creation (#3675) 2020-05-06 18:37:09 -07:00
dsl SDK - Made outputs with original names available in ContainerOp.outputs (#3734) 2020-05-12 19:08:26 -07:00
notebook SDK - Notebooks - Deprecated the docker magic (#2266) 2019-09-30 13:55:31 -07:00
__init__.py update version (#3694) 2020-05-06 19:37:09 -07:00
__main__.py SDK/CLI: Implement CLI delete pipeline command (#2879) 2020-03-09 04:47:34 -07:00
_auth.py Deduce proxy type from the presence of client_id (#3003) 2020-02-10 14:43:54 -08:00
_client.py kfp_client: fix wrong check (#3652) 2020-04-29 13:30:18 -07:00
_config.py Add type check samples (#955) 2019-03-27 19:58:42 -07:00
_runners.py SDK - Compiler - Make it possible to create more portable pipelines (#2271) 2019-10-02 20:58:08 -07:00
aws.py SDK - Tests - Fixed most of the test warnings (#2336) 2019-10-22 18:06:13 -07:00
azure.py SDK - Tests - Fixed most of the test warnings (#2336) 2019-10-22 18:06:13 -07:00
gcp.py Add an operator to configure toleration of the GKE GPU node taints (#3671) 2020-05-01 10:32:28 -07:00
onprem.py Simplify volume usage with containerop (#783) 2019-02-27 19:00:16 -08:00