If you are looking to import and use Python libraries, see the section on sharing Python libraries.
The Libraries tab contains a list of repositories that can be referenced in your code repository, which we refer to as backing repositories. This is a list of all shared code repositories in your Foundry environment, as well as external or public libraries. You can use the Libraries tab to discover and add backing repositories.
Viewing artifact settings requires the artifacts:view-repository
permission, and managing artifact settings requires the artifacts:manage-repository
permission.
To add a new artifact, select Add and choose one of two types of repositories:
If the added artifact repository contains references to additional repositories, they will be added as well. The same access permissions are required for all the dependencies of the added repository.
When adding a local repository from a different project, a project reference to that repository will be added. This requires compass:view-project-imports
and compass:import-resource-to
on your own code repository and compass:import-resource-from
permission on the referenced shared repository.
While it is possible to reorder and delete backing repositories, this might break builds of transforms that use packages from those repositories. Only take this action after considering the possible implications.
When the Enable beta OSDK versions option is enabled, users can generate beta (release candidate) ontology generator versions. The toggle is off by default.
To enable beta OSDK versions:
"allowBetaGeneratorVersions": true
to the file. To discover this file, the Show hidden files toggle may have to be enabled by selecting the cogwheel at the top near the Files header.