Issues with injected_finalVisitSummary on DRP-Prod pipeline

Hi, I’m using the d-latest DRP-Prod+injection pipeline and trying to run a personal subset of tasks that go like this

subset:
- makeDirectWarp
- selectGoodSeeingVisits
- templateGen
- getTemplate
- subtractImages
- makePsfMatchedWarp
- selectDeepCoaddVisits
- assembleDeepCoadd

This subset was originally made in the v24 of this pipeline, what I pasted above is in the same order as it was, with tasks renamed to match their current versions. When running it, the pipeline asks for injected_finalVisitSummary datasets, while I only have injected_visitSummary ones. Checking the pipeline, the only task that clearly outputs this type of dataset is makeDirectWarp, however even when ran by itself it still asks for injected_finalVisitSummary. Should I be adding some extra task to this subset with the new pipeline to get the datasets I need? Or can I just rename my injected_visitSummary with a connections command (I don’t quite understand the difference)?

Thank you for any help