qlik-oss / server-side-extension

A Qlik server-side extension protocol for extending the Qlik built-in expression library with functionality from external calculation engines.
MIT License
155 stars 126 forks source link

Return table from plugin #22

Closed tobiaslindulf closed 6 years ago

tobiaslindulf commented 6 years ago

Support for returning table from plugin. Updated protocol with TableDescription. Python Examples updated with examples of returning a table. Prepared for release of version 1.1.0.

Status

[ ] Under development
[x ] Waiting for code review
[x ] Waiting for merge

Information

[ ] Contains breaking changes
[x ] Contains new API(s)
[x ] Contains documentation
[x ] Contains test
[x ] Contains examples

To-do list

[ ] [Fix this thing]
[ ] [Fix another thing]
[ ] ...
josefinestal commented 6 years ago

For your information, the commits will be squashed later.

josefinestal commented 6 years ago

Please note that the history of the branch is rewritten due to my cleanup of all commits. If you plan to make any changes, make sure your local repository is updated with the latest changes. Thanks!