pipelines/sdk/python/kfp/dsl
Vitalii Vokhmin 2f1db59798
fix(sdk): compile ParallelFor in a deterministic manner (#4926)
* fix(sdk): compile ParallelFor in a deterministic manner

During compilataion ParallelFor components end up with randomized names,
which makes it very inconvenient to compare two versions of a pipeline.
This commit fixes this issue.

* fix(sdk): fix new parallel-for test cases
2021-01-29 18:31:09 -08:00
..
extensions SDK - Python support for arbitrary secret, similar to ".use_gcp_secret('user-gcp-sa')" (#2639) 2019-12-03 12:00:59 -08:00
__init__.py feat(compiler): add dsl operation for parallelism on sub dag level (#4199) 2020-12-26 22:10:27 -08:00
_component.py chore: Clean up KFP SDK docstrings, make formatting a little more consistent (#4218) 2020-08-04 00:33:47 +08:00
_component_bridge.py chore(sdk): Remove v2 components fork, use v1 instead. (#5042) 2021-01-28 18:20:07 -08:00
_container_op.py feat(sdk): Implements artifact URI placeholder. (#4932) 2021-01-05 20:39:51 -08:00
_for_loop.py SDK - Compiler - Fixed ParallelFor argument resolving (#3029) 2020-02-11 12:18:09 -08:00
_metadata.py chore: Clean up KFP SDK docstrings, make formatting a little more consistent (#4218) 2020-08-04 00:33:47 +08:00
_ops_group.py fix(sdk): compile ParallelFor in a deterministic manner (#4926) 2021-01-29 18:31:09 -08:00
_pipeline.py Added checks for parallism values (#4950) 2021-01-08 08:28:55 -08:00
_pipeline_param.py chore: Clean up KFP SDK docstrings, make formatting a little more consistent (#4218) 2020-08-04 00:33:47 +08:00
_pipeline_volume.py chore: Add doc strings marking the feature stages for SDK. (#4575) 2020-11-24 00:19:00 -08:00
_resource_op.py fix(sdk): Do not wait for resource deletion (#4820) 2020-12-17 16:54:24 -08:00
_volume_op.py chore: Add doc strings marking the feature stages for SDK. (#4575) 2020-11-24 00:19:00 -08:00
_volume_snapshot_op.py chore: Add doc strings marking the feature stages for SDK. (#4575) 2020-11-24 00:19:00 -08:00
artifact.py feat(sdk): Container entrypoint used for new styled KFP component authoring (#4978) 2021-01-14 16:01:21 -08:00
data_passing_methods.py SDK - Compiler - Added support for volume-based data passing (3371) 2020-06-25 16:11:31 -07:00
ontology_artifacts.py feat(sdk): Merge artifact ontology from v2 to the classic KFP. (#4963) 2021-01-07 23:00:53 -08:00
serialization_utils.py feat(sdk): Merge artifact ontology from v2 to the classic KFP. (#4963) 2021-01-07 23:00:53 -08:00
types.py chore: Add doc strings marking the feature stages for SDK. (#4575) 2020-11-24 00:19:00 -08:00