Hello! An Orion question here.
At the moment, I’m uploading wrangled Pandas DataFrames as a parquet file to S3 as it’s own task.
I would like to refactor away these tasks and use S3Result with PandasSerializer instead.
My question: will the Results API in its current v0.15 form (ie as separate classes to be instantiated, given an appropriate serialiser and passed into the task decorator as a keyword argument) follow through into Orion?