Changing object references

Hi,

I’d like to know the best way to change the data field naming and datatype references across the project in below sequence.

sequence:

Dataset Pipeline→ Ontology Objects → Actions → Functions → workshop UI → code repositories.

There is a schema change from the dataset and needs to be updated across the project.

Kindly suggest the best and easiest way to achieve , without breaking the code.

Ta,

A

I’d recommend you leverage Foundry Branching. This will allow you to stage and test all your changes on a branch and then cutover to it without breaking your main production version of the workflow.

1 Like

Thank you for the update