pipelines/sdk/python/kfp/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
..
structures SDK/Components - Reworked the component model structures. (#642) 2019-01-09 15:51:34 -08:00
__init__.py
_component_store.py Retaining the component url, digest or tag when loading (#1090) 2019-05-03 16:55:38 -07:00
_components.py SDK - Renamed ModelBase.from_struct/to_struct to from_dict/to_dict (#1290) 2019-05-07 14:06:35 -07:00
_dsl_bridge.py SDK - Removing unneeded uses of dsl.Pipeline (#1229) 2019-05-14 18:48:18 -07:00
_dynamic.py
_naming.py SDK/Components - Added naming.generate_unique_name_conversion_table (#716) 2019-03-06 15:12:58 -08:00
_python_op.py SDK - Capturing function dependencies when creating lightweight components (#1372) 2019-05-28 18:18:18 -07:00
_structures.py SDK - Made ComponentSpec.implementation field optional (#1188) 2019-04-24 12:54:46 -07:00
_yaml_utils.py SDK - Replaced insecure yaml.load with yaml.safe_load (#1170) 2019-04-23 15:26:00 -07:00
modelbase.py SDK - Renamed ModelBase.from_struct/to_struct to from_dict/to_dict (#1290) 2019-05-07 14:06:35 -07:00