pipelines/sdk/python/tests/components
Alexey Volkov fe30d5462a
SDK - Components - Calculate component hash digest (#3726)
* SDK - Components - Calculate component hash digest

The digest is calculated when loading the component from URL, tfile or text.
Slightly refactored component loading - streams are no longer used, only bytes.
TODO: Calculate the digest if missing
TODO: Report possible digest conflicts

* Updated the test graph component

* Using the actual digest in the test
2020-05-12 18:24:26 -07:00
..
test_data SDK - Components - Calculate component hash digest (#3726) 2020-05-12 18:24:26 -07:00
__init__.py Initial commit of the kubeflow/pipeline project. 2018-11-02 14:02:31 -07:00
test_components.py SDK - Components - Calculate component hash digest (#3726) 2020-05-12 18:24:26 -07:00
test_graph_components.py SDK - Added support for maxCacheStaleness (#3318) 2020-03-20 13:38:09 -07:00
test_python_op.py SDK - Enabled file inputs to be optional (#3620) 2020-04-27 19:34:04 -07:00
test_python_pipeline_to_graph_component.py SDK - Tests - Test creating component from the real AutoML pipeline (#2314) 2019-10-08 13:39:50 -07:00
test_structure_model_base.py SDK - Components - Fixed ModelBase comparison bug (#1874) 2019-08-21 16:38:12 -07:00