pipelines/sdk/python/kfp/dsl
Jiaxiao Zheng 846423a870
feat(sdk): Always add pipeline root as a pipeline parameter (#5122)
* refactor pipeline root passing

* fix test
2021-02-10 16:29:57 -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(sdk): Always add pipeline root as a pipeline parameter (#5122) 2021-02-10 16:29:57 -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 feat(sdk.v2): Allow set pipeline_root via @dsl.pipeline decorator. Make pipeline_root optional. (#5107) 2021-02-07 02:06:32 -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): Add v2 component to build_python_component (#5079) 2021-02-04 01:50:36 -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