Skip to content

How should one get an op's output and concatenate it with another op's output? #6585

Answered by alangenfeld
ivanov-slk asked this question in Q&A
Discussion options

You must be logged in to vote

The @job decorated function runs only at initialization time to build the dependency structure. If you want to do any computation on data, it has to happen in an @op.

https://docs.dagster.io/concepts/ops-jobs-graphs/jobs-graphs#fixed-fan-in may be relevant if your end goal is beyond just concatenating the outputs.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ivanov-slk
Comment options

Answer selected by ivanov-slk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants