https://dagster.io/ logo
#ask-community
Title
# ask-community
a

Alexander Whillas

07/25/2022, 11:24 PM
Reusing Ops: I have two separate graphs that use the same Op. The Op takes a resource (dict of parameters) as well as the data to workon. How do i reuse the Op with different resources if the two graphs are sub-graphs of a larger graph? Should I not use resources and pass in the parameter file's path instead?
3 Views