* Add bigquery docstring and dump output path.
* Auto create dataset if it's not exist and dump results in local files
* make dataset location configurable
* Add todo to make kfp output path configurable.
* Fix comment
* Refactor MLEngine code and add deploy and set_default commands
* Rename to short name to avoid confusion.
* Add comment to version names
* Rename short name to id
* 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
* 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.
* Enable component_sdk tests in travis.
* install python 2 in travis server.
* Use matrix.include to run python 2.7 on component sdk
* make different env for each language.
* make node to latest version
* fix go and python env issues
* fix nodejs version to 11.8.0
* fix python typo
* add godeps dependency
* change language to generic for go test
* remove 3 in python test
* Combine sdk componet in sdk test.
* trigger travis rerun
* 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.