pipelines/sdk/python/kfp/components
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
..
structures SDK - Components - Temporary removed Kubernetes options from ComponentSpec (#4230) 2020-07-16 19:59:00 -07:00
__init__.py SDK - Components - Creating graph components from python pipeline function (#2273) 2019-10-02 16:20:07 -07:00
_airflow_op.py SDK - Airflow - Fixed bug in airflow op creation (#1911) 2019-08-21 16:29:54 -07:00
_component_store.py chore: Add doc strings marking the feature stages for SDK. (#4575) 2020-11-24 00:19:00 -08:00
_components.py feat(sdk): Always add pipeline root as a pipeline parameter (#5122) 2021-02-10 16:29:57 -08:00
_data_passing.py feat(sdk): Components - Added Bool as a known type name (#4597) 2020-10-09 03:49:06 -07:00
_dynamic.py SDK - Fix SDK on Python 3.8 (#3126) 2020-02-24 10:22:48 -08:00
_key_value_store.py SDK - Components - Added ComponentStore search (#3884) 2020-06-03 23:54:44 -07:00
_naming.py SDK - Components - Improved stability of the input and output renaming (#3738) 2020-05-13 11:06:26 -07:00
_python_op.py feat(sdk): Add v2 component to build_python_component (#5079) 2021-02-04 01:50:36 -08:00
_python_to_graph_component.py chore: Clean up KFP SDK docstrings, make formatting a little more consistent (#4218) 2020-08-04 00:33:47 +08:00
_structures.py feat(sdk): Artifact metadata related placeholder for components. (#5003) 2021-01-19 08:57:45 -08:00
_yaml_utils.py SDK - Made YAML dumping more awesome (#3520) 2020-04-16 21:23:07 -07:00
modelbase.py fix(sdk): Components - Fixed ModelBase handling of open generic types in Python 3.9 (#4613) 2020-10-12 04:12:47 -07:00