Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Flytekit] Centralized Control Plane Class to handle fetching, launching of flyte entities #973

Closed
2 tasks
cosmicBboy opened this issue May 3, 2021 · 1 comment

Comments

@cosmicBboy
Copy link
Contributor

cosmicBboy commented May 3, 2021

See #823 for additional background.

The new control plane classes introduced in #425 naively ports over some of the functionality from the old control plane classes. The thing we want to change is to implement a centralized control plane class (name TBD) that handles the fetching and launching of the different flyte entities (e.g. fetching a workflow and launching it with some parameters). This is instead of having fetch / launch methods attached to each flyte entity class.

  • List recent workflow executions for a given project/domain/workflow name.
  • Cache flyte entities when doing fetch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant