incubator-wayang icon indicating copy to clipboard operation
incubator-wayang copied to clipboard

Add wayang-api-json and wayang-api-python to create WayangPlans from python

Open juripetersen opened this issue 9 months ago • 1 comments

This PRs description can be found in one of our blog posts:

https://wayang.apache.org/blog/wayang-python-api

juripetersen avatar Apr 29 '24 07:04 juripetersen

This PR will also entail an issue arising with typing. Currently the interchange format between python and wayang is mainly handled by serializing strings and parsing them to the desired type in the udf. It is of course desirable to add type hints to operators that allow the parsing to happen implicitly. The issue will be added after merging the PR.

juripetersen avatar May 02 '24 07:05 juripetersen

@zkaoudi @kbeedkar - pls review too before we merge.

2pk03 avatar May 09 '24 06:05 2pk03

looks good to me +1

kbeedkar avatar May 09 '24 06:05 kbeedkar