pipelines/sdk
Alexey Volkov c676b838ef SDK - Lightweight - Added package installation support to func_to_container_op (#2245)
* SDK - Refactoring - Passing the parameters explicitly in python_op.
This helps avoid problems when new parameters are added.

* SDK - Components - Added package installation support to func_to_container_op

Example:
```python
op = func_to_container_op(my_func, packages_to_install=['pandas==0.24'])
```

* Make pip quieter

* Added the test_packages_to_install_feature test
2019-09-30 19:13:32 -07:00
..
python SDK - Lightweight - Added package installation support to func_to_container_op (#2245) 2019-09-30 19:13:32 -07:00
OWNERS clean up owner file (#1928) 2019-08-22 15:29:19 -07:00