[Feature] [flytekit] FlyteRemote listing of workflows and launch plans #1394
Labels
enhancement
New feature or request
Epic: Interactive Experience
Everything from FlyteRemote to how to better support Jupyter/vscode development with Flyte
flytekit
FlyteKit Python related issue
Motivation: Why do you think this is important?
This issue is a continuation of #1290. That PR only provided for the listing of tasks and executions.
The reason for this is because of the
promote_from_model
logic forFlyteWorkflow
andFlyteLaunchPlan
.For workflows, when promoting from model, we also need the definition of any launch plan nodes.
For
FlyteLaunchPlan
, fetching implieshttps://github.com/flyteorg/flytekit/blob/b49578b931bf092f7f8ea743abe3ca4a46466f18/flytekit/remote/remote.py#L400-L403
technically also implies the fetching of the underlying workflow for completion's sake.
We can't get all this information today from one Admin call. That means that listing 100 workflows could trigger a whole ton of requests to Admin. This is a separate ticket because we should think about whether there's a better way of doing this.
The text was updated successfully, but these errors were encountered: