ed johnson
03/10/2023, 9:47 PMkedro run --pipeline <pipeline_i>
commands defined inside a shell script, but i'm wondering if there is a better way perhaps using the run config.yml capability?Ricardo Araújo
03/10/2023, 10:31 PMkedro run
would run them in the right sequence. But I fail to understand why you need a specific ordering if they are independent.ed johnson
03/11/2023, 12:53 AMDustin
03/14/2023, 3:15 AMRicardo Araújo
03/14/2023, 1:24 PMDustin
03/14/2023, 10:24 PMRicardo Araújo
03/15/2023, 6:43 PMkedro run --tag=pipe_tag
--to_nodes
, specifying the end node in p2. That should trigger p1 as well. I think.--pipeline=p1,p2
. The notation exists for nodes.