Hi, is there an straightforward way of making job ...
# ask-community
d
Hi, is there an straightforward way of making job dependencies? I'm trying to build a pipeline where I have 3 chained assets: non-partitioned, partitioned and non-partitioned. I'm planning to build 3 separate jobs to execute these materializations, since the job inherits the partitioning from the middle asset and would execute the 2 non-partitioned multiple times. Any thoughts on this problem? Thanks!
dagster bot responded by community 1
z
Asset sensors are often used to create these kinds of job to job dependencies. You might be able to do this with auto-materialization too but I don't know much about that feature