Alexey Volkov
2dee255643
SDK - Fix SDK on Python 3.8 ( #3126 )
...
* SDK - Fix SDK on Python 3.8
Fixes the follwoing error: "TypeError: code() takes at least 14 arguments (13 given)".
The cause of the issue is a breaking change in CodeType constructor in Python 3.8.
https://bugs.python.org/issue37221
This should have been fixed by https://github.com/python/cpython/pull/13959 and https://github.com/python/cpython/pull/14505 , but the code still fails.
* Simplified the replace call
2020-02-24 10:22:48 -08:00
Christian Clauss
8e1e823139
Lint Python code for undefined names ( #1721 )
...
* Lint Python code for undefined names
* Lint Python code for undefined names
* Exclude tfdv.py to workaround an overzealous pytest
* Fixup for tfdv.py
* Fixup for tfdv.py
* Fixup for tfdv.py
2019-08-21 15:04:31 -07:00
Ning
85c6413a2e
Refactor Python SDK ( #568 )
...
* add some comments
* remove unused import; add license to dsl_bridge
* move_convert_k8s_obj_to_dic from compiler to k8s_helper
* move unit test
2018-12-20 09:51:09 -08:00
Pascal Vicaire
633e2ddcc8
Initial commit of the kubeflow/pipeline project.
2018-11-02 14:02:31 -07:00