I have a branch named A, it was deleted, and a new branch also named A was created. It seems like the underlying actual branch name is A1. So I can’t seem to properly use A as input to another pipeline on branch A. Current work around is to use A1 as a fallback, but is there a better way to handle this?
Pipeline outputs are written to the Foundry branch associated with the pipeline branch, hence why yours are writing out to A1 on your new branch. If you need to write to Foundry branch A, you should unarchive and use the old branch.
This caused a lot of confusion. Because the new branch appears as A, even though the actual underlying name is A1. Can this be more clear in the frontend?