A small feature to download the execution output of a function within an invocation. If the encoder is json a file with .json extension will download, and if the encoder is cloudpickle a file with .bin extension will download. Addresses #1054.
Testing
Download button -
Clicking on the download button -
Viewing the .json file.
Contribution Checklist
[N/A] If the python-sdk was changed, please run make fmt in python-sdk/.
[N/A] If the server was changed, please run make fmt in server/.
Context
A small feature to download the execution output of a function within an invocation. If the encoder is
json
a file with.json
extension will download, and if the encoder iscloudpickle
a file with.bin
extension will download. Addresses #1054.Testing
Download button -
Clicking on the download button -
Viewing the
.json
file.Contribution Checklist
make fmt
inpython-sdk/
.make fmt
inserver/
.