Skip to content

Conversation

@Baunsgaard
Copy link
Contributor

@Baunsgaard Baunsgaard commented Nov 15, 2022

This commit finally adds a long wanted feature to python scripts.
This allows us to call multiple end nodes in a script without having
to do multiple executions.

sds.combine(sds.write(X,"Path1"), sds.write(Y,"Path2")).compute()

Similarly we can do:

sds.combine(sds.print(X), sds.write(X,"Path1)).compute()

This commit finally adds a long wanted feature to python scripts.
This allows us to call multiple end nodes in a script without having
to do multiple executions.

Combine(Write(X,"Path1"), Write(Y,"Path2")).compute()

Similarly we can do:

Combine(Print(X), Write(X,"Path1)).compute()
@Baunsgaard Baunsgaard deleted the Combine branch November 24, 2022 22:44
fathollahzadeh pushed a commit to fathollahzadeh/systemds that referenced this pull request Dec 7, 2022
This commit finally adds a long wanted feature to python scripts.
This allows us to call multiple end nodes in a script without having
to do multiple executions.

Combine(Write(X,"Path1"), Write(Y,"Path2")).compute()

Similarly we can do:

Combine(Print(X), Write(X,"Path1)).compute()

Closes apache#1729
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

Successfully merging this pull request may close these issues.

1 participant