Ayoub Chouikha
10/02/2024, 12:04 PMcreate_pipeline(**kwargs)->Pipeline
I have something of this kind:
return pipeline1 + pipeline2
. The problem is that pipeline2
uses a dataset generated by pipeline1
and when I try to run the pipelines locally it returns an error as if the dataset does not exist, i.e. the pipeline1
is not executed at the moment of the execution of pipeline2
.
My question is, is there a way to ensure that pipeline1
is run BEFORE pipeline2
?Nok Lam Chan
10/02/2024, 1:10 PMNok Lam Chan
10/02/2024, 1:10 PMkedro viz
Nok Lam Chan
10/02/2024, 1:11 PM