https://flyte.org logo
#contribute
Title
# contribute
g

Greg Gydush

06/12/2023, 6:56 PM
I

presented

on this idea a few weeks back at a community sync, but I'd love to try to get a plugin with this functionality into Flytekit. In short this PR adds a plugin to extend FlyteRemote for creating pythonic interfaces to remote workflows. It achieves this by: 1. Querying Flyte for workflows and their associated input/output interface 2. Converting the interface to a Pydantic model and populating the docstring 3. Returning the Pydantic model with a
execute
method that enables launching the workflow on a remote cluster If anyone is interested in this, and wants to help polish or take a look, it would be greatly appreciated! https://github.com/flyteorg/flytekit/pull/1689
d

David Espejo (he/him)

06/13/2023, 11:50 AM
Thanks @Greg Gydush! cc @Eduardo Apolinario (eapolinario)