Slackbot
03/23/2022, 4:11 PMEduardo
pipeline.yaml
or some runtime parameter computed inside a taskBrandon Williams
03/23/2022, 4:33 PMso you have a pipeline param and you want to ignore certain branches if it has certain value?correct
is the parameter something you put in yourcorrectpipeline.yaml
Eduardo
dag.build_partially
depending on the value. check out this example: https://github.com/ploomber/projects/tree/master/cookbook/python-loadBrandon Williams
03/23/2022, 4:48 PMEduardo
Eduardo
dag.build_partially
so you wont be able to use the CLI, but rather something like python pipeline.py
to execute the pipelineBrandon Williams
03/23/2022, 4:56 PM