Can I pull from different ontologies in a function?

I have a function that I would like to operate on object types of different ontologies (internal object types as well as external object types).

How can I have a foundry function that read/write object types of different ontologies at the same time ?

Hi, unfortunately there is not a way to interact with multiple different ontologies in the same repo. A potential workaround to this would be to publish a function in a separate repo that interacts with objects of one ontology and then create another repo that interacts with the other ontology and import your published function so that you can do both.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.