Hi folks, I open sourced a small toolkit library <...
# show-and-tell
m
Hi folks, I open sourced a small toolkit library supreme-task which extends the default and beloved prefect
task
decorator! It mainly adds the following two features • runtime-type checking: this helps avoid reducing boilerplate code checking task input types at runtime • persistence of task inputs on failure: this curries the task decorator with a callable that will store the task inputs in case of a failure, helping to better debug issues Hopefully it is useful to others. Feedback is more than welcome !
šŸ‘€ 7
blob attention gif 6
s
Not to be that guy but could you throw a LICENSE file in there? This looks pretty cool!
šŸ‘ 1
m
Thanks for pointing that out - will update with an MIT license file
šŸ‘ 1