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

[feature] Add support for dynamic DAGs #10713

Open
anishasthana opened this issue Apr 20, 2024 · 6 comments
Open

[feature] Add support for dynamic DAGs #10713

anishasthana opened this issue Apr 20, 2024 · 6 comments

Comments

@anishasthana
Copy link

Feature Area

/area backend

What feature would you like to see?

I would like to see support for dynamic dags

What is the use case or pain point?

There are some use-cases that may necessitate creation of a undetermined number of component from within a component.

For example:

  1. Have a training component running that has a variable number of checkpoints that may be created.
  2. For each checkpoint that is created, trigger a component to run for evaluation of the checkpoint
  3. The next component of the pipeline would wait until all "checkpoint evaluation" components have completed running, and do something.

Is there a workaround currently?

A somewhat hacky workaround using a queueing system as well as a pod monitoring events on the cluster.

cc @HumairAK


Love this idea? Give it a 👍.

Copy link

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@github-actions github-actions bot added the lifecycle/stale The issue / pull request is stale, any activities remove this label. label Jun 20, 2024
@HumairAK
Copy link
Collaborator

/remove-lifecycle stale

@google-oss-prow google-oss-prow bot removed the lifecycle/stale The issue / pull request is stale, any activities remove this label. label Jun 21, 2024
Copy link

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@github-actions github-actions bot added the lifecycle/stale The issue / pull request is stale, any activities remove this label. label Aug 21, 2024
@HumairAK
Copy link
Collaborator

/remove-lifecycle stale

@google-oss-prow google-oss-prow bot removed the lifecycle/stale The issue / pull request is stale, any activities remove this label. label Aug 21, 2024
Copy link

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@github-actions github-actions bot added the lifecycle/stale The issue / pull request is stale, any activities remove this label. label Oct 21, 2024
@HumairAK
Copy link
Collaborator

/remove-lifecycle stale

@google-oss-prow google-oss-prow bot removed the lifecycle/stale The issue / pull request is stale, any activities remove this label. label Oct 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants