https://prefect.io logo
Title
j

Jacopo Tagliabue

04/05/2021, 10:41 AM
hi folks, I"m Jacopo - I built a very small POC on using the ShellTask as a base class to run Metaflow flows as part of a Prefect DAG (
<https://prefect-community.slack.com/archives/CL09KTZPX/p1617381793056800>
). If there is any interest in having MF tasks as part of Prefect task library, I'd be happy to give it some actual love and fix a bunch of things here and there 😉 Let me know what you think!
d

Dylan

04/05/2021, 2:40 PM
Hey @Jacopo Tagliabue! We’re definitely interested 😄
Let us know if you have any questions about contributing 👍
j

Jacopo Tagliabue

04/05/2021, 2:56 PM
hi @Dylan, silly one (but I'm new here): do you have a standard flow for people adding task classes / any checklist I can follow ?
d

Dylan

04/05/2021, 2:59 PM
I’m not sure about for the Task Library specifically, but here’s our Contributing Guide: https://docs.prefect.io/core/development/contributing.html#contributing
j

Jacopo Tagliabue

04/05/2021, 3:01 PM
Yeah, I read API before to write my own class... for adding a new Task class, should I "just" open a PR with the new class file and appropriate description?
d

Dylan

04/05/2021, 3:05 PM
Yup! If we need anything else we’ll work with you on the PR