Commit Graph

4 Commits

Author SHA1 Message Date
hongye-sun ea26a574bf Dataflow SDK to support launch beam python code or template (#833)
* initial files for dataflow commands

* dataflow commands

* add launch python command

* Support launch_python command

* Use display API and default outputs to /tmp/output folder
2019-02-26 16:18:43 -08:00
hongye-sun 4e8b8a324f Add Launcher module in component SDK (#769)
* Add launcher module

* Add argparse to wrap file launcher to avoid dup output prints.

* Fix PR comments

* fix test issue
2019-02-11 12:38:17 -08:00
hongye-sun cea1632479 Refactor component SDK with context manager instead of base class. (#762) 2019-02-05 11:10:07 -08:00
hongye-sun 752256c24d Create kfp componet sdk (#729)
* Create kfp componet sdk

* Add doc comments and rename pod name envir

* Add copyright header and use module init to expose public interface

* move @patch to class to avoid redundant code

* add k8s client

* remote stage states and tmp location.

* return value from execute to make test easier.
2019-01-28 22:06:40 -08:00