pipelines/sdk/python/tests/components
Alexey Volkov 9a1d47a185 SDK - Capturing function dependencies when creating lightweight components (#1372)
* Transitively capturing code dependencies
Using cloudpickle.

* Got rid of func_type_declarations_code variable

* Extracted the function code extraction functions

* Improved support for capturing module-level dependencies

* Added test for capturing module-level dependencies

* Removed the _capture_function_code_using_source_copy function
As requested by Ning
2019-05-28 18:18:18 -07:00
..
test_data Added support for loading zip-packed components (#931) 2019-03-06 23:00:03 -08:00
__init__.py Initial commit of the kubeflow/pipeline project. 2018-11-02 14:02:31 -07:00
test_components.py SDK - Removing unneeded uses of dsl.Pipeline (#1229) 2019-05-14 18:48:18 -07:00
test_graph_components.py SDK - Renamed ModelBase.from_struct/to_struct to from_dict/to_dict (#1290) 2019-05-07 14:06:35 -07:00
test_python_op.py SDK - Capturing function dependencies when creating lightweight components (#1372) 2019-05-28 18:18:18 -07:00
test_structure_model_base.py SDK - Renamed ModelBase.from_struct/to_struct to from_dict/to_dict (#1290) 2019-05-07 14:06:35 -07:00