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

add Ellipsis (...) to compose #159

Open
bashirmindee opened this issue Aug 24, 2023 · 0 comments
Open

add Ellipsis (...) to compose #159

bashirmindee opened this issue Aug 24, 2023 · 0 comments

Comments

@bashirmindee
Copy link
Collaborator

Is your feature request related to a problem? Please describe.
I would like for the compose method to support ... which means the user wants the compose function to fill the rest all on its own. For example my_dag.compose(["node1"], [...]) means that the user wants to make a dag that takes as input the result of node1 and returns all outputs of the dag in the order already specified. Notice that tawazi must verify that the dag still returns all the ExecNodes it used to run in this case otherwise the order can not be garanteed.

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