Is it possible to carry over edits through Foundry Marketplace?

I have a Marketplace product containing edits applied through user actions and would like to lift-and-shift the entire product, including said edits, via Marketplace. Is this supported?

I’m not sure if you’re trying to just move over ontology objects but something that we were considering doing when doing something similar was to just export the ontologies as CSVs and write adhoc code to load that into the ontologies in the new Marketplace installations.

(disclaimer, I’m not associated with Palantir, just offering an alternate solution if you haven’t thought of it yet)

Hi @psarnicki

The suggestion with a CSV is a good one. Other ways that can be adopted are:

  • You materialize the edits into a dataset and link the object in your target project to the materialization (note you will lose the edits history though).
  • You use a function that, whenever an edit is made to the object, automatically applies the same change to the corresponding object in the other installation. However, this approach is controversial if the object is backed by Marking, as it could potentially breach the security perimeter.