Search code examples
palantir-foundryfoundry-code-repositories

Why is the transforms input pointing to a wrong dataset when replacing path with RID?


In my Code Repository I have updated the Input to use a new dataset. enter image description here

When I replace the filename with the RID,

enter image description here

it changes back to the former Input Dataset. How can I include a new dataset?


Solution

  • With the correct dataset in the Input-statement (before “Replace paths with RIDs”), delete the file transforms-shrinkwrap.yml. This file is hidden, so you want to “Show hidden files and folders”

    enter image description here

    Afterwards trigger a new build (The CI Checks could take longer this time as the file has to be recreated). After the build you should be able to “Replace paths with RIDs” and still see the correct file.