This content is also available at learn.palantir.com ↗ and is presented here for accessibility purposes.
If you or your colleagues have build code that should be shared throughout your enterprise, you’ll start by creating your own designated Conda library repository.
Open your /Data Engineering Tutorials folder (e.g., .../Temporary Training Artifacts/yourName/Data Engineering Tutorials/
).
Create a new folder called Shared Python Libraries
.
In your new Shared Python Libraries
folder, create a new code repository.
On the Initialize Repository screen, name your repository yourName_cleaning_functions (e.g., jmeier_cleaning_functions).
gradle.properties
file and editing the condaPackageName
parameter (described below).Click into the Python Library block (i.e., not the Data Transforms block) and then on the blue Initialize repository button.
Once your repository opens, click on the cog/gear icon just beneath the branch name.
Move the Show hidden files and folders toggle to the “ON” position.
Locate and click on the gradle.properties
file. The top line provides the condaPackageName, which is the name of your repository by default. This is where you can come to change the name of your package if desired.
Please be aware that spaces or underscores in your repository name will be replaced with hyphens in the package name.