is it possible to have DAGIT run one pipeline on s...
# announcements
p
is it possible to have DAGIT run one pipeline on successful completion of another pipeline?
y
Hi Pual! there’s no first class support for cross-DAG (cross pipeline) dependencies yet. but it’s def on the horizon!
a simple way to do it, in the short term for now, could be to configure the first solid in the dependent pipeline to run until some external condition is met by the dependee pipeline.
p
👍 thanks!